dbr/Ben

Results 72 issues of dbr/Ben

I was experimenting with switching a small project from using tera to askama. All went smoothly with one small exception: The tera templates contained some things like `{% if name['test']...

Brother HL-L2305W works using the "Brother HL-L2300D, using brlaser v4" option, connected via USB. ``` $ apt info printer-driver-brlaser | head -2 Package: printer-driver-brlaser Version: 4-1 $ head -1 /etc/os-release...

I'm using `arrow2` in a project along with polars. I now also want to send the same data to datafusion, which uses `arrow` (ideally without having to send the data...

question

I had one test which setup a few mocks. I then started writing a second test which used some of the same endpoints When I ran the tests, I expected...

I see this is planned in the README \o/ We have one internally and it has proven very useful - it has two modes: 1. Merge by z-depth threshold -...

## Context I am trying to wrap a few Rust objects in a Python API - basically an enum of a few different types. ```rust enum Things { Obj1(String), Obj2(f64),...

documentation
needs-design

Thanks for this tool, works nicely! One minor thing I encountered while setting it up: if `on_usb_connect = "Hdmi1"` is set to an invalid value (e.g in my case I...

The arrow2 branch is currently using `v0.10.0` - I'd like to update it to work with v0.12.0. Is there anything I should know before starting this? I ask as last...

bug

Minor thing I encountered while updating a small project from `rate_limiter` to `governor`. It's using it in a very basic way, but roughly like: ```rust struct Example { rate_limit: DirectRateLimiter,...

I have some Audible books split into per-chapter mp3's in Voice (using [audible_split](https://github.com/LukasKnuth/audible_split)). These work and play perfectly, only problem is: each book appears twice in the main listing. They...