Alex Bennée

Results 230 comments of Alex Bennée

The HO box is a div with g_editable set.

C-x C-s is edit-server-save and is meant to be an incremental save while keeping your edit buffer open. In practice it sends the text to the editor which then sends...

This still seems broken...

I mean your example project has been broken for ages: https://travis-ci.org/vermiculus/emake.el-example/builds

The use-case that I cam across was with ob-sync. It calls async with the following: (async-start `(lambda () ;; TODO: Put this in a function so it can be overidden...

ob-async is not my package, just one that I'm using. So for me this allows me to work around an assumption it's making by tweaking the child's environment. However you...

So I ended up doing this which is good enough for me: (defun my-add-first-elfeed-enclosure-to-transmission () "Queue the first enclosure (if it is a torrent)." (interactive) (let ((enclosures (elfeed-entry-enclosures elfeed-show-entry))) (when...

@alphapapa I totally did, sorry - that was meant for https://github.com/skeeto/elfeed/issues/274

I'm finding it hard to find a canonical description of the level.dat data format - but the the leveldb_mcpe repository also seems to support the snappy compression format. Could this...

Actually I think the file may be uncompressed: 00000000 08 00 00 00 b9 08 00 00 0a 00 00 08 0d 00 42 69 |..............Bi| 00000010 6f 6d 65...