shachaf

Results 7 comments of shachaf

Based on a bit of strace investigation, I think the issue isn't that node doesn't reset the tty state, it's that it does (and shouldn't). Here's what I think is...

I think the right thing is to just not touch the tty state at all if the program doesn't request it. That's what most programs do by default and it...

Compatibility with existing programs seems important. I think an opt-in fix (e.g. setting a flag to tell ResetStdio to leave the terminal as-is, which you could set if your program...

`charge_ampere` is definitely a confusing name! I don't mind coulombs vs. ampere-hours, but if you add a unit to the metric name (the kernel metric is just called "charge_now"), it...

There's plenty of source code that doesn't end with \n, though. I'm not sure which editors do that -- and they probably shouldn't -- but I run into it regularly....

Kakoune can make whatever decision it wants on this feature, but these arguments don't seem very relevant. A text editor is a tool that I use to deal with (mostly)...

As far as empty files go, I'd suggest compatibility with vim, which saves a 0-byte file if you write an empty buffer (even though its internal representation is an array...