mbaz

Results 84 comments of mbaz

I use basic statistical functions in my work in signal processing all the time, but I am not a professional statistician. I am not concerned about having to import a...

I am seeing a similar problem on Arch Linux, running the 0.20.2 AppImage, on a laptop with an external monitor attached, both 1920x1080. When I move Stellarium to the external...

Setting `QT_SCALE_FACTOR` has no effect. I found this in `config.ini` (I ommited irrelevant entries): ``` [video] screen_h = 516 screen_w = 943 screen_x = 4 screen_y = 4 ``` That...

Thanks for clarifying -- I thought that was only required when the screens had different resolutions, and mine have the same. This works fine -- the only remaining issue I...

@AWilyFox Doesn't seem to work for me on Firefox 34.0.5. I applied the patch, ran make, and reinstalled the xpi. Should I have done anything else?

For me, `kitty` does not work on `wezterm` but `iterm2` does. My `rc.conf`: ``` set preview_images true set preview_images_method iterm2 ``` and ``` $ python --version Python 3.10.8 $ ranger...

Good catch. If I set `TERM` to `kitty` and `set preview_images_method kitty`, I get an image preview, but then ranger freezes (not surprisingly, since I'm actually running `wezterm`).

Added a couple of tests to include the two lines that were missing coverage.

@martinholters Thank you for the review!

@ViralBShah I'm still actively working on it. Two things happened: (1) I realized applying Jacobsen to real signals requires a bit of care, and (2) my work load peaked the...