Philip Monk
Philip Monk
Shouldn't need to suspend apps. I suspect some apps were missed during copy-paste because I don't see %garden or %landscape. Can you post the output of `+vat %garden` and `+vat...
Huh. Can you post the output of `+agents %garden` and `+agents %landscape`?
Similarly, a rune that parsed to current line/column would be nice, or else a way to make ~& and friends include that info. That way when you're sprinkling printfs, you...
Basically, the old "arak" type has been replaced, and we need to replace its use in the frontend. @liam-fitzgerald added a "pikes" scry to kiln to replace the information we...
`zest` of `%live` means the app is running, it does not say whether it's receiving OTAs from anywhere. `%held` means the app is not running but is trying to run....
> If I understand correctly, this means that there is no analog to the paused state previously exposed by rail.arak? +pike has a `sync` item. If that's null, it is...
Good catch with kiln-resume. Since we no longer store OTA sources that aren't being used, we can't directly reimplement it. What really should happen is that if you're not getting...
The lack of notification is also a regression from an earlier version of this branch. I've identified the issue and will fix it, but in the meantime if you run...
> Tbh merge it I tentatively agree with this. For testing and deployment, we'll need a binary that has both the +ut and +up caches enabled
I notice that this line takes way longer to run: ``` !, *hoon a=1 ``` Specifically, dojo +sell's the result, and that takes a long time. The trace is attached,...