Adriaan Leijnse

Results 6 comments of Adriaan Leijnse

This feature would be very useful to us for our [work](https://github.com/obsidiansystems/hydra-pay) on a Hydra Head-as-a-Service platform, for the reasons outlined in the motivation. It would greatly reduce the needed trust...

@ch1bo the API with the draft transaction sounds good to me. Maybe this could even be done in one step together with `Init` to save on a round trip? I...

The conversion to multiline strings is something that's been very ergonomic for my team, so we'd be sad to lose it. A length heuristic might help? That said, here's another...

Edit: it seems like this one is fixed in 0.5.0! Another case: ### Sample input ``` "'\${x:y}'\n" ``` ### Expected output ``` '' ''\'''${x:y}' '' ``` ### Actual output ```...

I'm getting one when running try-reflex on the current develop branch: ``` don't know how to build these paths: /nix/store/rj4sqdi2rs2b8f9ahn968mq96agwsl44-mmorph-1.1.3-js-unknown-ghcjs-doc ```

Looking into this some more. (Caveat: I don't know much about process handling.) Something interesting I noticed in that SIGHUP'ing the `ghcid` process rather than the Obelisk process leads to...