Jordan Nieuwhof
Jordan Nieuwhof
# Feature request Firstly, thanks for the great library and continued support 🙏. My current team has encountered a situation where it would be preferable to allow authentication to fail...
Installations have consistently been failing on my Linux machine, Ubuntu 22.04.1, as follows: ```console Downloading node-v16.15.0-linux-x64.tar.gz... -> https://nodejs.org/dist/v16.15.0/node-v16.15.0-linux-x64.tar.gz error: failed to download node-v16.15.0-linux-x64.tar.gz -> https://nodejs.org/dist/v16.15.0/node-v16.15.0-linux-x64.tar.gz error: failed to download node-v16.15.0-linux-x64.tar.gz...
## Motivation The Auth0 store is currently coupled to the 'person' simulator, in that it uses its scenario and reaches directly into its slice of the store. Ideally services should...
to introduce quick search / id upload we had to introduce a 'primary key' checkbox on the extended mappings. right now it's possible to select more than one field as...
the sqon -> es query builder is currently not handling different types of values properly. it makes decisions based off the first value in the operation, rather than dissecting the...
First off, great project! I found it [on Reddit](https://www.reddit.com/r/rust/comments/t8en83/migrator_automatically_generate_postgres), while stumbling through the landscape of less-than-ideal migration tooling. It's surprising how little tooling there is for the diff generate approach...
Resolves https://github.com/hayes/pothos/issues/1327
First off - thank you for the great work! We've been using Pothos on this project for a couple of years now, and have been enjoying it. ### Background This...