jkorinth
jkorinth
**Feature request:** It would be nice to mux Bundles in when statements, e.g., ``` when (somesignal) { bundle otherBundle } .otherwise { bundle defaultBundle } ``` The idea would be...
Chisel3 implements strict last assignment, and `PeekPokeTester` peek/poke do not allow peeking or poking internals of a module, only value in the top-most `IO`. This leads to a difficult situation:...
### Describe the bug OCRmyPDF does not preserve XMP metadata tags, e.g., from the Dublin Core set, like `contributor`, `created`, `subject`. ### Steps to reproduce ```plain text 1. ocrmypdf --output-type...
I use `pikepdf` to set `dc:title`, `dc:created` and `dc:contributor` metadata on a PDF file. The resulting RDF looks like this (reformatted for better readability): ```xml Test Contributor Title ``` RDF...
I would like to simulate USB devices on the ATSAMD21, up to the point that I can hook the model up to USB/IP and use it from the host. In...
Will dmrconfig support the encryption options of the RT3S at some point?
Adds support to retrieve simple color definitions from `~/.Xresources` with a new prefix in the color definitions in theme overrides, e.g., ``` [theme.overrides] idle-bg = "x:background" ``` would look for...
The `current_user` is passed into the decorated function first, switching places with `self`: https://github.com/app-generator/api-server-flask/blob/748432027dcdb512cf76a6b45100db2c2c3ef1eb/api/routes.py#L76 A possible fix would be to retain the first param in the inner decorator function: ```python3...
**Describe the bug** Library packages for R (and presumably similarly structured ones) are not registered correctly inside the devshell. **To Reproduce** Steps to reproduce the behavior: 1. Have devshell with...
What is the state of non-blocking i2c, can it be used? I tried `cargo add stm32g0xx-hal --no-default-features --features stm32g071cb,rt,i2c-nonblocking` but compilation fails with `could not find blocking in i2c` in...