Spacy

Results 14 issues of Spacy

- [X ] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first? - [ X] I have looked at the examples provided that may showcase my question [here](/_examples)? ### Package version...

bug
v10

- [ X] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first? - [ X] I have looked at the examples provided that may showcase my question [here](/_examples)? ### Package version...

bug

**What would you like to be added**: Document what it would take to get Super Graph working with Cockroach DB a distributed database that is designed to be compatible with...

enhancement
good first issue

**What would you like to be added**: Add the ability to call a web-hook on successful completion of inserts, updates, deletes or upserts. **Why is this needed**: This will allow...

enhancement
good first issue

**What would you like to be added**: It would be amazing to have a "Deploy with Heroku" button. Someone please help and build this. https://devcenter.heroku.com/articles/heroku-button **Why is this needed**:

enhancement
help wanted
good first issue

**What would you like to be added**: Currently config uses one file per environment (eg. dev, staging, prod, etc) we should move to a multi-file config where we have one...

enhancement
good first issue

**What would you like to be added**: Add a deploy to Heroku button to the README.md file https://www.heroku.com/elements/buttons **Why is this needed**: Easier for people to try out Super Graph

enhancement
good first issue

**What would you like to be added**: Support remote joins with GraphQL endpoints in addition to REST endpoints (currently supported) **Why is this needed**: This would require adding some config...

enhancement

Using this adapter.Tx makes it hard to write portable functions it would be best to just use sql.DB instead of adapter.Tx

breaking

Under contributing it only says `pnpm i && pnpm gen` what is `pnpm gen` it throws an error? If I make a code change what is the workflow to test?