Egon Meijers

Results 12 comments of Egon Meijers

@incendial Let's suppose I only commit 3 out of 4 files that have a change and that fourth file has some issues raised by DCM. In such a case, I...

@incendial everything seems to work as expected, nice! The only problem I am facing now is the verbose output. It prints all files that you are analyzing when you select...

@yuki24 So I thought I had a solution but when executing a query it comes through the `execute` method in my GraphQL controller, which sets my `current_user` again, which will...

``` def execute(query, **kwargs) 1}} ``` So at this point everything works but when calling `client.query(query, query_params)` it will come across the `execute` method in my controller. In that controller...

Ok I found an other solution, instead of doing it like above I can do this in my spec: ``` token = AuthToken.new.token(user) client.options[:headers] = { "Authorization": "Bearer #{token}" }...

@dblock I will look into it. My first try in https://github.com/ashkan18/graphlient/issues/55#issuecomment-444475706 didn't work properly as you can see.

I created a fork for this: https://github.com/egonm12/cordova-plugin-splashscreen

This works: ``` final repoInstance1 = getIt.get(instanceName: 'impl1'); final repoInstance2 = getIt.get(instanceName: 'impl2'); ```

Are you using `master` or `stable`? It only happens on `master` for me. As described in the readme, [don't use master](https://github.com/Significant-Gravitas/Auto-GPT#----urgent-use-stable-not-master----).