-
I tracked down why Lively gets so much slower over time: It leaks memory a lot. It's easiest to see using the Timeline view in Chrome.
E.g., in a blank world, open the timeline, start recording, and …
-
The "Create new folder" button in a directory listing does not actually create a new folder.
-
When using symbolic links in the Lively Kernel filesystem, the directory listing breaks and ends just before that file or directory.
Serving those files works fine though.
-
Switching the PartsBin server using the server list in the top left corner of the PartsBin does not change the displayed Parts, or the items fetched.
According to Robert, the bug was probably introdu…
-
See https://github.com/LivelyKernel/LivelyKernel/issues/119 for the current state.
rksm updated
10 years ago
-
Spaces in file names throw off the directory listing. E.g. http://lively-web.org/users/bert/St78/assets has a file "Lena copy.form" which should be encoded as "Lena%20copy.form" but actually is listed…
-
With the changes introduced in d5a34c1 a statement like
``` js
x = 3;
```
when evaluated in a workspace throws an error if `x` is not defined.
rksm updated
10 years ago
-
There doesn’t seem to be difference between “Browse Senders”, “Browse Implementors” and normal Search (with ctrl+shift+f) for any input.
-
- installation
- merge changes from ww to lk
- merge change from lk to ww (core-link)
- what is the workflow when developing locally (@fbornhofen @lauritzthamsen @JensLincke _need your help here_ ho…
rksm updated
11 years ago
-
Base.js currently implements our namespace- and module-system as well as our class-system, defines the Global namespace and contains stack print functions.
Our class- and our module-system seem to b…