jots

Results 24 issues of jots

from the example directory: node widget.js FileViewer resize the terminal window (fileviewer does not resize) try to scroll, and it coredumps.

if I require an iced file that uses await, I get this error: ReferenceError: iced is not defined I fix it by adding to the top of the required file;...

Is it feasible to hook up a keystroke to toggle the rainbows on and off?

This is question as opposed to an issue, I didn't see a mailing list, if there is a better place to post this, please let me know. I am looking...

I changed ymacs.css to have: .Ymacs-frame-overlays { overflow: auto; /\* hidden */ position: relative; } So now I have scrollbars when they're needed (i also removed the 1000px padding at...

function a(topic) { switch (topic) { case 'a': console.log(topic); break; } } Error at position: [ 1, 15 ] in plugin: undouble_brackets function a(topic) { ^ TypeError: Cannot read property...

I installed via: npm install -g kaffeine to get it to work, I had to: from the kaffeine/bin directory: ln -s ../lib/plugins plugins because it's looking for the plugins off...

after a fresh install of sudo npm install kaffeine: (i also tried with -g) ~/node_modules/kaffeine/bin> ./kaffeine ~/node_modules/kaffeine/bin/command.js:13 for(var i =0; i< files.length;i++) { ^ TypeError: Cannot read property 'length' of...

have sox version: SoX v14.4.1 init.el has: ``` (use-package redtick :init (setq redtick-play-sound t) (setq redtick-sox-buffer "*sox-debug*") (setq redtick-sound-volume "1") :ensure t) ``` after starting, sox-debug has: ``` /usr/bin/sox FAIL...

How do we use this to add an MX record? I don't see a spot for priority. I tried `zone.dns_records.create('MX', "", "mail.example.com.")` but it threw and error.