nasso
nasso
isn't this a duplicate of #4265 ?
how about keeping the same icon button, but with a third state? clicking it cycles between "light"/"dark"/"auto". when set to "auto", just store `{ "theme": "auto" }` in `localStorage`. we...
I'd like to work on that!
I'm getting errors like: ``` [ERROR] Docusaurus server-side rendering could not render static page with path /. [INFO] It looks like you are using code that should run on the...
woops didnt know github would remove the other review requests 🤔
upping again: this is a major inconvenience as I use dev containers to make programming on Windows acceptable. right now, even though the image is available locally, i am unable...
> Interesting idea but ironically in order to do that it would probably mean that turborepo would have to build their own config system beyond yarn workspaces and npm. Since...
the problem with this is that now you potentially have to create `turbo-project.json` files everywhere, duplicating information that might be present in another manifest already (e.g. a `Cargo.toml`), which makes...
> Possibly, a low-hanging fruit would be to make Turbo compatible with `make`. > > `make` is the less opinionated task runner, and can fit any stack. If Turbo could...
i've actually put a `package.json` in rust crates to model their dependency relationship and allow turbo to run scripts on them haha it works but i agree that its ugly