Adam Wróbel
Adam Wróbel
Also, I sometimes run `rails c production` or `rails c staging` on my dev machine (which has spring installed) and I would not want these processes to use spring. I...
Confirming the issue. No authentication is performed. All this gem does is confirming that the user (who the client claims to be) exists in AD. @Wardrop Were you able to...
I don't think we should. It should stay wide open as a warning and guide to other developers. I would go as far as suggesting to modify the project's README...
:-) Well, that's not what I meant, but if no one is going to commit a real fix then it's the least we can do.
Very similar issue. Cannot get rid of line length warning from PyCodeStyle even though I've disabled PyCodeStyle and PyLint in the extension's settings. How can a disabled plugin still generate...
I think this issue is outdated. Today I am able to use modules with static imports in ServiceWorkers at least in Chrome and Safari. Only dynamic imports using ‘await’ don’t...
Ran into the same issue. Our application uses JS `fetch` to get the file contents and expects them to be gzip data that is later extracted with Pako (JS gzip...
I can confirm that both: - the `pr checkout` fails for remotes where I have previously used `git remote set-branches` to reduce noise from contributors - the local working directory...