Antoine Büsch

Results 15 comments of Antoine Büsch

Damn, I have no memories of why I put that TODO there :( I wonder if this could be the same kind of issue that was fixed in https://github.com/softprops/shiplift/pull/154 ?

Seeing the same thing on Macos with `rustc 1.65.0-nightly (9243168fa 2022-08-31)`. It seems to happen as soon as I enable the `map_physical_memory` feature of the `bootloader` crate.

I can confirm I have QEmu 7.1.0 installed. I used your workaround which indeed removed the panic, and was able to print the memory map: ``` Memory map: [ MemoryRegion...

Cheers! By all means, link away 🙂

Just wanted to mention that I've had that exact issue with AWS RDS Proxy (in front of RDS Postgres), and the workaround from https://github.com/launchbadge/sqlx/issues/67#issuecomment-1090027280 worked. I couldn't find any info...

Oh right, I totally misread what `.parent()` does... Maybe using `is_root()` then? Maybe something like this could work? ```rust let current_span = if event.is_root() { None } else { ctx.lookup_current()...

**Edit**: I actually got it to work using a `def --env` function instead of a closure as my hook, as per @fdncred 's suggestion! I've updated my config below. So...

Some random thoughts: - Despite managing to get the above working, it would be nice to have this natively supported by nushell - `CSI-2031` works like a subscription. When you...

Yeah, this seems to be fixed for me as well on MacOS with the 0.11 release 🤷🏻