MaxKless
MaxKless
Just want to say that we are also experiencing the same issue.
Are we sure we only want to make the target group heading sticky? It looks a bit lonely IMO, we could also make the project name sticky so there's more...
Hey @jrwhip can you elaborate on what exactly changed for you? Looking at the documentation you linked, it seems like the generate ui still works as described? What specific issues...
Hey! I think the changes are documented quite well in https://nx.dev/deprecated/as-provided-vs-derived I understand that the behaviour here has changed and that can be disorienting. But we've put thought into it...
It's a bit hacky but for anyone looking for a functioning combo box implementation using `@microsoft/fast-foundation`, have a look here: https://github.com/nrwl/nx-console/pull/1807 I reused `` and pretty much just copied the...
Not sure if this is related but I've been experiencing some weird issues with `workbench.executeCommand` as well, but not in the browser. When using it to execute a `vscode.openFolder` command...
Hey everyone! Thank you for the time you put in debugging this issue. I just went and tried reproducing this and here is what I found. 1. I created a...
Could you provide a reproduction of this happening? To me it seems like the same case above - if files are changed/created in an ignored directory (as executor artifacts usually...
Fixed with https://github.com/nrwl/nx/pull/21074
Hello! So I just played around with it a bit and when I moved a project, all files were correctly picked up as renames instead of deletion and addition. Keep...