Andrea Aloi

Results 5 issues of Andrea Aloi

Use `customElements.define` instead of `document.registerElement` see https://javascript.info/custom-elements ``` HTMLDocument.registerElement (file:///usr/lib/atom/static/index.js:166:12) Object. (/home/andrea/.atom/packages/auto-detect-indentation/lib/indentation-status-view.coffee:151:29) Object. (/home/andrea/.atom/packages/auto-detect-indentation/lib/indentation-status-view.coffee:155:4) Object. (/home/andrea/.atom/packages/auto-detect-indentation/lib/indentation-status-view.coffee:159:3) Module._compile (/usr/lib/atom/src/native-compile-cache.js:120:30) Object..coffee (/usr/lib/atom/src/compile-cache.js:252:23) ```

Hi, and thanks for your `typescript-transform-paths` plugin, it's really helpful in a monorepo context to resolve imports specified as `import Something from '@namespace/some/path/Something'` while compiling. However, it would be even...

Hi, I noticed you fixed the imagemin requirement (formerly image-min) but the version installed via `npm install cordova-minify` still has `require("image-min")`, could you verify? Cheers and thanks for your work!

Hi, on windows (don't know if it happens on other OS's, but I guess not) `minify.js` halts on account of not finding module `uglify.js` (if I swap lines `var UglifyJS...

Hi, with regards to this issue: https://github.com/codemirror/CodeMirror/issues/4707, which has been resolved upstream in latest version of CodeMirror, I was wondering when you plan to reintegrate it to brackets-indentator since `switch`...