Peter Hurst
Peter Hurst
I've tried with both css-loader and postcss-loader; my Webpack config is as follows: ``` module:{ rules: [ { test: /\.(css)$/, loaders: ["css-object-loader", "postcss-loader", "css-loader"], exclude: /node_modules/, } ] } ```...
I am seeing px fallbacks added for every rem rule (not just those in pseudo-selectors or font shorthands) when my browserslist is set to "Explorer >= 10". I believe the...
I've been trying to use your angular-jwt module with the express-jwt module to refresh expired tokens. However, the documentation for these two modules does not seem to match up or...
For some reason on a 2017 MacBook pro, the custom scrollbar never appears and I get native scrollbar instead. However if I plug in a USB mouse and refresh the...
### Describe the bug I am trying to use the client inside a Cloudflare Worker and I get an error as follows: ``` TypeError: adapter is not a function at...
I am getting this error only when I try to render server-side for an isomorphic app. Everything works fine client-side. I believe this is because I am using the following...
It felt weird and inconsistent that wildcard captures cannot be named. As I am using url-pattern in a routing library I want to make the interface simple for catch-all routes...
Firstly - I have already created a pull request for this feature, I realise the contributing guidelines say not to do this, but in my case I needed the feature...