Florian Hülsmann
Florian Hülsmann
Hi, can you post the lines above as well, so I can see which cmd triggered your error? Thanks. Quickfix would be changing line 291 `currentTime := data["currentTime"].(string)` to currentTime...
Yea the script uses youtube-dl, which can take around 15 secs to start and fetch the video stream URL. Because there is no open API for obtaining the stream link...
Thanks for the report. What's your golang version?
Currently this is not trivial to implement because gotubecast only communicates one way, from the YT API to the output stream (which is read by e.g. a shell script which...
@SpotlightKid and me discussed this issue this week after his post on the mailing list. My idea was introducing 2 primitives that can be declared and annotated anywhere in the...
Now with the [vcvrack target](https://faustdoc.grame.fr/workshops/2020-11-21-faust-vcvrack/) released, the above questions seem mostly resolved and no changes to the language or existing practices are necessary: > `[CV:N]` can be used in input...
@SpotlightKid not related to general metadata. However one of the requests was to allow CV ports, which JACK supports by metadata and LV2 supports as a port type. Now that...
Picking up this old issue, I second the idea of more advanced term rewriting for mathematical expressions. The extent to which you can do static optimization is one of the...
Thanks @erezrokah for the quick reply. I had the same issue when evaluating forestry.io so I already considered it an issue with GitHub's API, however with their server-based solution there's...
Got this response from the GitHub Developer Support: > Thank you for contacting GitHub Support. > > Providing more granular OAuth scopes is already the biggest blip on the API...