Egon Meijers

Results 8 issues of Egon Meijers

I am using [Lefthook](https://github.com/evilmartians/lefthook) so I can run some pre-commit commands. I've also added a rule for DCM but I am unable to run it on individual files: `lefthook.yml` ```...

type: enhancement
area-core

**Is your feature request related to a problem? (please describe)** The publishable key is the only required value that needs to be set before we can use the package. The...

How can I pass the current_user context in a query? In the `execute` method I see: `query_params[:context] = @options if @options`. I got this shared_context: ``` # frozen_string_literal: true require...

question

We are using Cordova 8 in the new frontend app of de Kudos-o-Matic and with iOS 12 the app gets stuck on the splash screen. There is an [open issue](https://github.com/apache/cordova-plugin-splashscreen/issues/157)...

**Describe the bug** When I open a dialog with `showDialog` and I pop it, `verify` tells me it never called `.pop` while it did. ```sh popping... popped! ══╡ EXCEPTION CAUGHT...

waiting for response
p3

Is it possible to have more than one action in a success or fail type? I would like to trigger both actions when a fetch has failed. ``` processOptions: {...

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-flutter/tree/main/auth0_flutter#readme), [Examples](https://github.com/auth0/auth0-flutter/blob/main/auth0_flutter/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-flutter/blob/main/auth0_flutter/FAQ.md) and have not found a suitable solution or answer. - [X] I have looked into the [API...

feature request

When a ref is passed as a query key in combination with this package it throws a typescript error on `useQuery`: ``` Vue: No overload matches this call. Overload 1...