Robert Krahn

Results 27 issues of Robert Krahn

This is a larger code cleanup and gets rid of lively.EventExperiments. With evt.getTargetMorph() we get a fast and central mechanism to lookup morphs that are event targets. This allows to...

starting with an interface for syncing changes between objects stored in a local or remote data store. The interface for now includes: ## ObjectHandle ### read - `#get` - `#subscribe`...

Serialization interface that provides very simple access (key/value read and writes) to different backends. Supposed to be used for per-app persistence. Possibly also an option for storing worlds and for...

This is work in progress and the outcome of a weekend project. [paper.js](http://paperjs.org/) is a HTML canvas JS library that supports vector-style canvas rendering. Since our current path / polygon...

When a web page with a started Lively instance asks whether or not to close (e.g. when closing the browser window) the document unload event is fired which closes the...

[Visit issue world](http://lively-web.org/issues/13-10-08_memory_leak.html) as reported by @fmateoc We have a memory leak with traits when applied to objects. The trait's extendedObjectsAndOptions holds the objects long after they are (should be)...

[Visit issue world](http://lively-web.org/issues/13-10-04_base_theme.css_does_not_work_for_fixed_morphs.html) reported by robertkrahn:styleing defined in css (e.g. in base_theme.css) that is the applied to morphs (like the world morph) does not reach fixed morphs with our morph/css...

`Global.classes(true)` should return classes of all namespaces but includes some classes more than once. This is because Module>>gather invokes the `classes` method recursively and for nested modules such as `lively.bindings.Core`...

Needs some filtering. So far: Features: - lk install (yet to fix) Minor features: - added assertRaises to TestCase - added test spies - adding date format lib to standard...

So the use case is that we have a awesome framework with lots of cool features like a class system, data bindings, stuff and we want to make those things...

feature