Results 21 comments of Jon Mountjoy

In fact, the error is [on this line](https://github.com/sdiehl/write-you-a-haskell/pull/90/files#diff-6a40138669d68f25e48d55cdbdae8652L94). If you revert the way terms are parsed, all will be good. ie. ` Ex.buildExpressionParser table aexp`. I don't quite understand the...

You are correct, and it's not ideal the way I've done it. It's like that because this code base was written to support [the tutorial](https://devcenter.heroku.com/articles/getting-started-with-nodejs), which utilizes the existing `.env`...

I can confirm this behaviour. Reverting to 2.0.1 and you don't get a dispose. If the pane you push is something like tab view, you basically lose all state of...

Those are all good questions @bsutton . I see why you'd want to make this platform agnostic (I much prefer projects that are), but perhaps, like with notifications, there are...

I've just got my commit added to vs_scrollbar, so if you change that dependency to ^0.2.1, and use the above, all will be well in the world.

whoop :+1: It wouldn't just be nice - it will be very important. Understanding our sign-up flow, and being able to change it and measure and iterate - is going...

Is this also related to https://github.com/heroku/heroku-two-factor/issues/14#issuecomment-38067131 ?

[ @types/react-native-sqlite-storage](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-sqlite-storage) now exists, so I think this can be closed @andpor

I've just added this lint to a fairly large code-base, and the only false-positive (after adding many `unawaited`) was the one highlighted in this issue. The entire purpose of the...

Thank you for the clear explanation @ryanheise . So there's no easy way to use Firebase Analytics with go_router. I guess I could wrap each and every `GoRouter.of(context).push` in my...