Jared Forsyth
Jared Forsyth
and watchman was developed for FacebookScale™ and so is probs overkill for anything that's not the fb monorepo :P
made a note there https://github.com/janestreet/jenga/issues/30 but maybe this is another reason to just have a wrapper around jenga that - gets multiple indepedant build targets working (with diff backends, flags,...
I'm ok with not stopping on first error, as long as the output is at all readable :P
:+1:
> Storygen.org: there's a bunch of academic story generators sitting around from past research, many of which have the source code available. A couple of academics have started compiling a...
That's right, I wanted to make this change as small as possible. As far as the privacy issue -- we solve that by changing the test url to be one...
@mikehardy yes please! It is working great, and I would love to get off our fork & back to upstream 😅
So, the shared action wouldn't allow us to "not run the workflow at all". It's possible we could do something like that with reusable workflows, but I haven't played with...
On Android at least there's the [`synthesizeToFile` java method](https://developer.android.com/reference/android/speech/tts/TextToSpeech#synthesizeToFile(java.lang.CharSequence,%20android.os.Bundle,%20android.os.ParcelFileDescriptor,%20java.lang.String)) that could be used; support would need to be added though. iOS has the [`writeUtterance` api](https://developer.apple.com/documentation/avfaudio/avspeechsynthesizer/3141659-writeutterance?language=objc) for writing to a buffer,...
🙃 so this is horribly unfinished, but I might as well post what I have. Here's a snippet: > Day 1 > -------- > > I thought about what to...