Alexander Nortung

Results 60 comments of Alexander Nortung

Seems like the same problem here #685 It worked after running `php artisan config:clear`

This is actually also a problem for module creators if you want to install treesitter extensions such as https://github.com/p00f/nvim-ts-rainbow. This is currently not possible and would require some refactoring of...

Alright, would you suggest that I open an issue at sharp's repo?

I think this was a problem even before #44, but sure probably because I am using nixos-22.05. I think it would be a good idea to make a bug template...

I just converted my config to use global variables in the pre config, and then renaming my `cmp` variable and that seems to fix it.

Is it possible to make the population of relational fields recursive for example `/prefix/[relation.relation.slug_field]/[relation.slug_field]/[slug_field]`. Also a feature for making deeply nested routes would be cool, such as `/prefix/[relation.slug_field*]/[slug_field]`, which would...

I solved this issue by putting a try-catch around the `jsQr()` call. However there must be some other way to check if the data can be used by jsQr. But...

What about automated tests, just to make sure that nixvim can build the configuration for all plugins. This would require something like github actions (or circleci which i can see...

Another improvement could be adding something like [devenv](https://devenv.sh) and adding a pre commit hook to a formatter (rnix-lsp for example), so that it is okay if we forget to format...