Erwann Mest

Results 131 issues of 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`.

enhancement

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], })), ), )...

![screenshot-2020-08-18-11-47-58](https://user-images.githubusercontent.com/655838/90498521-bba0e480-e148-11ea-98c6-75ccf30e63f3.gif)

bug

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: ![image](https://user-images.githubusercontent.com/655838/79516035-7b224480-804a-11ea-90ee-6fc984cbd292.png) (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`