jots

Results 24 issues of jots

JustifyGrid looks awesome! question: Is there a way to deal with heights and vertical centering using it without resorting to javascript? here is my problem: http://jsbin.com/udevav/1/edit

on linux atom 1.11.1 alt-s brings up the "selection menu" from the top of atom. I created another keystroke to bring it up, but I think alt-s would be nice...

like (ruby) https://github.com/alexdalitz/dnsruby or (golang): https://github.com/miekg/dns

Want

It would be great if mammouth supported interpolation like coffeescript (and ruby): http://coffeescript.org/#strings "hello #{firstname} #{lastname || 'default'}" also regex like ruby: print $1 if a =~ /string(.*)/

feature

I sometimes get this (for instance when in a buffer-menu): ``` Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-depth'") selectric-move-sound() #[0 "\302 \210\303\304\300 \"!\207" ["" selectric-saved-bindings selectric-move-sound call-interactively gethash] 4...

I would like to filter the data based on a search string. How do we reset the list of children to the new filtered array?

I installed this package and created ~/.atom/init.coffee with atom.packages.enablePackage('emacs-mode').activateNow() in it. I restarted atom.io I attempt to go to beginning of line with ctrl-a and the editor selects all. I...

running `tup upd` get: ``` mount: Permission denied tup error: Unable to remount the root file-system as a private mount. *** tup errors *** *** Command ID=15 failed with return...

Is it possible to access the certificate details from the response? Interested in Common name, issued by and validity period.

how can I get Packet to write into a buffer of the exact length that is needed? for instance, now I do: ``` javascript buf = new Buffer(1024) # too...