Tom Sundstrom
Tom Sundstrom
Application crashes when `firebase.analytics();` is called from within an iframe in macOS Safari. Regression of or otherwise related to https://github.com/firebase/firebase-js-sdk/issues/631 ? ``` import * as firebase from 'firebase/app'; import 'firebase/analytics';...
* `react-firestore` version: 1.0.1 * `node` version: v10.19.0 * `npm` (or `yarn`) version: yarn 1.21.1 * `react` version: 16.12.0 What happened: From the browser console when using react-firestore with recent...
### Your environment. - Version:`v1.11.0` (latest) ### What happened? When upgrading my setup to use ion-sfu v1.11.0 I get `missing RID method` at build time. @Sean-Der seems to fix this...
Example: ``` This is not quite right 🙅 ``` I.e. using: https://emojipedia.org/face-with-no-good-gesture/ Output: (in macOS Terminal.app, PT Mono 12pt)
If I write to a sub-collection of a non-existing doc, like so (haven't written any data to the doc `region:1` prior to this): ``` db.collection("servers").doc("region:1").collection("instances").doc("instanceA").set({...}) ``` ...and if I navigate...
`FLUTTER_APP_PROJECT_NAME=ion_flutter_example` [in project_tools.sh](https://github.com/pion/ion-app-flutter/blame/master/scripts/project_tools.sh#L5) does not match `name: ion` [in pubspec.yaml](https://github.com/pion/ion-app-flutter/blob/master/pubspec.yaml#L1) which caues the test to fail by default once generated by the script. Would do a PR except I don't...
The current download at https://creativesdk.adobe.com/downloads.html at the time of writing is `CreativeSDK-iOS-v0.15.2181.1.zip`, which extracts to a directory `AdobeCreativeSDKDynamicFrameworks` unlike README's suggestion `AdobeCreativeSDKFrameworks`. Furthermore, the file tree has a different structure...
`bundle exec rake virtualbox:ubuntu-14.04-amd64:all` . . . ` There was an error downloading http://releases.ubuntu.com/14.04/ubuntu-14.04-server-amd64.iso: 404 Not Found ` --- http://releases.ubuntu.com/14.04/ seems to promote usage of 14.04.3 instead. The iso url...
How to build this project? The Makefile contains interesting path assumptions Makefile ``` GOPATH=`pwd`/../../../../ [...] `./../../../../bin/sentry-relay` ```