Paul d'Aoust
Paul d'Aoust
disclaimer: I represent Holochain :)
Hi there. I just installed Cuwire (the Brackets extension) and I must say it's much nicer looking than the official Arduino IDE. I am, however, having troubles with sketches that...
Steps to reproduce: 1. `hc init my-dna` 2. `cd my-dna` 3. `hc generate zomes/kebab-case` 4. `hc package` Output: ``` > CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR "CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR " /home/paul/target...
## PR summary Resolves #2097 ## testing/benchmarking notes Profound apologies; I can't get the silly thing to compile (missing build deps for newrelic-sys and it's late). But the means for...
Because `hc package` spawns a new `bash` process, it runs `.bashrc`. If the user has anything that writes to `STDOUT` in their `.bashrc` file, that output gets captured by `hc...
Which makes sense, because how exactly in the CSS would this work anyway? But still, perhaps in edge cases like this, there could be a 'fake' extends, where instead of...
Other host functions have the grammar `verb_(adjective|noun)`, and there's an existing `emit_signal`. I propose renaming `remote_signal` to `emit_remote_signal`... I can create a PR; just want to record it as an...
I know it was a design choice to put nested rules below the parent rule, regardless of source ordering, and I vaguely remember it being about reducing bloat. However, to...
I've been using `systemd_mon` for a little while, and I love it for its Slack integration. (Sometimes I'll just restart services just to see those little coloured messages pop up...
**Describe the bug** The `hdk_entry_helper` macro lives in the HDI, yet its name is at odds with its home. **Expected behavior** I should be able to find a macro called...