Enrique Tuya

Results 8 comments of Enrique Tuya

I've submitted some changes so it works on Android: https://github.com/enriquetuya/html5-qrcode, the demo is not updated, you can try them out locally. On iOS it will not work on Safari since...

I have similar issues with my Android device, I've submitted some changes on my fork: https://github.com/enriquetuya/html5-qrcode The demo is not updated, but you can try the changes locally. After I...

I've submitted some changes on my fork that fixes the Firefox issues, https://github.com/enriquetuya/html5-qrcode Once I've finish the changes I'll send the PR to @dwa012 so he merges it to the...

@sabman I had to pause them, I may have some news later next week. If you manage to work on this yourself, please let me know.

## Experiment 1 (Failure) ``` ENV cartodb_postgresql_version=0.21.0 ENV cartodb_version=v4.11.59 ENV cartodb_windshaft_version=5.0.0 ENV cartodb_sql_api_version=2.1.0 ``` Results: * [x] Build success * [ ] Try out builder ### Errors: When trying to...

@sabman @Prindle19 I've tried out the versions I mention above and work. You can also find some changes on the Dockerfile that allow quicker iteration over version changes here: https://github.com/GlobalFishingWatch/docker-cartodb-1/commit/d4288b1d1b0f6a9a559c1c08f0ef377773187877...

@Prindle19 I'm trying to find all the versions that worked withouth throwing the `/user/admin/api/v2/sql?q=select%20*%20from%20cdb_dataservices_client.cdb_service_quota_info()` issue? On your prior comment you mention you have an image that works. Could you tell...

@thadk check the now the volumes are created before hand in the [readme](https://github.com/chriswhong/docker-cartodb/pull/35/files#diff-04c6e90faac2675aa89e2176d2eec7d8R30) so you end up having two named volumes that will be used by the container. This gives...