Jonathan Langevin
Jonathan Langevin
@icanhazstring Looks like the symfony `service()` polyfill wasn't added until May 25, but the last release was Mar 22, so the `service()` fix isn't included.
@splichte I get errors (backed up by documentation) if I attempt to use `await` outside of an `async` function. I see some articles claiming you can `await` anything that returns...
@CelsoSantos I have dtsmake and tern both installed globally. Error still occurs for me, seems dtsmake is looking for tern condense under local node_modules, rather than finding it in the...
That would be appreciated, having a bit of trouble trying to use Judy w/ the SPL iterators & classes. Attempted to extend Judy w/ a class that implemented Iterator or...
I've worked around it by building a class implementing Iterator, ArrayAccess, Countable, using Judy as a private property within. Would be quite awesome if my custom class were (at least...
> I will wait at least until the proposal gets to phase 3 before I start working on it: https://github.com/WebAssembly/proposals Out of curiosity, how much effort do you anticipate this...
It looks like this project is pretty much dead. The creator hasn't responded on this thread since 2019, the eventql website mentions 0.4.3 release but download page is for 0.4.0-rc0....
Chiming in here, I've seen a similar behavior in production, with Caddy latest docker binary + PHP-FPM. When setting `pm.max_requests` in FPM to a non-zero value, FPM will respawn a...
@peterbourgon you noted this as help wanted, what's the expected direction here?
I'm using the cache middleware w/ gmponos without error. I'm using Monolog rather than StringHandler, so perhaps it's StringHandler specifically that isn't compatible.