-
While testing Zork I, I've found a depressing number of cases where you can throw away objects that you shouldn't be able to, e.g. your hands.
The ```V-THROW``` routine handles this by calling ```I…
-
Given `finalizer`'s current signature, the user is forced to use a closure to pass the `ctx` object coming from the top-level reconciliation routine (the first argument of `Controller::run`) into the …
-
What is going on with this error message?
Steps to reproduce:
```
[arch@archlinux demo]$ mkdir a
[arch@archlinux demo]$ unshare -mr --keep-caps
[root@archlinux demo]# mount --bind -o X-mount.…
-
`SubDivStrat` seems to draw no distinction between problems in which we're matching all available controls and problems where we're matching a small number of them. I have the impression that this is…
-
geneq generates a series of if statements, each returning false if they fail. Creating instead a long conjunction would result in shorter, faster generated code.
It might also be worth reordering the…
-
### How does 2-minute or 5-minute journal work?
Every morning when people wake up at a certain regular interval (and go to bed at a certain regular time if it is the 5-minute version), they should st…
-
# Dashboard for Download
Grafana allows dashboards to be uploaded here https://grafana.com/grafana/dashboards. Grafana users can then easily import these dashboards into their instances. Lily should…
-
These are general purpose routines.
- `lists_to_masked` should probably be contributed to `numpy.ma` as a `masked_array` contructor.
- `invert_indices` relies on `scipy.sparse.coo_matrix` so woul…
guyer updated
4 years ago
-
What I find works for me is the following workaround:
1. In every flow with Alexa Remote routines, I use a catch node specifying all of them, sending them to debug in the first place.
2. I then u…
bwims updated
3 years ago
-
The `BLOW-OUT-MATCH` routine handles the matches burning out:
```zil
```
There are two things that strike me as odd here:
- The match will fall to the ground, even if it's already on the g…