Simon Lemieux

Results 8 comments of Simon Lemieux

Adding a default value for the option fixes it for me: ```javascript export default { component: SomeComponent, title: "Components/SomeComponent", argTypes: { myNumber: { control: { type: "range", min: 2, max:...

I had the same issue (no TextGrids output files). Making sure all the words are in the dictionary fixed it for me (_i.e._ no prompt to fix words not in...

I had the same issue. Making sure all the words are in the dictionary fixed it for me (_i.e._ no prompt to fix words not in the dictionary and an...

@quanzzz123 Yeah turns out I encountered the same problem (no output) at times where all my words are in the vocabulary. No idea what is going on either!

This was also an issue for me. Editors often save backups next to the original files (e.g. Vim will save `*.sql~` files). There has been a rejected attempt at a...

Fixed it for pathogen by putting the .vim file here:`~/.vim/bundle/black/plugin/black.vim`.

It would be nice to merge this as it fixes the broken `README.md`!

Glad to see there is a way to build a given workspace *and the workspaces it depends on*. For the other confused people like myself: ```bash yarn workspaces foreach --from...