Georg Schwarz

Results 46 issues of Georg Schwarz

Hi, I am using HELLOJS with the following configuration: ```javascript const GOOGLE_SCOPES = 'https://www.googleapis.com/auth/userinfo.profile, https://www.googleapis.com/auth/userinfo.email' hello.init({ google: GOOGLE_CLIENT_ID }); hello(_this.network.google).login({ display: 'popup', response_type: 'token id_token', scope: GOOGLE_SCOPES, force: true //...

Hey there, I'd like to request if there is any possibility to provide hellojs with an existing token and then let it sync to a valid state. Further explanation: I'm...

Hey! Unfortunately, I didn't find a template on how you want feature requests to be formatted, so I just wrote a user story. Hope that is okay :) ## Story...

enhancement

It would be awesome to simplify creating debuggers for the DSLs created by Langium. In VS Code this would be supporting the [Debug Adapter Protocol (DAP)](https://code.visualstudio.com/api/extension-guides/debugger-extension#debugging-architecture-of-vs-code). Are there any plans...

I'd expect the `prefer-node-protocol` to allow defining some exceptions where the rule should not apply, or the rule should not apply in the first place if there is a similarly...

Open points - [ ] Replace `knex` with our own postgres implementation - [ ] Code styling and clean-up (Linter) DONT MERGE YET!

Currently the library `knex` is in use for the database access leading to many `any` typed code. Goal: replace `knex` with our own postgres library to make it consistent with...

Continuing work of @LechoDecho to enable GraphQL interface for the data. Use the JSONschema provided by the pipeline to structure the data stored instead of storing blobs.

Datsource imports should be persistent without pipeline execution.