Paul Johnson
Paul Johnson
A. `runMomentIO_` has been added to Frameworks. I don't think its possible to create `runMomentIO` because it has to call `runStep`. B. I agree that this is a kluge, but...
I share your distaste, but I can't see how to make the GC understand that a `reactimate` is no longer needed. My use case involves dynamic changes to a UI....
Yes, that looks like a better way. A skeleton example would be something like: makeDialog :: ConfigData -> Event FieldData -> MomentIO () makeDialog config fdEvent = do widget Event...
Here is a simple demo of the problem [banana-leak-0.1.0.0.tar.gz](https://github.com/HeinrichApfelmus/reactive-banana/files/8163558/banana-leak-0.1.0.0.tar.gz) .
I've put in pull request #199 for an extension similar to what I described above.
It seems to happen when clicking on `Go to Definition` in the context menu. That opens up the target file using its absolute path name rather than the relative path...
> Your example is reproducible but it is the correct behaviour, in my opinion, you opened a new file that does not belong to the current project, then we need...
Thanks for looking into this. If you'd like to volunteer then that would be great, and I'd certainly accept the pull request. I'd suggest defining a type `UTMZone` and then...
I'm not entirely sure what you mean by "interpolate a UTM graticule". Let me see if I understand. On your UTM map you want to draw a graticule for lat...
Just getting rid of most of these would be a benefit. Depending on which files I'm editing I can get hundreds of them, and real error messages are just buried.