Paul d'Aoust
Paul d'Aoust
Thanks for the reply -- I don't think you need to spend any development time on custom library locations; your documentation says that you only support Arduino 1.5 and above,...
Oh, that's odd -- wonder if the difference in default folders is a Linux vs Mac thing. Are you using Mac OS X?
Thanks; I'll check it out when I've got some time!
I'm starting to change my mind about this issue; for prior art, SASS has explicitly chosen not to support this due to dangers of stylesheet bloat (every `@extend`ed rule being...
I did hear about a community member doing C-bindings for Holochain -- you're looking to be able to embed an entire Holochain runtime into your C-based application, right? I'll get...
Okay, I was a little off in what I remembered -- turns out that what @Connoropolous had done was use the conductor (the Holochain runtime) [in a standalone Rust binary](https://github.com/Sprillow/cmdchatter/blob/master/src/main.rs)....
- [ ] allow local signals to be emitted from `post_commit` callback
I know I'm part of the choir to which you're preaching, but those look good to me. Part of me wants to see the `hc_` prefix on general-purpose lib crates,...
One thought: We talk about explicit dependencies + `must_get_*` as a way of guaranteeing validation determinism. In order to carry the same expectations and promises across the DNA/DNA boundary, what...
yeah, totally. Useful distinction. I'm speaking partly for myself but partly for someone else (was it you @guillemcordoba ? If so, does Art's suggestion make sense to you too?)