Gavin Boyd

Results 13 comments of Gavin Boyd

> The most proper way I see as implementation of a custom hook with useEffect same as did mount (to initialize timeline only once). Ok thanks for the suggestions, I...

Hi @ievgennaida Ok i took your advice from above, and fixed the example by implementing useEffect(), I think the events are working correctly now and the only change for this...

After checking the other open issues I found the temporary solution here [#2495](https://github.com/supabase/supabase/discussions/2495#discussion-3472859)

@tominou Thankyou for the suggestion, however it didn't work. I tried many combinations but cant figure it out. Here is the error: ``` [22:50:46] typescript: src/app/app.component.ts, line: 69 Type '{...

@ivanov84 Thank you so much. I will have a go as soon as I get a chance this afternoon

@gartorware Hey mate, that did the trick, well at least its building and letting me use the npa setting so should be good now, next step will be trying to...

i was just looking for this as i usually copy error messages often and its already a pr nice!

@abhaykumar01234 @TaliSeroussi This is a workaround I used for this to force a rerender ```jsx const MyComponent = ()=>{ const [rand, setRand] = useState(0); const forceUpdate = () => {...

> @crushingCodes Thanks for putting this together. I just tested it with iOS13 and although it didn't interrupt the background music, no audio was played when using preload simple. Do...

@benediktms Did you end up finding a workaround? I wonder if it would it be possible to implement something like this in lunarvim? https://github.com/neovim/neovim/issues/20784#issuecomment-1288085253 Not as good as the suggestion...