Aadam Zocolo

Results 7 issues of Aadam Zocolo

After seeing that the `graphql-ws` package is now a supported fetcher option merged in with PR #755, I was excited to try this functionality. I want to use this new...

I'm trying to understand how to use RethinkDB in rust. I'm using RethinkDB to power a GraphQL endpoint (using `juniper`). Static single document queries seem to not be an issue,...

Long story short, in my opinion, This, (my class used for example) ```python3 ... @strawberry.type(description="Represents data about a device that is currently connected to the application") class ActiveHdd(HddEntry): serial: ID...

discussion

**Is your feature request related to a problem? Please describe.** I am trying to learn how to use Graphene with my existing DataModels. The problem I've come across is my...

✨ enhancement

Matching by regular expressions will allow for configurable language options. Could address #35 and #15 This PR aims to add: - Matching by regex - Extendable config file (support custom...

Re-architecting the current implementation to allow a more pluggable language listing could make for easier contributions. Perhaps something like a list of defined regex matches for a Language option could...

While trying to clone this repo to investigate some issues I was having, I found that I couldn't install the packages required. After unfortunately deleting `package-lock.json`, the packages installed. It...