Bartosz Dziewoński
Bartosz Dziewoński
The #open method expects an URL, not a path. This used to work, but it seems recent PhantomJS releases are stricter (at least on Windows).
The following code: ```php
CSSJanus only supports flipping one text-shadow or border-shadow, while the CSS syntax allows multiple. (Originally filed at https://phabricator.wikimedia.org/T62805) Input: ``` * { text-shadow: red 99px -1px 1px, blue 99px 2px...
According to http://momentjs.com/docs/#/displaying/format/, Moment.js supports (among others) these localised date formats (omitting lowercase variants for brevity): | Contents | Code | Example | | --- | --- | --- |...
The following code: ```php
### Expected Behavior Expected the "My Games" section to show the amount of time that passed since I played my recent matches. ### Actual Behavior The "My Games" section shows...
Fixes #51, #71. Original patch: https://github.com/Nicodinus/amphp-process/commit/3d41ea5cf00b8cc5331b0fcf7bd27878cc72063a
Hi, I couldn't find information anywhere whether the 1.x branch is still maintained. If it isn't, my apologies for bothering you. I found that trying to start a non-existent executable...
I'm currently working on a project which involves processing a huge hash (a couple gigabytes in memory) and occasionally dumping it as JSON (about 1 GB of it). (The project...
StringIO seems to be absurdly slow, on the order of ten times slower than writing to a real IO (e.g. a file). Writing the output to the null device (/dev/null...