Jens Lincke
Jens Lincke
e.g. the behavior of a file explorer - move locally - copy when needed
https://lively-kernel.org/lively4/lively4-jens/src/client/fileindex.js ``` if (file.url.match(/\.md$/)) { // #BUG prevents loading in #FireFox due to invalid regexp group // FF RegExp version does not support lookbehinds. https://stackoverflow.com/questions/49816707/firefox-invalid-regex-group // #TODO Refactor // let...
Cherry Picking before Squaching
The current tools and github abstractions we use, do a normal merge that is displayed in a weirdly verbose way in github. We could avoid this in changing our sync...
``` import {foo} setter (v) { foo = v // ignores var recorder } var.rec.foo // BUG ignores setter ```
effect: bidirectional selection updating only works roughly and on specific points