Christoph Tavan
Christoph Tavan
Do not prepend ->webroot to webroot-paths since this makes linking media-files impossible. Instead, pass url's through Router::url() when embedding media. When running a Cake-App inside a subfolder, links to mediafiles...
Drop the global isomorphic-fetch polyfill from the main `apollo-fetch` package and provide a convenience package that simply re-exports `apollo-fetch` and includes the `isomorphic-fetch` polyfill. TODO: - [x] If this PR...
The current master README on the front-page of this github repo is misleading with respect to `isValidHostname` as it points to unreleased changes that deprecate `isValid` and introduce `isValidHostname`… However...
The healthz route is prefixed by basePathname but the check that skips authentication for the health route always checks for the /healthz path without prefix. The healthz path should also...
- Move everything to root-folder so plugin can easily be added as a git submodule - Add node 5.x-compatible version of lessc - Added a package.json to easily maintain the...
...nstance as a controller. This patch allows passing a class-instance as a controller. Consider the following pseudocode as an example: `Controller.js`: ``` js function Controller(Model) { this.Model = Model; }...
Reading the proposal I stumbled upon some typos which I fixed in this PR. * I intentionally did not fix the typo that is already being fixed in #49. *...
Problems like https://github.com/uuidjs/uuid/issues/392 are another good example of why it would be _really_ helpful to have a CSPRNG baked into the JavaScript language (as @broofa noticed in https://github.com/uuidjs/uuid/issues/392#issuecomment-593622182).