Dag Odenhall

Results 84 issues of Dag Odenhall

Although not currently used much with Flask, the transaction package is useful for more than just the ZODB. At minimum it should be possible to (easily) disable the transaction management...

https://github.com/kana/vim-textobj-user It would be really cool if we could use the code from `:HdevtoolsType` to turn Haskell expressions into text objects, such that for example with the cursor on a...

Say I have ``` Here's an example for you! ``` and then I do `/emciwstrongn.`. Without TextObjectify, I end up with ``` Here's an example for you! ``` which is...

I tried this myself a while ago: http://hub.darcs.net/dag/safecopy/patch/20121018075208-6eb02 It worked but didn't generate very efficient instances, and certainly not the same instances as `deriveSafeCopy`. The problem was with my code...

With snapper you can set `--userdata important=yes` when creating a snapshot which will make automatic cleanups more conservative by merit of supposedly being fewer and being counted separately. By default:...

For example I might want to define algebraic data types for nodes close to their peggy rules. Currently I can have only one `[peggy||]` per file/module.

I'm attempting to automatically convert a large PEG grammar and it has rules that begin with upper case characters. As a work-around I'd like to prefix them with an underscore,...

This is particularly useful when converting existing and large PEG grammars.