João Vitor Paes de Barros do Carmo

Results 21 comments of João Vitor Paes de Barros do Carmo

As a workaround, maybe this can be helpfull: ``` flyway: image: boxfuse/flyway command: -c 'sleep 30; flyway migrate -user=sa -password=$${SA_PASSWORD} -url="jdbc:sqlserver://sqlserver:1433;databaseName=$${DATABASE}"' entrypoint: sh volumes: - ./sql:/flyway/sql environment: SA_PASSWORD: P@ssw0rd DATABASE:...

> Have you changed manually metadata.xml ? (you should not). **No.** I didn't change the `metadata.xml`. I think the command to generate the metadata.xml `mvn -Pmetadata generate-sources` didn't make it...

I **changed the SQLServer type from DateTimeOffset to DateTime** and executed again `mvn -Pmetadata generate-sources` then `mvn -Pgen generate-sources` and **it works**! So, i guess the **SQLServer type DateTimeOffset is...

@umeshp7 we need this. Can be merged and released?

Hi @PierreBrisorgueil i tought you would like this one i created based on some research i made on the web about it (like this and others images). Take a look...

Yes, i see that problem too. Like this comment: https://stackoverflow.com/a/43834244 my guess is that a poor combined choices from Google and Apple put the users at this situation. As soon...

Another thing is the cordova plugins that influence the app. Ex: Splashscreen configs at `config.xml` Those only works at browser with cordova.

Well.... FYI: i could make it work with asp net core, take a look at https://github.com/ckimes89/graphql-net/issues/87#issuecomment-412305321

Hi guys, i just could workaround this issue by doing this change https://github.com/jvitor83/graphql-net/commit/26a5f6d267c62a468d1fd4daeb822c20dae1f7be#diff-8fa9aa5aed6d6219daacaa099553fe78R16 Don't know if it is enough to a PR fix, but i could make it work with...

This should be a priority. The prefetch should behave like the browser once it hits the page (downloading the assets at the same time), otherwise the loading will be slower...