Markus Haug
Markus Haug
I'm trying to repeat a part of a BitVec using `extend_from_within(..)`. However, this fails with an error at runtime, due to normalization of range bounds, I believe. The error says...
Thank you for the great project. I really like the idea of just-in-time versioning in monorepos. Would you consider supporting [Pijul](https://pijul.com/)? It's a new version control system based on patches....
This patch replaces the scoped loader used in `load` with a custom version that can resolve module arguments as well.
I would like to use `mujmap` as part of a larger maildir/notmuch database, aggregating mail from multiple accounts at different providers. Is this use case supported? E.g., `lieer` (and mbsync)...
`mujmap` requires an archive mailbox, which is used to synchronize mail without any other tags in notmuch. If this mailbox does not exist, the synchronization process fails. Would it be...
The spec does not mandate the presence of an `"urn:ietf:params:jmap:core"` capability on the account objects in the JMAP session. The example does not include this capability either. Additionally, the current...
First of all, thanks for the awesome tool. It really feels like an improvement over build scripts for code generation. I use `cargo px` to generate ICU data for display...
When trying to format a transaction containing a link on the line after the narration, `beancount-black` throws an exception. Example file: ```beancount 2022-08-01 "Payee" "Narration" ^reference-XXX Assets:Checking -12345.67 EUR Expenses:Other...
I'm trying to import transactions from Coinbase. For some assets, there are two internal accounts, the main balance and one staked coins. Due to the account structure, I'm using an...
Both `installables` and `runnables` block types provide a `build` action. However, both block types also provide further actions. This makes them less than ideal for some use cases, such as...