JonP
JonP
In my experience, to generate any Trezor key you need there to not be a `.gnupg/trezor` directory. So here is what I would try as a workaround. If you're trying...
This is turning out to be suspiciously easier than I expected. I thought I'd have to add another `hoon` tag and wire it up inside the compiler, but so far...
@joemfb patiently explained why we should want another `hoon` and `spec` tag for specs. If we can get something working quickly, it will go in the first release, otherwise I'll...
@joemfb paired with me to get this working on Wednesday, and it works great. Ex. if you have ``` +$ tape (list @tD) :< utf8 string as a list ```...
Blocked on #5770
I guess blocked is the wrong word. This works in the current iteration, and we'll see if it needs to be reopened once I tackle #5770.
Needs to be changed to something like ``` |% %foo ```
Quick and dirty change to the parser to do this. Not yet convinced that `+runn` has the right signature, maybe it should take another `rule` in its arguments instead of...
@joemfb So I am pretty certain its a good idea to have some kind of way to refer to cores that aren't built by arms for the purposes of doccord...
Probably by bringing back in the syntax I was using for naming before and which is already present in `hoon.hoon` using hax: ```hoon :: # %foo :: :: This core...