-
```
> electron@1.7.9 postinstall /home/travis/build/LivelyKernel/lively4-core/node_modules/electron
> node install.js
/home/travis/build/LivelyKernel/lively4-core/node_modules/electron/node_mod…
-
Please implement an exceptional rule for the service worker to not modify requests to 'https://lively-kernel.org/lively4handwriting'.
-
it then tries to resolve *https://lively4* which results in the error.
-
https://lively-kernel.org/lively4/lively4-jens/demos/benchmarks/rectangles.html
https://lively-kernel.org/lively4/lively4-jens/demos/benchmarks/rectangles_chrome_performance.html
-
Working module code:
```
export function hello() {
return "Hello " + new Date() ;
}
```
Then doing a System.registry.delete() and again a System.import with:
```
XXXexport function hello(…
-
The following code cannot be executed:
``` JS
class Foo {
constructor() {
if (new.target === Foo) {
throw new TypeError('Cannot construct Foo directly');
}
}
}
```
And produces the…
-
```
function resetPersistenceSessionStore() {
__lvVarRecorder.sessionStorage['lively.scriptMutationsDetected'] = 'false';
__lvVarRecorder.sessionStorage['lively.persistenceCurre…
-
-
Example:
If we're viewing https://lively-kernel.org/lively4/lively4-core/start.html?load=https://lively-kernel.org/lively4/lively4-particles/index.html in the lively and we have absolute paths in imp…
nnkps updated
8 years ago
-
- [x] create selection rectangle object on world drag
- [x] draw a single halo around selected morphs
- [x] make halo operations work in the context of multiple target morphs