Claus F. Strasburger

Results 46 comments of Claus F. Strasburger

cloud-native container-based

This seems related to https://github.com/integrations/slack/issues/1402, which was closed on a misunderstanding (?) I **know** there used to be a variant of the GitHubSlack integration that did exactly this. No complicated...

I've used this locally with buf, simply by installing it via pypoetry or pip, and specifying `protobuf_to_pydantic` as a plugin in a buf.gen.yml. (For pypoetry, buf will have to be...

I made some progress on this in #61

You could probably do a scope with a 2D Canvas, make it 200px wide, average 4 samples, that makes for a refresh of 44100/200/4 = ~55 fps, which should be...

I'm still wondering whether we could use a series of [AudioBufferSourceNocdes](https://developer.mozilla.org/en-US/docs/Web/API/AudioBufferSourceNode) instead of the AudioWorklet API.

A workaround would be to continuously paste the whole source to an editor window. But yes, this feature would nice to have.

My UX approach to this is that a web app should always behave like a continously running program. Which means, no matter how many times I refresh or crash my...

One thing about the knobs is that they aren't parsed from the source code, but rather there is detection code on the "knobs" object. IIRC, if a knob isn't accessed...

Hi Jan, thanks for the clarification! I had assumed we were still on a Pro/private plan, but you're right we have switched to GHE/internal repos. It seems though that the...