Paul Gowder

Results 17 comments of Paul Gowder

I'm experiencing similar behavior --- keyboard lag, and sometimes flat-out missing keystrokes (like it turned `defn` into `df` and such). While in a live clojure project. Here's my CPU profile...

Newbie here poking around looking for ways to get involved. Re mobile, there is a python implementation for iOS, actually a few, but the most popular is a closed-source paid...

Ok, I've done a little experimenting. I can get hy installed via the latest (2.0) version of pythonista on ios, but only after a bit of rigmarole. I can also...

Yeah, I can replicate it after creating a new markdown file. Steps: 1. close open buffers 2. start and save a new file as something.md 3. SPC m ... watch...

Indeed it does. The issue appears solely on creating a new file. (Sorry for the delayed reply!)

Aaah, I see. The help for the binary that go get produces reveals that what the readme has as -k should actually be -f.

I'm also having very difficult to debug problems. Even with imap and less secure app support enabled, every time I try to create a connection as specified in the readme...

hmm... Lining columns up would be slightly more difficult but not too silly hard. And yeah, does seem kinda necessary to be useful. Maybe just by truncating/padding colnames to the...

(Or, since pm doesn't seem to insist on valid matrix input, just concatenate the columns to the body as an ordinary array then pretty-print that with existing functions?)

(Oops, posted that before I saw mikeda's comments... will think about the problem in general!)