Erwann Mest

Results 131 issues of Erwann Mest

I don't know if you don't have the choice or not to do a specific scope for naomi but it breaks most of plugins scoped on source.js or whatever like:...

external plugin compatibility

Imagine you've got: ``` ``` You'll get ``` ``` It could/should change to: ``` ```

bug
priority: high

`Packages/Naomi/syntaxes/naomi.fjsx15.sublime-syntax: context Packages/Naomi/syntaxes/fjsx15/destructuring/object/property.sublime-syntax#meta-destructuring has a scope name, but is unreachable, so the name will never be used` Don't know if it helps you.

bug
priority: high

It seems to work differently that you describe. French azerty keyboard here. ![Kapture 2019-07-31 at 9 42 25](https://user-images.githubusercontent.com/655838/62193187-8e379c00-b377-11e9-9e81-0ce70eef5ad7.gif)

bug
priority: high

``` class TextPageAsideAmendment extends React.Component { static propTypes = { theme: PropTypes.oneOf(["primary", "secondary"]).isRequired, logo: PropTypes.exact({ colour: PropTypes.string.isRequired, name: PropTypes.string.isRequired, }), target: PropTypes.exact({ name: PropTypes.string.isRequired, type: PropTypes.string.isRequired, position: PropTypes.string.isRequired, }), author:...

bug
priority: high

Hello, I'm not sure at all it's due to naomi but when I'm inside a `source.css.embedded.js`, the autocomplete when I type css attributes doesn't work. I don't know if it's...

bug
priority: high

If you wrap your webpack config with this plugin, the fast refresh will be broken and gives you this as error: ```js Uncaught TypeError: can't access property "runtime", __webpack_require__.$Refresh$ is...

It could be great to have something which notifies you on the systray icon that there're new notifications/updates.

## Question It's the first time I try docz on a project and this is what I've got (my `node_modules` and `package-lock.json` were clean) ``` npm run docz:dev > [email protected]...

### 💻 - [ ] Would you like to work on this feature? ### What problem are you trying to solve? In my plugins I've got thoses: ``` "@babel/plugin-transform-runtime", "@babel/plugin-proposal-class-properties",...

i: enhancement