Daniel Wolf
Daniel Wolf
What I really like about io-ts is the fact that a runtime type definition also serves to define the compile-time TypeScript type. That is, I only have to define a...
Has there been any progress on this? I like writing in a rather conversational style, mentioning how a function call (2) refers to a function (1) defined previously... that sort...
Rhubarb itself isn't meant to create video files. It merely creates an animation timing. To get an actual animation, use the integration with AfterEffects, OpenToonz or another supported animation tool.
I don't currently have plans to support Adobe Animate.
The official builds are all 64-bit. The batch and shell script files are meant for development only.
I certainly didn't intend for Rhubarb to run slower than necessary on any platform. Given that it's faster when you build it from sources, my guess is that you used...
This issue, the way you originally described it, is about performance on Linux being worse than on Windows when using the pre-built binaries. This is something that should be trivially...
My best guess is that the processes try to access the same stream simultaneously. However, based on the error message, the error occurs during speech recognition. And this code shouldn't...
Looking good. However, I hesitate to mention WASM support in the official docs. I don't have any active experience with WASM and wouldn't be able to support it as a...
> What about we just remove it from the official docs? OK, let's do that. If at any time WASM support turns out to be in demand, we can always...