Jon
Jon
@JordashTalon - that's probably better as a question on Stack Overflow (or similar). If you can show what code you have presently, and where you think it is getting stuck,...
There is no sign of `curl_multi_exec()` in the main class, so I would guess no. However, you could extend the main class and add your own methods to do that.
 In fact, the bug descriptions in my repro document are not quite accurate: 1. `span` and `code` are treated differently - the span has the ascender part of the...
For now, I am getting improved output with this workaround: ``` border-top: 2px solid #eeeeee; border-bottom: 2px solid #eeeeee; ``` The way in which extra "padding" is added to the...
There's two errors here. The second one: ``` Error: Encoding not recognized: 'cesu8' (searched as: 'cesu8') ``` This can be resolved using this code (`tests/setup.js`): ``` // Little fix for...
FYI this works fine on GNU/Linux/Ubuntu 14.04:  The `print_r()` doesn't show the contents, but this is normal behaviour in my experience - I expect the data is still available...
@raernon: what is your crash message? Would you take a screenshot?
@raernon: that's not an error message. There _is_ a crash, but Windows has hidden it from you. Check your PHP or Windows logs to see what the issue is, and...
Your screenshot illustrates exactly the point I was making @raernon - thanks for adding it. Windows was hiding a great deal of information in your previous screenshot, but the new...
Do you get the crash if the `print_r()` is removed? I'm not clear whether exposing the palette is causing the crash, or clicking a colour.