Max Held

Results 285 issues of Max Held

**Describe the bug** A vanilla flake (or even with flake-parts) with `devShells` entry will yield, for example, a `outputs.devShells.aarch64-darwin.default.outputs` attribute set. A flake using on devshell does not have this...

bug

I ran into a very weird and subtle behavior involving `modify_tree()` on a list which includes 1. `shiny::reactive()`s 2. around some S3 class take any of them away (`unclass()` the...

It appears that there is an incompatibility with beancount v3, specifically this: `requirements.txt`: ``` beancount==3.1.0 autobean==0.2.2 ``` Downgrading to beancount

I stubbed my toe on this and thought others might as well. For example, #1413 raises similar issues. I was confused specifically what to do if my roxygen-extending packageFoo *only*...

instead of: ``` % Generated by roxygen2: do not edit by hand ``` it should read: ``` % @generated by roxygen2: do not edit by hand ``` This is the...