Kevin Lawler

Results 27 issues of Kevin Lawler

**Describe the bug** Triggering a write with unsaved buffers causes a label to flash when the mouse cursor is hovering over tabs. If you have various kinds of autosave features...

**Description** In MacVim 8.2.2127 (168) with Core Text Renderer on. This bug does *not* reproduce with Core Text Renderer *off* (legacy renderer on). I believe what is happening is MacVim...

Renderer

Please add an option (you may even prefer it to be the default) to incorporate more newlines into the output for readability. The text on the left (sdcv) is much...

enhancement

Given a string `(true` with the cursor over the `(` using swapit to increment yields the bugged `falsetrue` instead of the expected value, which I suppose is `(false` to match...

This repo is here in archive form. This project has been merged into DateTools. Please visit DateTools at: https://github.com/MatthewYork/DateTools

when {} is the left arg, form executes the char atom or char string to the right. ."1+1" works, look there if you need a hint ``` 0$"27" 27 0.0$"27"...

feature

Update KC() ("K compare") to provide a sensible comparison function (results in {-1,0,1}) for 7-types. This will let us sort functions. This will be trickier than for dictionaries since there...

feature

https://github.com/kevinlawler/kona/blob/master/kapi.c

enhancement

Build sample scripts showing what you can actually do with K. At a minimum we can link to these from the wiki.

docs

Optimization experiments Adding two !1e6 vectors goes from 0.011s to 0.009s on my MacBook (without vector reuse). //typedef I veci __attribute__ ((vector_size (16))); #include "emmintrin.h" K plus(K a, K b)...

exploratory