Blaž Hrastnik
Blaž Hrastnik
It would be nice if `{{draggable-object}}` was available as a component mixin, my specific usecase is as follows: I have a track-item component that I render inside an each block,...
- func is now fn - felt is now felt252 etc It might be worth avoiding a `primitive_type` node and just parsing everything as types. Then queries can tag `felt252`,...
Contains https://github.com/smartcontractkit/chainlink/pull/14076, https://github.com/smartcontractkit/chainlink/pull/14078 and staged changes
Current validation allowed shorter names which would then later error in consensus phase
### Discussed in https://github.com/helix-editor/helix/discussions/1540 Originally posted by **kevinsjoberg** January 19, 2022 Helix currently supports running [Code Actions](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeAction) manually by pressing `+a`. Some language servers also supports running specific code actions...
For example, [the C++ definition](https://github.com/tree-sitter/tree-sitter-cpp/blob/c61212414a3e95b5f7507f98e83de1d638044adc/package.json#L33-L34) requires the C queries as well. [However the generated binding always only includes `queries/highlights.scm`.](https://github.com/tree-sitter/tree-sitter-cpp/blob/master/bindings/rust/lib.rs#L50) If one uses `HIGHLIGHT_QUERY` then most of the code actually won't...