-
Hi,
is it possible to implement a watch mode to detect errors on the fly?
-
Should the CLI include a `-watch` option? It could be useful during development. It could be similar to [`watch` in TypeScript](https://www.typescriptlang.org/docs/handbook/compiler-options.html).
-
One feature missing, watching for changes.
https://github.com/andreatulimiero/static_jinja2/blob/master/static_jinja2.py
-
Essentially [Bun watch mode](https://bun.sh/docs/runtime/hot) but with `uv`.
Some more context for this [on Discord](https://discord.com/channels/1039017663004942429/1039017663512449056/1314035275466…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Affected Build(s)
Lime 2111
### Description of Issue
All versions of Yo-kai Watch 2 have a Blasters sidemode…
-
Only run tests impacted by changes to code / tests since last run.
How can this be done?
-
Would you accept a PR that implements watch? What requirements would you have for it?
-
### Which Cloudflare product(s) does this pertain to?
Workers Vitest Integration
### What version(s) of the tool(s) are you using?
3.78.10 [Wrangler], 2.0.5 [Vitest], 0.5.10 [vitest-pool-work…
-
Any ideas on how to implement watch mode? I tried adding -w to the ava call but that just hangs 😢
-
### Describe the issue
I defined a set of variables via stylex
![image](https://github.com/facebook/stylex/assets/68894989/810882a5-a8e3-4e76-aca5-a122c2b32d44)
Then I build via rollup, below is my…