Konsta Hölttä
Konsta Hölttä
Instead of empty string, return null value that's considered undefined (and can be piped to the default filter) if the array is empty for the filters first, last and nth....
Add a take_while filter that mirrors Iterator::take_while in a similar fashion to the "filter" filter, comparing attributes against a value or against null if no value is given. Add also...
The Tera manual says this about the filters `first`, `last` and `nth`: > If the array is empty, returns empty string. The [Jinja 2.11.x template designer documentation](https://jinja.palletsprojects.com/en/2.11.x/templates/#list-of-builtin-filters) doesn't seem to...
**Describe the bug** On a system with a sufficiently recent Linux kernel, Adapter::connect() in btleplug 0.5 (that still uses sockets which may be preferable to some less frequently updated users...
This is for tag 0.5.5, not the master branch, but github doesn't let me create a PR with the tag as a base. Anyway... My proposed fix for issue 383....
FYI, ruuvitag-listener (latest master as of writing) does not work on systems with a new enough Linux kernel; at least 6.8.7 is affected. adapter.connect() in on_measurement() fails, as the kernel...
The API of modern btleplug is very different from that of 0.5, so quickfix issue #10 by using a fork of btleplug that has the issue fixed. Update all deps...