MaxKless

Results 304 comments of MaxKless

From my research, the limit is the same on macos. Okay but even so, the following calculation would be under 95 chars, no? 65 chars (TMPDIR) + 20 chars (hash)...

I think we can safely reduce the workspace hash length to 10 chars, I made a PR for it here: https://github.com/nrwl/nx/pull/28920 Still, I feel like you could pretty easily set...

It's a valid request! I'll see if I have time to get to it, otherwise I'd gladly accept a contribution here as well :)

Thanks for taking the time, @rainerhahnekamp. Without having spent too much time to think about it, a generic `FormlyFieldConfig` seems like the simplest solution to me. But it's in no...

yes I'm aware, will push up a fix today :)

I have something that _should_ be the fix here https://github.com/nrwl/nx-console/pull/2439, but it's still not verifying the plugin locally. It looks like there's an issue with the plugin verifier right now...

I'm still working on getting the plugin through with the JetBrains folks... you can try to build from source but I really hope that it will go through today

Hey! I managed to get it through the verification pipeline and 1.41.1 is released :) Updates will be more frequent now.

Thanks!! I just learned about this recently and the asterisk is the missing piece in the config that will create this error. I'll fix it asap, thanks!

It should be fixed with https://github.com/nrwl/nx-console/pull/2224