Jon Sterling
Jon Sterling
I'm having this problem now too.
Textual vs. temporal? Spatial vs. temporal?
@favonia My only critique is: these names are very hard on my 🧠because "folding from the left" and "folding to the left" are equally likely interpretations to me. (This...
Forwards/backwards really confuses me so very deeply, for much the reasons @mikeshulman is mentioning... One could really draw almost any conclusion from the naming... I think I really like `_ltr`...
Another possibility is to use temporal intuitions to avoid confusion — "fifo" vs "lifo".
I would love to get an update on this ticket. This is a very serious problem that users face on day one of introducing themselves to the OCaml ecosystem, and...
@kit-ty-kate Thanks very much for the quick response, I'm sorry if I sounded like a broken record! It's great to see the ongoing progress here, and I know that you...
I have found, for example, that changing the code for `constructor()` to the following achieves my desired behaviour: ```javascript constructor() { super(); this.#control = this.querySelector("[control]"); const regionsUnder = (node) =>...
Hi! In case it helps, I can also reproduce the `Mimic error` thing mentioned by @kentookura on macOS 14.5.
Hi all, I wanted to check if anyone has had a chance to look into this issue — I have some cool experiments I would like to run in connection...