Tim Volckmann
Tim Volckmann
I'm pretty new to GUN and it's really awesome but I've a question regarding traversing. Assume I've the following structure: ```js gun.get('people').get('Dave').put({ someData: 0 }) gun.get('people').get('Charlie').put({ someData: 1 }).get('knows').put(gun.get('people').get('Dave')) gun.get('people').get('Bob').put({...
**Description** It would be great to have a function to extract files to a stream instead of a directory. At the moment, I'm calling `openFromStream` to read my zip archive...
When I do the following: ``` const rg = new Graph('mygraph') try { await rg.query('UNWIND $names AS name RETURN name.firstName', { names: [{ firstName: 'Alice' }, { firstName: 'Bob' }]...
**Is your feature request related to a problem? Please describe.** Currently, when a user adds a connection, all other users are seeing this connection as well. **Describe the solution you'd...
**Describe the bug** When I add a join to a query, sorting the result in asc or desc order returns an incorrect order. **To Reproduce** Steps to reproduce the behavior:...
At first, thank you very much for this awesome library! I've a feature request and I think this can be useful :-) I'm using the `url()` function, but what I'm...
Hi, since yesterday we are facing issues with the auth_oidc plugin. Previously everything worked since months without any issue. But since yesterday, we're getting the following message in the logs:...