heeplr

Results 29 issues of heeplr

I got [this signal](https://gist.github.com/heeplr/259647d574072c2b7d95ebdf5a9d24b9/raw/dcb130377defaf70ebe1468b51718723665c4403/ttl.wav) (WAV) which doesn't seem to have any common modulation (PWM?). I'm not sure if importing it as demodulated signal would really help or even if those...

feature

It seems screen height suffers from some sort of off-by-one bug. This testcase: ``` from textual.app import App from textual.widgets import Footer, Placeholder class MainApp(App): async def on_mount(self) -> None:...

Currently uconfig always installs its libraries into /usr/lib/ on *nix OSs. This fails on some distributions that differ between /usr/lib, /usr/lib32 and /usr/lib64 I'm not too familiar with qmake hence...

When installing the cronjob, acme.sh [generates](https://github.com/acmesh-official/acme.sh/blob/master/acme.sh#L5928) /etc/cron.d/acme.sh with: ```35 0 * * * /usr/bin/acme.sh --home "/etc/acme-sh/" --config-home "/etc/acme-sh/" --cron``` When running the cronjob, an error is generated: ```crond[10986]: (/usr/bin/acme.sh) ERROR...

Refering to https://github.com/noirbizarre/flask-restplus/issues/464 Are there any plans to merge https://github.com/noirbizarre/flask-restplus/pull/465 ? It would be awesome if it could be disabled by app config as well, since that seems to be...

enhancement

I got this warning when I wanted to create a template with "recursive = yes" and had to look at the sourcecode to find it's not allowed in templates. This...

I wondered why the models in the overview at the end of the Swagger UI didn't contain a model description and went down the rabbit hole to find that it...

enhancement

I'm using flask-security to generate session and csrf tokens. It set's a cookie and the web frontend is expected to copy that cookie to every model-changing request. Swagger offers the...

Sorry if this is a newbie question. I'm trying to use stackedCards with ``` $ yarn add junedchhipa/stacked-cards yarn add v1.22.10 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies......

## Bug report ### Describe the bug Since v3.0.0, the PVR channel list allows to swipe between "Channels", "Radio" and "Recording". While this is a very cool feature, it interferes...