Keags

Results 227 comments of Keags

OK after spending my day bisecting the commits I've narrowed it down to 6c0c84c9608d99d8028b72b889beca899ad8d3a4 And considering that it is only the transactions page/card the place to look is probably here:...

any chance someone familiar with the dependencies was able to look at this, I managed to narrow it down to a single commit that introduced the problem so it shouldn't...

We are moving away from armv7 so I haven't made the time to test, but if you don't officially support armv7 maybe the correct thing to do here is to...

Just ran into this in a Yesod Application. The standard `Model.hs` gets stuck because of PersistEntitySyntax.

I haven't determined the cause but I just compiled 0.12.0.0 and it is eating all the available memory on my machine.

It's possible this was only happening on an older version. Lemme see if I can pull more details together, as well as update to master and see if it's still...

My first suggestion would be to use hexadecimal encodings since they are byte aligned and are the required utf8 encoding needed to be in dhall configs. \xDEADBEEF or something like...

I think the quoted version seems good. From my non-PL-designer POV, I don't have a strong preference for any particular implementation as long as it isn't overly burdensome. And as...

I have no idea actually. I no longer use stylish. I'm fine with this being closed as stale. But odds are it is still a problem...just not for me haha....

Just ran into something like this as well. One of the methods by which this is handled in the proto-lens library is through using extra-src-files in the package.yaml/cabal file. Perhaps...