Marco Tundo

Results 8 comments of Marco Tundo

> BTW, a restart fixes this Not necessarily. I would have to reboot my intel-based Mac to get it working again. It works a single time before I experience the...

`o-dropdown` also has this issue. Can reproduce [here](https://codesandbox.io/s/oruga-vue3-notification-test-0hcqxy?file=/src/Modal.vue).

For those of you having issues, I was able to solve it by ensuring the FirebaseAnalytics calls are async. ``` import { Device } from '@capacitor/device'; import { FirebaseAnalytics }...

@TheeOMM in your package.json, try `"react-native-audio-streaming": "git+https://github.com/tlenclos/react-native-audio-streaming.git"`

@nickdirienzo Ah! Thanks for pointing that out! I was upgrading React to 0.49.5 and the autogrow package had the same issue!

I was able to test out your extensions this afternoon. Unfortunately the install procedures have been very tricky, as installing each extension results in dependency conflicts with each other. I...

Yup I used the install script provided. The primary issue is that `coqui_tts` and it's single pip dependency 'TTS' has major conflicts with the tortoise installs. I had to manually...

For those who come across this, install TCMalloc via: `sudo apt-get install google-perftools`