David Peter
David Peter
Was thinking about that too. Somehow I would have hoped that a `BufWriter` would do this for us (see stacktrace)?
works for me without export, probably because `ls` is a shell builtin. And this way, we don't mess up the users environment with this loop. A better fix would probably...
Thank you for bringing this up. I guess there are several ways to solve this. - We could just document it for now - We could document it and add...
No progress on this, unfortunately.
https://mazebert.com/2013/04/18/isometric-depth-sorting/ https://github.com/shaunlebron/IsometricBlocks http://gamedevelopment.tutsplus.com/tutorials/creating-isometric-worlds-a-primer-for-game-developers--gamedev-6511
This would probably need to handle (ignore) ANSI escape sequences somehow.
@sauer2 Yes, that would also be an option! Instead of the unary operator, I was thinking of something like "convert to SI" or "convert to base" with a syntax similar...
Thank you very much for creating this — and sorry for not getting back to you earlier. I have been working on a rewrite of Insect over the past year....
We have `t` for `ton` in Insect: https://github.com/sharkdp/insect/blob/6c3dd0e4308913a98fcbdad161c5c750974336d4/src/Insect/Parser.purs#L305-L307 Unfortunately, I don't remember why I reverted it here in this library: https://github.com/sharkdp/purescript-quantities/commit/558c85b9f17574d05249ebe61b2f66e8cd3ac812 Should have noted that in the commit message. Probably...
> Also a bit related: VerbalExpressions/PurescriptVerbalExpressions#2 Thanks for the reference. I have implemented this now. It allows to write something like this: ``` purs pattern = do find "start" some...