Results 39 comments of Nick Reilingh

I haven't yet figured this out, but am working on it: https://github.com/oven-sh/bun/compare/main...NReilingh:bun:direntry-paths

@ndeloof Hm, that doesn't seem consistent with what I'm experiencing. ``` services: changer: image: ealen/echo-server container_name: changer-container volumes: - changer-vol:/changervol volumes: changer-vol: name: first changee-vol: name: second ``` If I...

@ndeloof I might just not be getting this, but isn't that consistent with my initial issue? The only change was the `name` attribute, so the original volume should not have...

I just confirmed that the `Decimal(0)` behavior is being caused by a non-strict conditional (falsy 0) and submitted a PR. I noticed that the formatter expects a `DisplayContext` which could...

@blais Figured out the difference here -- if you take your script and replace `D("0.01")` with `D(0.01)`, I believe this will reproduce the behavior I was observing. Upon reflection, perhaps...

Right, so the incorrect behavior here is limited to the handling of 0 tolerance. This will be fixed by https://github.com/beancount/beancount/pull/978.

Nope, no change after updating the PC's BIOS. Very curious about what this could be. I would not have expected the upstream device to have an effect on the behavior...

I did have some initial hesitations about this device since I had suspected it uses an internal hub, but I didn't confirm this sooner after having read about hid-remapper's support...

@jfedor2 Thanks -- that build indeed fixed the issue I was experiencing.