BogdanTheGeek

Results 24 comments of BogdanTheGeek

Wrote my own thing: https://github.com/BogdanTheGeek/cginc

I was able to fix this by adding the .lib file to the project symbols libraries and then pressing this and selecting the correct symbol for the few that matched...

@justfoolingaround Why not check if the `--download-dir` is a filename extension, download the stream to `/tmp` or the Windows equivalent and then move/copy it there with the new name? I...

@Florian-Mahlberg here is a script I use for the same reason, more or less: ``` #!/usr/bin/env sh cd ../ SHOW=${PWD##*/} cd - > /dev/null 2>&1 LAST_EPISODE=$(ls | sort -t'E' -k2n...

From what I can see, this could be fixed by adding this: ``` if total < 1: logger.error("No file found to download") raise SystemExit(exit_codes.NO_CONTENT_FOUND) ``` in `core/cli/command/download.py:68`

Also on the same line of thinking, could we get the peak amplitude from the fft sent over?

Re-ordered the commits, but I assume that only the first 2 will be upstreamed and the dts will go into [pmaports](https://gitlab.com/postmarketOS/pmaports/-/raw/master/device/community/linux-postmarketos-qcom-msm8916/config-postmarketos-qcom-msm8916.aarch64).

Going down the rabbit hole, this "issue" or missing feature is because alacritty doesn't expose the window submenu. Apparently, all one would need to do to allow this is inheriting...

I also think `packed` is not representative of what its actually doing. I don't know @andrewrk 's opinion on what types and attributes *should* be in zig, but here is...

@michaelthomasj Its been quite a while since I looked at this, but from my understanding, the TRNG is started on every Read anyway, and the datasheets seemed to indicate that...