Results 50 comments of Steven

Caused by [silent conversion](https://github.com/nushell/nushell/blob/cb4ca157fde7e3bb458dce3a1760cf7f1df93625/crates/nu-command/src/filters/select.rs#L123)

So I did a [very crude attempt](https://github.com/crides/logkeys/tree/release) at this, which from my current testing seems to work. It uses your idea of doing `` for the released modifier. The added...

What do you mean? So it shouldn't include `/usr/include/stdio.h`?

So what should I do? I set up the SDK according to Ndless's README.

Yes, I used `make` without any arguments.

possibly related: - #1949 - #3237 - #1326 - #3091 I remember there should be one more related issue (more about content than layout) but I can't find it (though...

Thanks for the very detailed reply! > but there are also a couple of things that I think might make you frown a little bit, because there's more to reconcile...

Works for me just fine: ![maim-2024 01 22 22 28 29](https://github.com/wez/wezterm/assets/15631555/1a5ab6ce-d0dd-4aec-9b8d-f64d1e4ed5a2) I guess the hard part would be to find out what font Windows Terminal used to render that

Okay much smaller example: ```python bot = cq.Workplane().box(4, 6, 2) top = cq.Workplane().transformed(offset=(0, 0, 10)).box(4, 6, 2) bar = cq.Workplane().add(bot.faces(">Z").wires()).toPending().add(top.faces("

Somehow I have forgotten to revisit this, sorry. It seems that the issue occurs if I put another `toPending()` before adding the second wire. Not needing a second call to...