Mark Elphinstone

Results 66 comments of Mark Elphinstone

I'm up for this, for noble at least. I use a Mac on Mojave but am used to working across all the platforms including mobile?

@qdot does that mean it works across other platforms too?

The API needs an update/rewrite, for sure. There's lots of undocumented stuff too.

I have this issue also with the emulator. It keeps getting back with `Could not verify JWT: JWSError JWSNoSignatures`

I'm using 1.3.2. This is an issue for me as I want to test my cloud functions with actions as I'm working but I would have to make use of...

I'm limited by live auth as it happens... in firebase I can run all via its emulator but as I have to use a key or jwk_url it just breaks....

I would add an environment variable for that circumstance too so it can only be used in testing and development

Yeah probably; save us having user error issues

That will help for now, thanks... It isn't great having such a public work around in the code of course but hey, it'll be enough for the time being

I did something like this without having to use ffmpeg - the `wavefile` package: ```typescript import {WaveFile} from 'wavefile'; // get base 64 from wave file const waveFileBase64 = await...