Jens Lincke

Results 35 issues of Jens Lincke

e.g. the behavior of a file explorer - move locally - copy when needed

type: feature
P4: nice to have
comp: drag and drop

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...

type: feature
comp: pdf
comp: lively pdf

Cherry Picking before Squaching

type: feature
comp: sync tool
P4: nice to have
effort3: hard (weeks)
comp: lively sync

type: chore
comp: chrome extension
comp: lively chrome extension

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...

type: feature
type: RFC / discussion / question
comp: sync tool
P4: nice to have
effort2: medium (days)
comp: server

``` import {foo} setter (v) { foo = v // ignores var recorder } var.rec.foo // BUG ignores setter ```

P4: nice to have
effort2: medium (days)
comp: module system
comp: transpilation

effect: bidirectional selection updating only works roughly and on specific points

type: bug
P4: nice to have
effort2: medium (days)
comp: tools