Jürg Lehni
Jürg Lehni
Is there a way to use QUnit's "Check for Globals" feature? I couldn't figure out a way to load it this way. But testing for leaked globals would be very...
I am trying to find a simple way to add pagination meta data to all my index actions, e.g. the total amount of entries and the current offset. Other JSON...
This is a tiny PR, but this example binary should be ignored like all the others.
I just noticed some problems with the definitions. For example, for `on(event, listener)`, the definitions file specifies these possible values for `event`: `string | string[]` But when I look at...
I know a lot of things can change until it's released, but I thought I should point this out. Styling somehow doesn't seem to get applied to it at all:...
### Steps to reproduce **Tell us about your environment:** * Puppeteer version: 2.0.0, Headless * Platform / OS version: Ubuntu 18.04.3 LTS * URLs (if applicable): * Node.js version: v10.16.3...
Four months ago, Array.findLast() was added to the polyfill-library: https://github.com/Financial-Times/polyfill-library/tree/master/polyfills/Array/prototype/findLast But in the URL builder, it is nowhere to be found: https://polyfill.io/v3/url-builder/ And when I fetch the polyfill.js file on...