Results 108 comments of Naser Aleisa

Yeah I can see how that would be inconvenient. Do you (or anyone reading this in the future) have any thoughts or opinions on implementation? To be clear, I'm referring...

I found this thread through a search engine (I'm on nixOS not void linux), but I have the same issue on nixOS on a framework amd laptop (AMD Ryzen 7...

> I would be open to adding support for float_win_behavior = 'at-edge' to make the floating window behavior mimic the regular at-edge behavior. That would be even better. :)

I appreciate that we should keep the list fresh to help users find what they're looking for quicker, but deleting them seems a bit "destructive". At the very least, stale...

As it stands, this plugin doesn't really exert a lot of effort looking for the playwright binary. There's a lot of [room for improvement](https://github.com/thenbe/neotest-playwright/blob/f61463f5c74d53fc5975b7e086b7c6e9356d9215/src/finders.ts#L5-L21), especially now that some powerful path...

Hi! It seems these flags are from [neotest-jest](https://github.com/nvim-neotest/neotest-jest/blob/514fd4eae7da15fd409133086bb8e029b65ac43f/lua/neotest-jest/init.lua#L413-L417). But it's difficult to say exactly how they ended up being passed to playwright, or more importantly, how to fix it, without...

I'm probably missing a ton context, but I was simply thinking that when we try to substitute an env var before parsing, such as the one declared in this [example](https://caddyserver.com/docs/caddyfile-tutorial#environment-variables),...

> We have a state_dir config option, but it may not work with a mem: value I'll give it a shot and report back with the results. --- > why...

> > We have a state_dir config option, but it may not work with a mem: value > I'll give it a shot and report back with the results. It...

> I'm quite sure after a redirect, no additional middleware should run. This is what I was expecting as well. For example, you might want to run a middleware very...