François Gannaz
François Gannaz
I wanted to speedup the reading of some big ODS files, so I profiled Spout, and benchmarked a few simple optimizations. Overall, I obtained a 16 % speedup (PHP 7.4,...
I also struggled with the Mithril documentation for testing. Then I did set up a testing environment for a JS application, using Webpack and Mocha. So I took some time...
From a quick glance, your webpack branch only builds `kekule.min.js`. Aren't there many other files in `dist/` that should be updated too?
I forked yacreader to suit my needs, and that matches some of the features requested here. Points 1 and 2 can be addressed through the new config settings `BOOKMARKS_AUTO` and...
I explored the database of the buggy instance, and discovered that each "sane" folder has a record in the table "book" with its "nid" and a record in "menu_links" with...
After some more investigation, it seems that asset-packagist created composer packages only for some of the git tags in the zxcvbn-ts repository. Those tags are those that are shared with...
I use APC 3.1.7 on my development computer (PHP 5.3.8), and I haven't seen any problem with yii-debug-toolbar. You said you got errors, but could you describe them? Which versions...
There was a similar ticket with [#box/spout/550](https://github.com/box/spout/issues/550). I had an application that read heavy spreadsheets, so I profiled the code for that. Then, by inlining a few one-line functions that...
The stack overflows at a different point: ``` ❯ mago analyze ⢀ 🕵️ Analyzing ▕▄ ▏ 2/392▕ 1%▕ ETA: 00:00:00▕ Elapsed: 00:00:00 thread '' (187254) has overflowed its stack fatal...
By dichotomy, I managed to build a small project with a reproducible crash. I could not remove a dependency on a PHP framework, so that sample code requires "composer". Here...