Nicklas Gummesson
Nicklas Gummesson
Really the same issue as @lcrespom wrote on the [merged&closed PR #253](https://github.com/jmreidy/grunt-browserify/pull/253#issuecomment-74890541), just creating a separate issue for this: > When using the banner option in combination with source maps,...
``` bash $ stat -f "%B" mount/testfile 0 ``` Perhaps could be some issue with [OSXFUSE](https://osxfuse.github.io/) but have not managed to find any other report on this kind behavior though.
**Is your feature request related to a problem? Please describe.** It's not obvious that volumes are left around by default and without calling `okteto destroy -v` **Describe the solution you'd...
Hi there! I have a MacOS keyboard shortcut of ctrl+⌥+cmd+space to change _"Select next source in Input menu"_ (configured under System Preferences > Keyboard > Shortcuts > Input Sources). This...
### Core or SDK? Platform/SDK ### Which part? Which one? Source Maps (JS) ### Description I do want sourcemaps but I do not want to ship them in production. There's...
Error deactivating package 'minimap-pigments' TypeError: Cannot read property 'dispose' of undefined
Noticed this while developing another plugin, triggered when reloading the window: ``` /Applications/Atom.app/Contents/Resources/app.asar/src/package.js:655 Error deactivating package 'minimap-pigments' TypeError: Cannot read property 'dispose' of undefined at Object.module.exports.deactivate (/Users/viddo/.atom/packages/minimap-pigments/lib/minimap-pigments.coffee:24:25) at Package.module.exports.Package.deactivate (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:644:21)...
I could work around this problem by moving my babel config out of the root dir and reference it by the other tooling that needs it (e.g. Webpack, Jest, …)....
**Describe the bug** It seems like the browser history handling is not working properly, after navigating through that are at least one level deep. I've seen this for several versions...
It appears the linked repository URL https://github.com/apollographql/embeddable-explorer yields contained in the npm package yields a 404 not found. I recall that the explorer was available in some other repository, but...
**Summary** Fixes #291 by adding support for loading [SuppressionsService](https://github.com/search?q=repo%3Aeslint%2Feslint%20SuppressionsService&type=code) from ESLint that is currently used from CLI. **What kind of change does this PR introduce?** feature/bugfix **Did you add tests...