John
John
> You haven't included the ID in case creating the log fails (e.g. if the file is already open) Updated with file ID handle. Checked Debug that it spawns another...
> The steps to make Dotnet 8 work locally: > > * Clone/Fork the csharp-ls repo > * Modify the repo to use dotnet 8 (look at the dotnet 8...
I notice there are some mismatches checking the length > 0.0f some places and != 0.0f in other places. If I'm not mistaken, in real math a square root cannot...
If we think about this some more, we can recognize that the only situation of which a division by zero can occur in these functions are on Zero-vectors only. By...
Right, I made an error in reasoning for the values of the range (-1, 1), where the product of squaring actually becomes smaller. One could almost be forgiven to introduce...
Yeah I noticed that too. Seems like the first paste + some lazy-loading of autocommands or buffer changes that affects when the plugin is initialized or something. Don't think it's...
Good thing you didn't merge this, I see now how this works and the flaws of the implementation. Turns out I had no idea what I was doing. :⁾ Just...
https://github.com/user-attachments/assets/bca561dd-0d17-44dd-b2f7-9cc19340002e This should suffice. As you can see, the highlighting pops up on every update from NeoTree, Lazy and Mason (and I assume other that use similar mechanism to display...
Tested on my lappy tappy with a pretty blank profile. Basically loading Lazy with the plugin load code from Kickstart.nvim + illuminate.nvim. Still get the highlighting. Minimal init.lua ```lua local...
> - Users are the owners of data and valid data should be provided to raylib functions. > - raylib does not use assert() or exit(). @raysan5 Aren't those two...