Justin Christensen
Justin Christensen
https://github.com/mrkkrp/megaparsec/blob/87d425759ab5c290c1cb54b1d52c7bffaae1e1ff/Text/Megaparsec/Stream.hs#L291 Would you consider adding a primitive combinator for `breakOn`? Or is that something you've already discussed before? http://hackage.haskell.org/package/text-1.2.4.0/docs/Data-Text-Lazy.html#v:breakOn Something like `takeUpto`? If so, I might be able to open...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
Someone is running a vulnerability scan on a service I maintain that passes in junk data in various parts of the HTTP request. When it encounters a bad `Host` header...
### Describe the bug When starting watchers like `dotnet watch` or `vite` I get errors on my linux system because something is consuming all of my 128 inotify instances. Further...
On OSX, processes that request `PT_DENY_ATTACH` with the `ptrace` system call will cause dtrace to log a message about `invalid user access` when attempting to access that process' memory. ```...
I'm not really sure what the expected behavior here should be. I'm using Playwright to run tests and extract coverage reports from V8 for the same test run, [and to...