Denis Grebennicov
Denis Grebennicov
Thank you @dineshKumar777 for your reply. It’s pretty inconsistent behavior as sometimes, after a fresh restart, the neovide can be opened instantly and it just works. Sometimes after a restart,...
Finally made a PR for this. This was annoying me for a long time
I guess I am not doing this the right way. Overriding all this doesn't feel right to me. Any ideas why this is happening? In the structure.css default font for...
Ouuu. I didn't know that there is such thing as "notifos". I find notifos a better approach here than writing it to the console, as I think console should be...
I assume this is an old electron version issue, which will be fixed with the update of electron :)
@sbauer322 if we replace the last line of the script to the one using `open -a ${APP_DIR}/LightTable.app/ --args $@`, then the files are always opened in one LightTable instance. [Documentation](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/open.1.html)...
Out of curiosity, is there any progress on this one?
@A6GibKm why is this not fine? would you like to elaborate? would be nice to finish this task, seems like you almost got it ;)
@rirze it's not just a global variable, this is a static "global" c variable, which means Rust has no access to it, since it's only visible in that c file....
@rirze I guess the other option is to remove the static keyword from the variable in order to make it accessible from Rust. IDK what's the right approach. I picked...