Daniel Berke

Results 7 comments of Daniel Berke

I'd like to report the same thing on Debian 10 'Buster' stable with pulseaudio. Skype (in Chrome) and Zoom picked up the denoised microphone, but I can't seem to find...

I'm having a possibly-related issue where `imexam.list_active_ds9()` shows an active window (after setting `export XPA_METHOD="local"` in my .bash_profile), but trying to connect to it using `imexam.connect(imexam.list_active_ds9())` fails. I tried modifying...

My 2¢: I've used `tqdm` quite a bit and it's quite solid; it's both very easy to use the default by just wrapping any iterable, but offers a ton of...

`findApertures()` has a parameter `threshold`, with the description "Threshold for automatic width determination" with a default value of 0.1. It sets the edges of the apertures as a function of...

I've pushed [a commit](https://github.com/GeminiDRSoftware/DRAGONS/commit/9ce0180b24d58eaf7c1833e618d97981c1e01b72) to the `xd_support` branch which should fix this issue. It _should_ be possible to cherry-pick to other branches without problems. The underlying issue is that the...

It'd be nice as a way to step through things; if you've got a thousand rows of data, the slider often has a minimum step size > 1, and it'd...

Sorry, that wasn't really clear. It's not so much that the slider actually has a minimum step size > 1, as that if you've got N rows of data and...