Federico Zivolo
Federico Zivolo
I noticed that flowgen converts `class X implements I {}` to `class X mixins I {}`, but it should actually keep it as the original, because that's how Flow expects...
Hi, I was wondering how should I handle this kind of TypeScript annotations: https://github.com/ianstormtaylor/slate/blob/main/packages/slate-react/src/plugin/react-editor.ts#L29-L34 ```ts export interface ReactEditor extends Editor { insertData: (data: DataTransfer) => void setFragmentData: (data: DataTransfer) =>...
Seems like by default the runner uses sh... I was wondering how to switch to bash?
I'm writing some JSDoc comments and I noticed that editorconfig doesn't make any distinction between code and comments. The problem here is that JSDoc makes use of the Markdown convention...
Hi, I need to let my users insert text in a page containing several text fields. They should be able to dictate inside any of them, and switch between them...
Hi, I'm sorry for the really stupid issue but my build started generating empty reports and I don't know how to fix it... This is my Karma config: https://github.com/FezVrasta/popper.js/blob/master/packages/test/karma.conf.js And...
I run around 300 tests on SauceLabs on several browsers. If I enable this plugin (it doesn't matter if the karma coverage preprocessor is enabled or not), the tests on...
Do you think it would be a good idea to provide a "performance best practices" page in the docs? A possible example would be: ``` // Subscribing to atoms can...
I have a quite articulated selector that needs some data in order to auto-generate some boilerplate data on `get`, but I don't need that data when I want to `set`...
This should add support for Ref Callbacks.