Alvaro Fernando García

Results 57 comments of Alvaro Fernando García

I use the `{}` syntax to write transactions in this way: ``` 2019-10-10 * Buy ABC crypto:abc 1 ABC @ 10 USD bank -10 USD 2019-10-11 * Buy XYZ crypto:xyz...

I didn't know that the `{= ...}` syntax could generate profit/loss postings, it is still a bit confusing for me. From my pov the important part is being able to...

I think that having multiple obscure ways to do the same thing is not so good. Maybe manual profit/loss is not so difficult enough to justify a custom automatic syntax....

It is also possible to regulate how much time to wait, but it is still just a workaround ```haskell windowIteration lastTimeRef window = do currTime

I saw the `iterateWindowLoop` when reading the `withWindowLoop` implementation, so I copied the code, simplified it a little bit, and changed it to add the fps handling by hand. Thanks...

@lettier , that would be nice. I have also created a PR adding an iterate example to the documentation.

In this style of code the comments are also not preserved: ```haskell import Protolude -- base import Control.Monad (when) import Control.Exception (bracket) -- GLFW-b, qualified for clarity import qualified Graphics.UI.GLFW...

> @rainbyte I was also able to reproduce this. @amvanbaren is the PR above in the deployment queue? I don't know if it was working before. I think it has...

Hello @amvanbaren , any update about this? I'm still seeing "invalid date" in my editor :(