Jack Hsu
Jack Hsu
This should be working in latest version. See demo here https://github.com/jaysoo/nx-demo-issue-11524 Note that since the dev server uses `public/` folder in source, it will need to be gitignored. We'll look...
@magrinj Looking into it, hoping to provide a solution soon.
@chrissloey Hey, thanks for reporting. I don't think there is much I can do about this at this moment because it's a limitation of the Animation API. It might be...
Taking a look.
This would be pretty useful. Maybe it would help if nested `` can be combined in a way other than last-write-wins. First thought is to allow function child inside the...
Interested in knowing what @cwelch5 thinks -- I'm not married to this idea. Seems to be some overlap with `titleTemplate`, such as.. ```js Subpage ``` Being roughly equivalent to: ```js...
The original error for parsing JSONC files have been fixed. We've also moved TS/JS inspection (for building Nx graph) to Rust, so the original issue of reading `tsconfig.base.json` isn't relevant....
This has been fixed.
Deprecated the feature.
One thing I noticed when testing locally is that setting local registry in `$HOME/.bunfig.toml` didn't always work for me unless I run `bun install --no-cache`. Not sure what the issue...