Rob Schlüter

Results 4 comments of Rob Schlüter

To take advantage of asynchronous PHP I'm investigating the options. @bennnjamin mentions the [What color is your function?](https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/) reference. It describes side effects of changing code fom synchronous to asynchronous....

I see. That's unfortunate.

A feature like this this would be very useful to create reports that only show explicit coverage by tests. Assume there are 2 modules, `A` and `B` where code in...

I get the same error in a browser using the browser build of Leaflet.glify, `glify-browser.js`. This is how the map is created: ```` L.map('map', {maxZoom: 18, minZoom: 8, preferCanvas: true})...