Andrew Farkas

Results 57 comments of Andrew Farkas

Delaying date- & time-related functions for sometime in the future

I agree! I'm not super keen on what it'll do to the internal code (I think it'll be nicest to have `A1` to be `(0, 0)` for modular arithmetic things...

Ah I left out the crucial detail that it opens the browser's "print" dialog

Physical and logical keys are fundamentally different things, and in every successful system that handles both they are treated separately. They just happen to align most of the time on...

The issue seems to be on [this line](https://github.com/AdamMaras/vscode-overtype/blob/cb4d5c6411ba08dbf537217a1a4a80c5166a25f2/src/behavior.ts#L14). Instead of `+ 1`, it should probably be `+ text.length`.

Thank you for the report + fix! HSC2 is currently using 0.16.1, so this issue will be resolved then. I'll leave it open for now.

I don't remember exactly how to reproduce the original bug, but you can at least reproduce the scenario by setting the font size to zero in the yaml file. @blobinaticuber...