Daniel Alejandro Tapia

Results 4 comments of Daniel Alejandro Tapia

this would be amazing ! I stenotype, and earlier in the year I tried switching to linux, but I ultimately failed cuz plover (the program I use to steno) crashed...

my two cents coming from the world of stenotypy. (I have been using stenotypy for a year and some months. I gave a talk at EmacsConf about it where I...

How can I use `.editor` to evaluate your example when I'm using js-comint?

Hmm, the above didn't work for me, but this did: ``` [1, 2, 3]. map((it) => it + 1). filter((it) => it > 0). reduce((prev, curr) => prev + curr,...