Herbert Maschke

Results 75 comments of Herbert Maschke

One more: I think we should hardcode this version string: https://github.com/metafizzy/infinite-scroll/blob/2.1.0/package.json#L3 ?

@nirvana-msu the solution of @dmitry-kulikov works fine ! Thanks a lot to both of you !!

+1 i have the same requirement. A very dirty quick fix is to let neotest-pest accept this configuration: ```lua require('neotest-pest')({ pest_cmd = function() return "sail artisan test" end }), ```...

The idea is not to run _inside_ the docker container, but the idea is to let call neovim (natively on your machine outside the container) to "magically" enter the container,...

Ah i see, i got the idea. I think the _relative_ path `tests/` ... will be the default for laravel applications and 99,9% of all other applications, too. But would...