Spacy

Results 137 comments of Spacy

That's true, some folks asked me the wasm build could be smaller it's used by the npm package for GraphJins Nodejs API. Thanks for the tip on wazero I did...

I don't know much about graphql-codegen but this is wierd the intro.json is the same as whats sent via /api/v1/graphql so if one worked so should the other. ``` Error:...

bBest option is to save the two and do a diff on it. would love some help with this. The function used by both is `gj.getIntroResult()` it also caches the...

We have a concept of `namespace` you can `OptionSetNamespace(string)` when creating the `core` instance or use `SetNamespace(string)` on the `ReqConfig` object for a per request setting. Namespaces are a way...

Across databases its better to just have multiple instances of GraphJin `core` but as I understand you're suggesting this as a way to tenant within a single database correct?

what if we support multiple roles for a single query that way member of org x can be a role when applied it adds in its own filters along with...

I'm taking about the mechaism of achieving what you originally thought about "apply the org filter on all queries and mutations". We could achive this using the role mechanism even...

> Each org shares roles , users and user to groups mapping . Typically an orgs services like to reuse their roles / users between their services. It’s a reasonably...

Traveling will look at this deeper next week. Just a short FYI the query you have above has changed in v3 all args have to be passed in using the...

I can take a look. It would help if its included in gnomock first since we run integration tests using it against all our compatible databases. https://github.com/orlangure/gnomock