Bea Steers

Results 58 comments of Bea Steers

Can't we use `ref_db` for both? Like mix bgs with `ref_db` and then re-adjust the mix back to `ref_db`. It would leave the current API mostly intact with only the...

Lately, I've been thinking about overlaying multiple background signals, so I figured I'd take a minute to sort out combining backgrounds with relative dBs. I've only just begun sketching it...

And if you want to know what `_generate_event_audio` would look like: ```python def _generate_event_audio(self, e, fade_in_out=False, tile=False): # Possibly tile the audio if the source is shorter than the duration...

+1. Having some fix for this would be great. I'm basically trying to start up a bunch of jobs that print to separate Output widgets inside tabs, but I don't...

Gotcha. Are there plans to improve that situation? Or is it something that's too difficult to address without completely uprooting things

Hmmm. I haven't really looked into this or tested it, but from a cursory glance, I wonder if something like this could be a bandaid? It would have to be...

Really all I need to do is: ```python is_allowed = keycloak_openid.has_access(username, password, role) ```

>Instead of specifying a path to a configuration file, what do you think about specifying a path to the directory containing the config file? This actually will take either a...

I think we could do 1+2, and then do 3 separately. 1 doesn't do much for simplification unless we have 2 in place as well.

True! that's a good point that I hadn't considered. It shouldn't be a difficult thing to do tho. On a related note, I'm having a little trouble understanding the lazy...