Tom Sundstrom

Results 17 comments of Tom Sundstrom

@sparsh0611 Seems you can specify a locale that uses 24h time [as a cordova-plugin-datepicker option](https://github.com/VitaliiBlagodir/cordova-plugin-datepicker#locale---ios). For example, `en_GB` leads to a 24h picker, as per: http://stackoverflow.com/a/33912837 https://developer.apple.com/reference/uikit/uidatepicker#2281469

@rommelpe I see, it only happens in a *cross-domain*-loaded iframe apparently. Here is a minimal failing example: https://github.com/tomsun/firebase-js-sdk-securityerror-example It uses webpack-devserver to host a transpiled build of the example above...

@yuchenshi ok nice! I don't have anything pinned though, but perhaps my base Docker layers are several weeks old? No: tried clearing the cache and rebuilding: same results. ``` FROM...

@yuchenshi Still have that same container running from earlier today: ``` % docker exec -ti 54dc3c930f96 bash -l root@54dc3c930f96:/opt# firebase --version 9.11.0 ``` Which seems to be the [latest release](https://www.npmjs.com/package/firebase-tools)...

I opened the network inspector and found another clue; one of these each time I load the `region:local` (non-existing) doc in the UI ``` { "error": { "code": 400, "message":...

Nice, seems to be the colon indeed; if I create an actual existing doc with a colon in the name and give it a sub-collection, the same bug occurs. Adjusting...

For me, the camera view was blank on macOS due to sandboxing, until I assigned the entitlement com.apple.security.device.camera Not sure if I got the same error message as you or...

oh nice, @nilsreichardt just [added the entitlement step to README](https://github.com/juliansteenbakker/mobile_scanner/commit/ee08cc8cc892c2aa3b9219bd944313bd7559d859) a week ago- it doesn't mention the plists or the word entitlements, instead it points out the xcode ui way...

I too would find this useful example: select your favourite programming language, then all snippets on the page update: https://firebase.google.com/docs/firestore/query-data/queries (seems the choice is sticky across page loads in their...