mbaz

Results 84 comments of mbaz

The test failure seems to be related to codecov.

Thank you too, @martinholters -- the code is much better now than it was in the original PR.

This is a known issue, see for example https://github.com/JuliaDSP/DSP.jl/issues/185 The workaround is to use ``` PolynomialRatio(coeffs, [1.0]) ``` to convert the vector of coefficients to a filter type that DSP.jl...

Thank you for explaining what is going on. I've made a [pull request](https://github.com/m3g/SPGBox.jl/pull/16) to add these assumptions to the documentation.

I ran into this and had to `pkill julia`: ``` julia> plasma() Window created using X11 API julia> malloc(): mismatching next->prev_size (unsorted) signal (6): Aborted in expression starting at none:0...

I'm having trouble getting a trace. It seems that Julia crashes so bad that the trace is not created before Julia terminates. I'm getting this stacktrace. Notes: * I exit...

Might be related? https://github.com/damonlynch/rapid-photo-downloader/issues/77

I am seeing the same problem: 100% usage of one core after launching RPD. This is on Arch Linux, RPV version 0.9.33. [rpd-bug-report-20220709.tar.gz](https://github.com/damonlynch/rapid-photo-downloader/files/9085459/rpd-bug-report-20220709.tar.gz) ![image](https://user-images.githubusercontent.com/1630034/178301426-40e4dfe4-e26e-4a09-8041-1148aaadfb6a.png)

This is `top`'s output. Please let me know if you need any more information. ![image](https://user-images.githubusercontent.com/1630034/178625639-20f89fa4-27c9-460d-b0bf-224559ec3a7d.png)

This is `top` with the "forest" view, which I believe is what you're looking for: ![image](https://user-images.githubusercontent.com/1630034/178626524-cb79c9fb-31f4-41ce-8597-d9a68a6dafa1.png)