Mika Vilpas
Mika Vilpas
I made a workaround for this, not sure what the cause is but I noticed that `(get-text-property (point-at-bol) 'face)` returned a list of faces for me, and the existing code...
Alternatively, an option would be to enable the use of some API so l could (with your permission of course) fetch the results in my application. Just tried it out...
In case you're interested, l noticed you are also using react. Here is my implementation of the copy button: https://github.com/sp3ctum/hare/blob/master/sakura/src/views/export/ExportView.js#L20 perhaps it can serve as inspiration or something :-)
Awesome, thanks! I'm pretty busy rn but will probably have time to implement something in my app early next year. I guess this issue can stay open if you are...
For Emacs we have the more humble download counter at https://melpa.org/#/omnisharp But from the meeting I got the idea that editors should report usage statistics when the user is installing/starting...
In the lazygit configuration, you can override the commands that the preset sets. That should give you the ability to set commands that work on your system. I don't know...
I started playing with an implementation for writing lua language server definition files. Maybe it could be used here. I was thinking it could be an opt-in crate separate from...
Unfortunately my attempt, while possible to do, proved to perhaps not provide enough value as it does not have a way to type check the annotations (or to generate them...
I ran into what look like promising existing toolkits fit for the purpose of generating some sort of FFI (foreign function interface) bindings from rust to other languages: 1. UniFFI...
From my side, I looked at all the options I listed in my previous comment, and it seems they could _kind of_ work. All of them are designed for languages...