Daniel Wolf
Daniel Wolf
The best overview you'll find is in [/src/lib/rhubarbLib.cpp](https://github.com/DanielSWolf/rhubarb-lip-sync/blob/master/rhubarb/src/lib/rhubarbLib.cpp). The first step is getting time-stamped phones; the second step is animating them. Google won't give you the timing of individual phones,...
For simple cases, this should work. Beware, however, that there are many special cases that won't be covered. To list a few: * Most speech-to-text APIs will give you denormalized...
Rhubarb's animation algorithm is more complex than a simple lookup. For a time-tested lookup table, I recommend you have a look at Papagayo or Papagayo-NG.
I'd love to use union types, but [the documentation](https://meta.arrow-kt.io/docs/apidocs/compiler-plugin/arrow.meta.plugins.union/union-types.html) appears to be more of a stub. I found the [unit test suite](https://github.com/arrow-kt/arrow-meta/blob/main/compiler-plugin/src/test/kotlin/arrow/meta/plugins/union/UnionTest.kt), which helped me understand the basic syntax. However,...
> Any interpolation on scope descriptions is not recognize by the IDE plugin atm, need to make some changes to the core before the plugin can support this. That would...
I'm having the same problem here. It doesn't just happen if `describe` and `it` have _the same_ text; it's enough if _one is a prefix of the other_. Take this...
Has there been progress with testing? I'd love to use a current version of OpenJFX! ☺
Thank you! I'll give the snapshot version a try, then! 😀
I figured it out myself. 😃 NPM already contains code that locates its config files, parses them, and creates an options object specifically for use with pacote. The only downside...
Thanks for your explanations! So I'll stick with my hack for the time being. If possible, it would be great if you could update this issue once there is a...