Doug Beardsley
Doug Beardsley
Ahh, it looks like we need to provide an instance for the new `NotReady` type class in `reflex` (https://github.com/reflex-frp/reflex/blob/develop/src/Reflex/NotReady/Class.hs). However, Obsidian has a new router system they've been working on...
Yeah, this is a pretty pervasive problem. I've seen it in a number of places. I worked around it here as follows: ``` cabal get packunused cd packunused-0.1.1.2 cabal sandbox...
Thanks! We've got a few other things that are higher priority right now, but this looks like it will be helpful once we figure out a good UI for it.
Thanks for the proposal! I like the direction. One question to clarify what you're proposing...what do you mean by the syntax `[Number]`? Do the brackets mean mean that it's optional?...
prepareContCmd, prepareExecCmd, mkSingleCmd, mkPublicSend and similar should probably go in one of the pact libraries. Most likely a lower-level one, as they pretty closely match things defined here: https://api.chainweb.com/openapi/pact.html. Same...
Here are some thoughts that jump out at me at first glance... The first is that I think the specific case of the above example should be generalized from `coin`...
@cdsmith Any thoughts on this? I went back a ways to commit 7779316d434cc23a5806539e29aa5a59f43d3391 to see if this behavior might have been related to this issue https://github.com/snapframework/heist/issues/8. But we still had...
Also...do you have a story for using both? I've got CI infrastructure running builds with both Nix and Stack. It would be nice if it could be done without the...
Also, my main motivation for using Gargoyle in the first place was to make it so users of my application don't have to do any postgres installation. I'd like them...
I'll throw in another vote of support for this feature.