Jose Georges

Results 11 issues of Jose Georges

Hi, My private key is encrypted with a passphrase and the syntax starts with the following: ``` -----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED ``` What would be a workaround for...

bug
help wanted

I've setup a client and made a request like this: ``` vargraphQLClient = new GraphQLHttpClient($"{ConfigurationManager.ConnectionStrings["mybaseurl"].ConnectionString}/api/graphql", new NewtonsoftJsonSerializer()); var myrequest = new GraphQLRequest { Query = @" { ... }" };...

**Is your feature request related to a problem? Please describe.** I need to make my column names to be the same as my property names, but using named in each...

enhancement

It seems like this could be a bug or is it intended? but I don't see how can you add submission related status to a class with the FormMixin

enhancement

Is there a way of launching an app while on kiosk mode? I'm using the [FileOpener2](https://github.com/pwlin/cordova-plugin-file-opener2) plugin to open files in different apps (e.g pdf files on a pdf viewer)...

# Steps to reproduce 1. run flutter upgrade and make sure you are on 3.16.0 2. Create new flutter project 3. Add package as a dependency 4. Run the app...

### Expected Behaviour Open third party app while on kiosk mode ### Actual Behaviour Does not launch #### Steps to Reproduce Try to open a file while using this plugin...

- Trying to run in an Android Physical Device. - The code is very similar if not identical to one of the example apps. This line fails: `interpreter = await...

I noticed the example is built on web, but I can't get the plugin to work on chrome, I get MissingPluginException. Is there any support for web published in the...

I simply want a method to stop playing the sound. I'm thinking on making my own change and then do a PR but what are your thoughts on this?