Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

zigtools

Making free and open-source tooling for Zig users!
Collective - Host: opensource - https://opencollective.com/zigtools - Code: https://github.com/zigtools

set minimum build version to `0.12.0-dev.1663+6b1a823b2b`

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
fix error in binned_allocator when report_leaks is disabled

github.com/zigtools/zls - xdBronch opened this pull request about 1 year ago
Add Codecov badge

github.com/zigtools/zls - SuperAuguste opened this pull request about 1 year ago
Fix invalid codecov.yml oops

github.com/zigtools/zls - SuperAuguste opened this pull request about 1 year ago
Update `deps.nix`

github.com/zigtools/zls - sagehane opened this pull request about 1 year ago
Build error with lastest zig

github.com/zigtools/zls - jimying opened this issue about 1 year ago
Wrong type given on `items` of nested `ArrayListUnmanaged`

github.com/zigtools/zls - DivergentClouds opened this issue about 1 year ago
zls doesn't pass errors from zig translate-c

github.com/zigtools/zls - ptrcnull opened this issue about 1 year ago
add autofix for `local variable is never mutated` error

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
build_runners: Attempt to make GeneratedFile steps

github.com/zigtools/zls - nullptrdevs opened this pull request about 1 year ago
Zig AstGen changes, unnecessary use of 'var'

github.com/zigtools/zls - nullptrdevs opened this pull request about 1 year ago
Support load http proxy environment variables

github.com/zigtools/zls - jimying opened this pull request about 1 year ago
Lots of `usingnamespace` makes ZLS crash-prone

github.com/zigtools/zls - expikr opened this issue about 1 year ago
CI: run zig fmt

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
zls panic `index out of bounds: index 25365, len 9918`

github.com/zigtools/zls - Jarred-Sumner opened this issue about 1 year ago
another intern pool rewrite

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
Return type of `@fieldParentPtr` is wrong

github.com/zigtools/zls - leecannon opened this issue about 1 year ago
ensure that documents do not exceed `std.math.maxInt(u32)`

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
show type of primitive instead of value in hover & inlay hint

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
fix crashes found through fuzzing

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
treat constant functions as functions

github.com/zigtools/zls - orvitpng opened this issue about 1 year ago
Crash with malformed function signature

github.com/zigtools/zls - InspectorBoat opened this issue about 1 year ago
flake: add per data version derivations

github.com/zigtools/zls - polykernel opened this pull request about 1 year ago
fix document symbols on tuple container field and builtins

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
when use builtin function crash

github.com/zigtools/zls - jinzhongjia opened this issue about 1 year ago
build from source error

github.com/zigtools/zls - ehrktia opened this issue about 1 year ago
Minor build runners update

github.com/zigtools/zls - nullptrdevs opened this pull request about 1 year ago
more cimport fixes

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
fix deadlock in `DocumentStore.collectIncludeDirs`

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
protect build file config from race conditions

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
handle symbol lookup between unescaped and escaped identifiers

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
semantic token test coverage + minor fixes

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
add back ZLS logo

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
zig breaking change ReadIntLittle -> ReadInt

github.com/zigtools/zls - andreakarasho opened this pull request about 1 year ago
Full build runners

github.com/zigtools/zls - nullptrdevs opened this pull request about 1 year ago
fix signature help on function with self as pointer

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
proposal: allow hovers on inferred struct types

github.com/zigtools/zls - slimsag opened this issue about 1 year ago
Support more than `.string_literal` as second param to `@field`

github.com/zigtools/zls - nullptrdevs opened this pull request about 1 year ago
enable struct field access reference test

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
module completion improvements

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
fix `getDeclNameToken` on unnamed test declaration

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
document scope dod follow-up

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
force Zig to be resolved by sus instead of ZLS

github.com/zigtools/sus - Techatrix opened this pull request about 1 year ago
refactor either type deduplication

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
Failed to found symbol

github.com/zigtools/zls - AssertionBit opened this issue about 1 year ago
Some fixes

github.com/zigtools/zls - nullptrdevs opened this pull request about 1 year ago
Special support for format strings

github.com/zigtools/zls - SuperAuguste opened this issue about 1 year ago
flake.lock: Update

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
refactor representation of resolved pointer and optional types

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
completion fixes

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
resolve function calls to function pointer types

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
Nested structs don't get the completion popup

github.com/zigtools/zls - andreakarasho opened this issue about 1 year ago
Fix build runner module crawler

github.com/zigtools/zls - tomc1998 opened this pull request about 1 year ago
Rename ExecError -> RunError

github.com/zigtools/zls - andreakarasho opened this pull request about 1 year ago
Update http.client methods renamed in latest zig master

github.com/zigtools/zls - andreakarasho opened this pull request about 1 year ago
ExecError -> RunError in zig master 6bf554f9a

github.com/zigtools/zls - andreakarasho opened this issue about 1 year ago
child_process + Build: rename exec to run

github.com/zigtools/zls - dnjulek opened this pull request about 1 year ago
Unused variables need two saves to get formatted properly

github.com/zigtools/zls - TheFunctionalGuy opened this issue about 1 year ago
test signature help + fixes

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
set minimum build version to `0.12.0-dev.1125+63f9af87d`

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
Submit ZLS to winget

github.com/zigtools/zls - expikr opened this issue about 1 year ago
Array and slice prompts are wrong

github.com/zigtools/zls - zhang-chuanfeng opened this issue about 1 year ago
Remove extra comment check in `getPositionConntext`

github.com/zigtools/zls - nullptrdevs opened this pull request about 1 year ago
completions: Unwrap the field's type if it's an optional

github.com/zigtools/zls - nullptrdevs opened this pull request about 1 year ago
don't add snippets when the client does not support it.

github.com/zigtools/zls - danielsan901998 opened this pull request about 1 year ago
Inlay hints for struct initialization

github.com/zigtools/zls - Techatrix opened this issue about 1 year ago
vscode input @ptrFromInt or @intFromPtr no tips

github.com/zigtools/zls - zhang-chuanfeng opened this issue about 1 year ago
download packet timeout

github.com/zigtools/zls - zhang-chuanfeng opened this issue about 1 year ago
Folding struct fail

github.com/zigtools/zls - iacore opened this issue about 1 year ago
textDocument/rename very slow in sublime text

github.com/zigtools/zls - travisstaloch opened this issue about 1 year ago
Duplicate completions

github.com/zigtools/zls - Jarred-Sumner opened this issue about 1 year ago
Build broken on latest zig master

github.com/zigtools/zls - MFAshby opened this issue about 1 year ago
CI: don't fetch git submodules

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago
update to zig `0.12.0-dev.899+027aabf49`

github.com/zigtools/zls - Techatrix opened this pull request about 1 year ago