FeepingCreature

Results 53 comments of FeepingCreature

> Yes, but the big difference is that the compiler can deprecate the behavior first, notifying anyone using it for a (probably long-ish) period of time. A library cannot hook...

Can confirm this issue. We have a Vibe-based service and if I even just hammer a static route with repeated wgets, the memory usage quickly creeps up. This is a...

It may be helpful if there was a way, mode or flag to overwrite a request with BADFOOD or whatever on completion, or force-free the region, or maybe `mprotect` it...

Similar case: ``` void main() { foo!( (int _2345678901234567890123456789012345678901234567890123456789012345678901234567) => X( foo)); } ``` I think this is more bug than enhancement.

It's an issue in dparser. Fix in progress. edit: https://github.com/dlang-community/libdparse/pull/292

Fixed in master libdparse, please pull up?

Sure, nbd, I worked around locally anyway.

Ping. I have the same issue. I want to use this plugin to clean up lots of open tabs of the same site, and it's annoying if you still have...

Same, but we do our own builds anyway so... The problem with recursive clones is if you keep the API of a service in the same repo, then any attempt...