Daniel Juhl
Daniel Juhl
As far as I can see, `jQuery` is loaded only to use `getScript()`. Would it be an idea to refactor to vanilla JS instead? I'm happy to give it a...
Eg. I would like to show browser share for a specific country instead of the global data.
If using latest (v0.3.10, macOS v10.14.3) the widget/app is all blank, and not even the settings button seems to work. If using 0.3.7, I can start the app/widget and add...
Have you thought about providing an additional entry point if all that is desired is to capture errors (globally and on-demand)? We have several projects where timing is completely disabled,...
Closes #37 It has one known limitation. Exported class names has to JS safe - eg. we can't use dash in class names.
Some optimisation techniques require named exports, so styles would be imported as `import * as styles from './styles.css';`. By adding a flag/option to during webpack, we can change the output.
In a request we can get the originalUrl, which is the complete URL for the request after it has travelled through nested routes. But I think an originalRoute would be...
I would like to say, that the web-ui is a great improvement. But would it be an idea to include repo info in a webhook entry? Right now, it's not...
I just configured both basic auth and whitelist. I would expect whitelist to be tested first, and if not in the whitelist, require basic auth. But it seems like it...
I have a lot of nested schemas, which differs slightly. It would be nice to have a function to clone a base tv4 instance where schemas has been added, to...