Nikolai Prokoschenko
Nikolai Prokoschenko
From what I've seen, @sylvainDNS is correct in [his comment](https://github.com/facebook/create-react-app/issues/11779#issuecomment-1004977579): `webpack-dev-server` does not respect `PUBLIC_URL` when starting the hot refresh socket. In proxied environments (e.g. multi-frontend with Traefik in front,...
A website with users in government agencies. We've deprecated IE7 support just a couple of months ago and expect a bit of backlash soon :( We'll probably deprecate IE8 in...
Hmm. It seems to work somewhat correctly if I set `add-node-modules-path-command` to `pnpm bin`, since it's also capable of resolving paths in `npm` and `yarn` projects.
However, it's pretty old (4.6.0). Needs to be updated.
Amazingly, I'm in need of a patch which emerged today, might as well put it down here: https://github.com/alanfranz/docker-rpm-builder/pull/52. In general, I'm probably in the same space as you currently are:...
Good to know, thanks. Never used FPM so far, must check whether it's enough for our use-case.
Apparently fixed silently by Bintray, but you might need to regenerate the repo. If you throw in a bionic repo, I'd be extra happy :)
Then it's probably a good reason to make the official recipe repository use as few different sources/protocols as possible. I could prepare some patches for that using emacsmirror, however you'd...
Let's try to ping @ivantm and @brockallen to clarify this, but I'm afraid both `rs256` and `slim` variants (including their combination) are only compiled to be used in UMD situation,...
I'm not sure I'd be able to propose an ideal approach, but basically I would like to be able to either keep my `import { UserManager, WebStorageStateStore } from 'oidc-client';`...