Spacy

Results 155 comments of Spacy

Let me know if there is anything I can help with in regards to this?

Would the new `Subscribe` function satisfy this? https://pkg.go.dev/github.com/dosco/[email protected]/core?tab=doc#SuperGraph.Subscribe

Can we close this? Does the API linked in the previous comment satisfy SSE?

If you're using GraphQL as a library you can implement custom logic before or after your call to `graphjin.GraphQL`

Here's an example of a custom Redis resolver. https://pkg.go.dev/github.com/dosco/graphjin/core#Resolver

I'll do some tests to see what the bug here could be. As in what changes with timescale db.

> FYI The same is happening with postgres which uses postgis. Another issue is that the introspection schema has 10 times more fields than in reality. I am planning on...

Would love to have that feature added in. We have support for `similar` and `not_similar` adding posix regex should very similar you can jus follow that code path.

Interesting idea, this could be built as a separate json schema based migrations library

You originally mentioned migrations. GraphJin itself does not generate SQL for database migrations (adding, modifying, deleting tables and columns) GraphJin supports migrations where you write the SQL for the migration...