Ivan Suslov
Ivan Suslov
Hey @danemadsen, do you think we need to add additional modifications with `ESPEAK_API` as it's implemented here: https://github.com/espeak-ng/espeak-ng/commit/ba13f633722bac14cf7240f2de3222ac2ea5ece1
Indeed it's very strange bug and should be prioritized.
Hey @ibrahimcesar somehow `ref` is always null for me. ```tsx "use client" import LiteYouTubeEmbed from 'react-lite-youtube-embed'; import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css'; import {useRef} from "react"; export function VideoPlayer() { const myRef = useRef(null)...
For those who is struggling with this issue, please read my comment here: https://github.com/firebase/firebase-tools/issues/5614#issuecomment-1508515106 to understand what's going on. **How to fix:** Essentially you need to make sure you installing...
@wu-hui this happens to me with `"firebase": "9.22.1"`. I'm running jest tests.
**Overall, is it valid to say that MUI does not work with Nextjs v13?**
Having the same issue with firebase hosting emulator. To reproduce simply: ``` npx create-next-app@latest ``` when creating a new app select tailwind. After that, try to run it in `firebase...
Bumping it up. > In TS can you write: `prop ?: number` ? @joshgoebel yes, it is used all over the place in typescript. More often without space in between...
So what is the status of this issue?
Having the same issue when using `--timestamp word` > torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 2.00 MiB. GPU 0 has a total capacity of 21.96 GiB of which...