Michael Dougherty

Results 133 comments of Michael Dougherty

Closed by #4033

First of all I believe this depends on https://github.com/holochain/holochain/issues/3576 If that issue is about creating the Warrant type and making sure it propagates to the necessary authorities, then this issue...

Yes, due to an expectation of `debug_assert!` causing a panic. I think our use of debug_assert is appropriate and should be included in CI. I enabled `debug` in the profile...

The CI process consistently gets killed during compilation. My guess is the runner just can't/won't handle the load. We could loop back on this some time, but I'm going to...

Thank you for all the suggestions, they're all good ideas. I wrote this tool as a simple way to bootstrap Purescript UIs from existing HTML, and it is certainly not...

Good idea, I updated the README. And I guess these are all issues even if I'm not going to fix them, so I'll reopen.

Good point! I suppose I only went as far as I needed to for my particular application at the time :) Feel free to fork / PR.

@guillemcordoba would it be easy to make a PR showing what you mean? Then we could probably just merge it.

Note, if we do this, we need to update the `.build` configs because the built artifacts will wind up not in `.target/` but in the root workspace's `target` dir