Thore Strassburg
Thore Strassburg
True. Currently we pass static encoding. I think I generally need to look into how this works. But does it work correctly to apply the action and only the preview...
Okay. So that means we need to set the encoding properly according to the respective client setting. 😓
It doesn't look like we can easy tackle this right now. We will first work on all the other refactorings we have in mind to enable new features and testability....
We heavily improved on this one by introducing our own `TokenAmount` and `UInt256` types. The last to remove ones are `JsonRpcProvider` and `JsonRpcSigner`.
`JsonRpcProvider` got pushed back a lot. Final issue is the `JsonRpcSigner`.
I'm not yet 100% happy with it, but this is my current solution for an example of a React `useEffect`. It automatically adds the missing import statement (or nothing it...
@L3MON4D3 Would it be a valid feature request to define callbacks directly at their nodes? Like avoiding the indexing issue and have it within the [general Node options](https://github.com/L3MON4D3/LuaSnip/blob/master/DOC.md#node)? Like an...
Right now I try to figure out if I can use a `[-1]` callback to access all nodes in the snippet. So I could text nodes instead of insert nodes...
Trigger alert: ugly prototyping code ahead! Here is my solution using callbacks for the overall snippet on enter and leave and remove the unnecessary insert nodes with plain text nodes...
Interactions via code actions seem to be unreliable. Sometimes they work like charm. But sometimes the language server seems to be not yet ready for the buffer change and does...