Kevin Lawler

Results 60 comments of Kevin Lawler
trafficstars

As far as Apple increasing the mmap limit, don't plan on it happening, as their reasoning must be that it allows you to sidestep the restriction on swap space. They...

MMAutosaveColumns = 139; MMAutosaveRows = 72; MMCurrentPreferencePane = Advanced; MMOpenInCurrentWindow = 1; MMPreloadCacheSize = 1; MMRenderer = 1; MMShowAddTabButton = false; MMSuppressTerminationAlert = 1; MMTabMinWidth = 54; MMTabOptimumWidth = 140;...

Repros on latest Big Sur. Added font information. Removed `MMUseCGLayerAlways`.

Additional observation: when the cursor is over the leftmost struck character, the erroneous strike to the left does not appear to render.

Bad interaction between the OS and the font seems like a likely culprit. It's possible the off-by-one error lives there instead of MacVim, especially since MacVim seems to render the...

I'm a +1 on this. Thanks @romainl for showing consideration even though you personally find this nonsensical---uncommonly generous.

Philosophical aside: Is it a bug or a strict-compatibility issue? Before I were sure I'd understand the rationale, if any, for why Kx's K behaved in this way. Much of...

test whether the above improves % (division) and ! (mod)

I think we should implement this on `%` division at least before closing.

- `do[5]` works instead of syntax error - Reference to an unset variable `a` returns _n instead of syntax error - Certain kinds of projections work instead of error (I...