Jan Steinke
Jan Steinke
I debugged this a bit on my side, and it seems to be related to the size of the image. The tiles are supposed to be 32x32 but the entire...
I was now able to get a workaround it by cropping the tile set. I looked closer at how Tiled handles it and they do the cropping automatically, should Engo...
I tried to figure out the same. I think it would be cool if that is possible by setting the delay to `-1` or `nil`.
`neotest` uses `tree-sitter` to discover tests though, isn't that a completely different strategy to what you were aiming for?
Maybe it is generic 🤔 the plugins I looked at so far are tree-sitter based though and most of the helpers are for tree-sitter. I guess you can do whatever...
Is clangd planning to go to the stable API? It might come natively to Neovim see https://github.com/neovim/neovim/issues/18086
Are you sure? @tom-anders mentioned it uses `clangd/inlayHints`, which is a custom extension. Edit: I am pretty sure [it's not using the stable API](https://clangd.llvm.org/extensions#inlay-hints) released with 3.17 of the LSP...
There are discussions to bring this to Neovim proper: https://github.com/neovim/neovim/issues/18086
stack overflow idea: https://stackoverflow.com/questions/29261009/carrying-out-unit-testing-in-python-on-a-method-that-implements-imagedraw
I think this can be closed as it was part of PR #41