Daniel X Moore

Results 77 issues of Daniel X Moore

Highlight code blocks in the correct language mode for literate files.

enhancement
|||||

Maybe break it out into its own separate component. Much could probably be done with some simple css, the existing HAMLjr functionality, and jQuery toggle class.

enhancement
|||

Merges to master should deploy the latest version. There may be some challenges with the self-hosting nature of things.

enhancement
|||||
★★

Search all files for matching strings.

enhancement
||

Delete branches that have been merged back into master. Remove gh-pages builds that are no longer current. This should be automated as part of our repo hygiene tools.

enhancement
-

I'm trying to grab a subset of values from a json file to use as variables in a bash script Ideally something like: ``` declare $width $height read width height

This example doesn't work with `timeoutInterval` because it needs to be present when the socket autoconnects the first time. ``` var socket = new ReconnectingWebSocket(url); socket.debug = true; socket.timeoutInterval =...