Bruce Conrad
Bruce Conrad
A real example is ``` every { authz(netid) setting(answer) choose answer { ADMIN => send_directive("_redirect",{"url":adminURL}) VIEW => send_directive("_redirect",{"url":viewURL}) } } ``` which will have to use a `defaction` or two...
This can be important if the ruleset has state in its entity variables. I believe it is possible to do this with the UI as it currently stands (as of...
When the ruleset is "opened" (that is, its checkbox is checked) we could display the config in an editable box instead of just as text. Then it could be changed...
A poor man's way of moving one pico from a pico engine containing many picos to a new pico engine which will only contain that one pico: copy the image...
Don't see how to attach a file, so here it is, in-line: ```pwen at PC192-168-2-101 in /Users/pwen/GitRepos/open-source/picoengine2_ git clone https://github.com/Picolab/pico-engine.git Cloning into 'pico-engine'... remote: Enumerating objects: 28604, done. remote: Counting...
@farskipper suggested this answer, "#571 is probably b/c typescript got an update where it's being more strict so we just need to adjust the code so it's properly checked"
Temporarily, I treated the `wrangler:subscription_cancellation` event as if it involved a different pico-engine. And I was able to remove such a subscription. See issue #498 which may be related
Proposed this way to fix it, to a CS462 student: ``` ruleset subscription_fixes { rule emergencyFix { select when emergency dangling_subscription Id re#(.+)# fired { raise wrangler event "established_removal" attributes...
Looks like the attribute `"Id"` isn't used in the rule. BUT. It needs to be mentioned so that the compiler will generate the right thing for the Testing tab.
Fortunately, the using ruleset didn't have any entity variables. If it had, step 2 would have been onerous.