Dag Odenhall

Results 98 comments of Dag Odenhall

I think maybe the best option here is to both make `SecureMem` use memory locking whenever it can, _and_ offer an API that explicitly requires memory locking, failing at compile...

Actually, after adding that parenthesis, I realized failing at compile time might not make much sense at all. The opposite situation can also arise: you try to precompile with an...

The `ipfs` scheme has no "authority" as per the RFC so it should not include the double forward slashes. It is debatable whether the `ipns` scheme includes an authority; it...

In deed; i18n is something I've always designed for in my jvs2 experiments. I especially think it is a travesty that we don't have our own web services in our...

> Infix operators without spaces on both sides are not highlighted This is known. I haven't found any way to reliably handle unspaced operators and HSP at the same time....

Should be quite doable. In the `vim-cabal` part of the rewrite (#45) I'm already defining field values as syntax regions across lines, to make sure it's not confused by things...

Is this necessary, given all the standard Vim ways to do this outlined in #102? If you really think it is necessary, you should probably do ```vim call vim2hs#letdefault('g:haskell_fold', 1)...

When I said source file, I meant the vim2hs source file this PR affects. Not your every Haskell file. Don't miss the caveat with the final line in #102; that...