Eric Kalosa-Kenyon
Eric Kalosa-Kenyon
For others stumbling upon this, see the alternative `pyttx4`: https://github.com/nateshmbhat/pyttsx3/issues/274#issuecomment-1521889574
@nateshmbhat please consider this for merge - the issue on MacOS is widespread.
I can validate this. The simplest reproducible case is: ```py # main.py import os if not int(os.getenv("WORKS", 0)): raise ValueError("This won't get raised") if not int(os.getenv("FAILS", 0)): raise ValueError("This does...
Any updates on the 1.0 release plan? Looks like all the work is done, from that checklist?
This is still broken @blidd-google , please consider re-opening. The `.env.local` method for [overriding environment variables on a development workstation](https://firebase.google.com/docs/functions/config-env?gen=2nd#emulator_support) is broken. Details: https://github.com/firebase/firebase-tools/issues/6499
A related (?) excerpt from those logs that may be of concern: """ [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: farming_sim, custom_measure, concurrent,...
This failed with `bevy_transform 0.12` but 0.13 is out now. Maybe bump and try again?
For reference, I'm expecting the behavior described in [this doc](https://firebase.google.com/docs/functions/callable?gen=2nd#handle_errors). Maybe I misread it... I'll give it another close reading but I figured it's good to get this reported.
Yeah interestingly enough `@https_fn.on_call` handles the error codes as I'd expect. It's odd to see the ∆ between `on_call` and `on_request` error handling.