Erwann Mest
Erwann Mest
`browser-js` sounds ugly to me. What name you think? Because yes, as we install it via npm, we already know it's javascript, so no need of `-js`.
http://ilgthegeek.livius.net/2010/05/31/editing-windows-custom-keyboard-layouts/
It could be great to be able to change the accent (the top bar mostly) without changing the tree of files. The result should/could be for instance an "orange" top...
It seems to be now `com.apple.sound.beep.sound` on macOS. I've got this: `"com.apple.sound.beep.sound" = "/System/Library/Sounds/Basso.aiff";`
It could be great to access to props given to Component via connect(). like: ``` export default injectIntl( withRouter( connect(TextPage, (state, store, props) => ({ storeBill: state.bills.bydId[props.match.params.id], })), ), )...

In Preferences, it's well organised as it's also in `package settings` menu, but for Tools, it was at the root, instead of `packages`. Now it's fixed:  (Sorry for the...
``` Node.js encountered a runtime error: /Users/kud/Sync/low/appdata/sublimetext3/Packages/HTML-CSS-JS Prettify/build/js-transpiled/node_modules/graceful-fs/polyfills.js:11 cwd = origCwd.call(process) ^ Error: ENOENT: no such file or directory, uv_cwd at process.cwd (/Users/kud/Sync/low/appdata/sublimetext3/Packages/HTML-CSS-JS Prettify/build/js-transpiled/node_modules/graceful-fs/polyfills.js:11:19) at Object.resolve (path.js:1084:25) at Function.Module._resolveLookupPaths (internal/modules/cjs/loader.js:478:17)...
A workaround: In ModuleLoader.py: ```python def get_local_files(self): """Load the list of local files.""" # Don't throw errors if invoked in a view without # a filename like the console local_files...
`usePromisify` vs `detect_prefer_imports`