Gerrel

Results 14 comments of Gerrel

Yes, skipping the delete-images step would work for me. When running the `fastlane supply` command for uploading metadata to the play store it will upload all images in the default...

Yes that would definitely work.

~~Using: https://hub.docker.com/r/atmoz/sftp/~~ ~~But get the error VolumeDriver.Mount: exit status 1%!(EXTRA []interface {}=[]).~~ ~~Updated the apk packages in the container, but still not working!? ~~ ~~(From macosx command line and Cyberduck...

@fadhly-permata if you do a update for: https://github.com/fadhly-permata/flutter_money_formatter/pull/12 Can you also take this pull request with it? thanks

He wants to be able to show the decimals like the image below ![Screen_Shot_2012-03-04_at_11 13 27](https://user-images.githubusercontent.com/391656/63982525-1b7b2700-cac3-11e9-8093-567b704bbd1b.png)

should not update until flutter sdk master branch is on this version too. (Flutter sok has a fixed version of 0.15.8 atm)

Yes Flutter sdk is now updated for 0.16.0, but not all libraries are updated so I propose a broader pubspec constraint like `'>=0.15.8

issue is in arangodb/js/server/modules/@arangodb/foxx/graphql.js when options.context in gql.execute is null then pass the request.

I did the following quick fix and is working now: changed file: /usr/local/Cellar/arangodb/3.2.5/share/arangodb3/js/server/modules/@arangodb/foxx/graphql.js try { return gql.execute( schema, documentAST, options.rootValue, options.context === undefined ? req : options.context, variables, operationName );...

Pull request: https://github.com/arangodb/arangodb/pull/3561