Results 27 issues of Stijn de Witt

I'm thinking we should make some script in `package.json` so we can run ```sh npm run docs ``` and have it generate the human-readable docs for us. Then we can...

Unfortunately, the loose mode changes mentioned in #6 are not yet released and NPM does not support installing packages from Github projects where package.json is not in the root. Babel...

@minecrawler see #4 and #9

I notice in this example that it is referencing the umd build in the dist folder in the `browser` field of [package.json](https://github.com/rollup/rollup-starter-lib/blob/master/package.json#L6): ```json { "main": "dist/how-long-till-lunch.cjs.js", "module": "dist/how-long-till-lunch.esm.js", "browser": "dist/how-long-till-lunch.umd.js",...

Sorry if this came up before, I searched but could not find anything. Environment variables have become something of the de facto mechanism to set server-specific values, then access them...

jquery-complexify is currently behaving differently from the documentation in respect to `loose` and `strict` modes of working with the banlist. We are wondering whether the docs are wrong or the...

This PR addresses an issue I was having with Keycloak, which adds the realm to the path part of the URL, forcing me to hardcode the realm in the definition....