Scott
Scott
For my understanding, couldn't the ACL ability to filter access via a key "prefix" be close to something like a namespace? This: > ~objects:*, will result in the client only...
Have you seen this? https://github.com/quasarframework/quasar-docker Which reminds me, I need to update the containers now that 0.14 is out of beta. Scott
@lkiii - The docker stuff has been put on the back burner. I need to speak to Razvan about it, but I'd personally like to get it going again for...
@lkiii Can you get onto Discord? We can PM there about this? For sure we can collaborate. In fact, that would be great! Scott
I think the general issue here is assuming non-null logic and default logic in GraphQL is sufficient for form/ data validation. At least that is the understanding I'm getting from...
I also "had" this problem too. Turned on workspaces, as I've been told Rush's linking will be deprecated, but had non-singleton singletons in my app. I'm working with NestJS, which...
@duysolo - Try looking through the `pnpm.lock.yaml` as [suggested above](https://github.com/microsoft/rushstack/issues/3447#issuecomment-1150487912). You'll probably also find the doppergänger and it will point to doubled up or rather unnecessarily used packages. That's what...
@duysolo - That was my problem. I had `@nestjs/core` being loaded twice and it was because one of the plugins I was using was also installing `@nestjs/platform-express`. I removed it...
I was just given this from @octogonz (thanks for that). Looks promising for resolving such doppelgänger errors. https://github.com/microsoft/rushstack/issues/3695 Scott
Any progress on this? I'm liking Rush, but I just ran into wanting to install three or four deps and having to rerun the add command for each one. Not...