Jonathan Gamble

Results 69 issues of Jonathan Gamble

I am getting this warning with Angular Universal: ![register ts-node](https://user-images.githubusercontent.com/8333090/164981705-22624c7b-af7b-4feb-94b6-08841ae1f0dd.png) ``` Trying to register ts-node again with a different tsconfig - skipping the registration. tsconfig 1: C:\web projects\fireblog.io/tsconfig.server.json tsconfig 2:...

How can I stream a Cypher query in RedisGraph like PubSub with regular Redis? I see [this article](https://redis.com/press/redis-introduces-redisgraphs-and-streams/), but I don't see any examples anywhere of how to stream a...

Is it possible to convert the observable to an **rxjs** observable? This would be the desired behavior from an **urql** subscription: ```typescript const sub = pipe( this.client.subscription(q), toObservable ); sub.subscribe((r:...

### Command ng test ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug...

need: repro steps

It would be cool to be able to have tabbed code blocks where you can select different languages. https://rdmd.readme.io/docs/code-blocks That way you could do two code blocks in a row,...

```"node_modules/prismjs/themes/prism-coy.min.css",``` This module will not show a clipboard copy code. J

# Feature request Currently, there doesn't seem to be a way to link / unlink a provider (email, google, password, phone, etc). There should be methods to do this, as...

enhancement
auth

DGraph currently uses a depreciated and insecure websockets protocol: `subscriptions-transport-ws`. They recommend changing to use `graphql-ws`. https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md The creator of the `graphql-ws` even suggested that you use it in [DGraph...

kind/bug
area/graphql
area/operations

https://discuss.dgraph.io/t/cant-update-node-to-create-edge-due-to-auth-rules/13061 https://discuss.dgraph.io/t/bug-auth-rules-of-parent-not-respected-when-child-with-hasinverse-is-added/12955/5 Even if you have an @auth rule on a node, the inverse node can still be created: **schema.graphql** ```typescript type Foo @auth( add: { rule: "{$ROLE: { eq:...

kind/bug
community