David Nunez
David Nunez
Hello, I ran across a database view whose syntax doesn't seem to be supported by __pg-mem__ and the console error suggested opening up an issue and providing an example query....
I cloned the repo and started playing with the code locally but I ran into some problems just getting it to build. Perhaps this isn't causing a problem for anyone...
### Summary: I'm not able to run a query where an `.or()` is chained onto the query clause. ### Code sample: ``` const results = await model .query("a") .eq("one") .or()...
### Documentation issue - [ ] Reporting a typo - [x] Reporting a documentation bug - [ ] Documentation improvement - [ ] Documentation feedback ### Is there a specific...
## Summary NX is not able to locate project/packages in a monorepo to which it was added (via this `add-nx-to-monorepo` generator). ## Details The `add-nx-to-monorepo` [recently removed the scaffolding of...