fuko

Results 14 issues of fuko

Monkey-patch the `process.env.NODE_ENV` variable (set it to `"development"`) if `process` is `"undefined"` in the `@theatre` packages and print a warning. This is a known issue with vanilla rollup configs, since...

enhancement
studio
build

It's already really nice to have a simple `Hello world` project, but we could make it even better by making the example visually a bit more interesting. I thought that...

enhancement
docs and examples

There are no errors in the console. ## Details | OS | Firefox version | Other Specs/Comments | | --- | --- | --- | | Windows 10 (19041.1415) |...

bug

## Video Check out the issue in this video: https://user-images.githubusercontent.com/43729152/157419689-0b786a84-cf9c-4898-97ba-6fe63afd5a26.mp4

## Description Sometimes the sequence editor becomes a bit crowded so it would be nice to have an option to hide the information that the user currently does not have...

#### Summary Fixes #762 ##### The problem it solves Currently builds are failing for public projects that use yarn 2 (or above) with workspaces. The cached node modules are cached...

**Is your build failing?** Our builds our failing. We use `yarn 3.2.0` with workspaces in a public repo. This is the step where yarn fails: ``` 5:10:09 PM: ➤ YN0001:...

type: bug

# Feature suggestion I think it'd be awesome if I could hover over a number input (or click on it), and use the scroll wheel to increase/decrease the value it...

enhancement

Adding the `isDirty` flag to the form and fields inspired by [`react-hook-form`](https://www.react-hook-form.com/api/useform/formstate/). # Description | | When is it `true`? | | --- | --- | | `field.state.meta.isDirty` | the...

https://github.com/Backblaze/gists/blob/b5a73fef3e4d3ae14121decc1b364008acc18515/b2AuthorizeCfWorker.py#L69-L82 The `modRequest` variable in line `76` is in the global scope, which shouldn't break the functionality of the worker, but in my opinion it'd be safer to make it...