Mihai Bazon

Results 29 comments of Mihai Bazon

True that, but my graphic design skills are close to zero... Contributions welcome!

This might seem simple enough to wonder “is there a good reason not to do it?”, but it's in fact quite complicated in the general case. Doing it only for...

This one is buggy: ``` js // problem 1: this.foo is dropped this.foo = 0; this.bar = 0; this.baz = 0; // problem 2: b -= b += 5? if...

> Could you add a few more tests? The `js2-deftest-parse` macro should at least help exercise the change in the printing behavior. Yep, that's why I marked it as draft,...

In my case (ASUS Vivobook S), without keyd running, keyd monitor reports the following: 1. Press and then release Copilot key: ``` AT Translated Set 2 keyboard 0001:0001:a38e6885 leftmeta down...

On further digging, seems my laptop too emits a scancode for F23, but it's just ignored. To make it trigger the correct key code I need to run `setkeycodes 6e...

Should anyone care, I wrote my own little tool; I couldn't get combinations (involving left shift or left meta) working otherwise: https://github.com/mishoo/exorcise-copilot It would be nice to have it as...

@rvaiya Indeed, the best place to fix it would be in the kernel (though I'm not sure the hardware idiosyncrasy can be worked around, even at that level). Nice to...

I'm not sure we should allow sorting a range that contains disabled cells? Checked Google Sheets and it shows a warning, but it allows me to proceed. The protection attribute...