Tom Sherman
Tom Sherman
After running packer on windows, I get the follwoing directory structure: ``` . ├── config.json └── win32 ├── NvmGui │ ├── platforms │ ├── qode.json │ └── styles └── build...
## Use case I want eslint to ignore typegen files. I have eslint setup to use gitignore for ignoring files via `--ignore-path .gitignore` but I want to checkin typegen files....
Given the following machine, pressing the transition to `b` actually goes to `a`. In general the visualiser respects the order of transitions in the array, I think it should respect...
Importantly I can't close or switch editors with Cmd+W and Cmd+P
I originally raised this as a feature request in #142, but @mattcompiles pointed out that this is probably a bug. In the following treat file, `sm` exists in the CSS...
Is it possible to serialize treat files for snapshot purposes? I'm looking to do something similar to https://github.com/thymikee/linaria-jest Right now I'm using require.context to automatically create a snapshot for each...
Eg in React Native https://reactnative.dev/search?q=view This allows you to add a custom search engine in Chrome and Firefox to make it easy to search the docs from the address bar.
These docs are missing on the site, would you accept a PR adding them? https://reasonml.github.io/api/index
Closes #414 - [x] Create an `Eval` module that uses a `Worker` under the hood, it exposes a state machine - [ ] Figure out some way of bundling the...
The TypeScript playground has this great feature where you can run the generated JS code, would you accept a PR to add a similar UI to the ReScript Playground?