Jonatan Männchen
Jonatan Männchen
@josevalim / @whatyouhide Would you potentially be open to a new extract methodology that should resolve the umbrella issue? * Add config value `extraction_environments`, which defaults to `[:dev]` * Add...
@whatyouhide I played around with it for a while in this project: https://github.com/jshmrtn/hygeia/tree/main But even with a complete recompilation, I would run into multiple outcomes at random: * New Translations...
@cjbottaro Sorry for the long wait. It seems like the function registered for a job is replaced / deleted by the code reloader. To counteract this, I would recommend to...
Closed because of inactivity
@thomas9911 This was part of #449
The ErlEF security WG is currently discussing if it might be worth it to invest time into this issue. Possibly via a stipend. I've analysed the issue and before we...
> > Maybe brand CI pushed repos as verified > > Where would this be displayed? I would be okay with this if it's clear what "verified" means since there...
@TwanaAssad Is it possible that you have both ZipStream v2 and v3 installed at the same time? If I had to guess, [`ZipStream\Option\Archive` (from v2) exists](https://github.com/PHPOffice/PhpSpreadsheet/blob/f1d90aa46c3e3412431d1ba2aaf3c8a99259fa73/src/PhpSpreadsheet/Writer/ZipStream0.php#L15) and `ZipStream\ZipStream` resolves to...
@DaDummy ZipStream v3 uses native enumns and does not need any dependencies. Also the guarantee of stability in function arguments is only on named arguments, not the order since there...
Test failures are expected (#155)