Marco Jakob

Results 10 issues of Marco Jakob

The `FlipBook.advanceTime(...)` method never returns `false` and thus never indicates that it is completed. See https://github.com/bp74/StageXL/blob/master/lib/src/display_ex/flip_book.dart#L102 This makes the `Juggler` always keep the `FlipBook` in its animatable list.

enhancement

The StageXL library would gain a lot of attraction if it included more small examples that illustrate how to solve specific problems. A very good inspiration are the [Phaser Examples](http://examples.phaser.io/)....

It would be really helpful for non-technical users to get information about what's going on during the build to know if the post is already live. Depending (it seems) on...

kind: feature
area: publishing
pinned

* [ ] Jaxb works different with the new module system of Java 9. See [Comment in Tutorial Part 5](http://code.makery.ch/library/javafx-8-tutorial/part5/#comment-3855129407)

I tried to start the provided example application in Dart Editor. It works when I run it as JavaScript but doesn't work in Dartium. OS: Win7 64bit Dart SDK: 0.5.1.0_r22072...

Feature/browser detection should be changed to filter-out Opera 12 (see [this answer](http://stackoverflow.com/a/19894797/862411)). A solution that works for all versions of IE (up to and including IE11) is: `hasNativeDraggable = (element.draggable...

I have the following set up for my hierarchical routes: ``` dart router.root ..addRoute( name: 'events', path: 'events', mount: (Route route) => route ..addRoute( name: 'list', defaultRoute: true, enter: listEvents)...

### Overview This PR implements comprehensive language support across all feed formats (Atom 1.0, JSON Feed 1.1, and RSS 2.0), addressing issue #196 which requested language support in Atom feeds....

Problem formatEnclosure in atom1.ts / rss2.ts ignored the explicit Enclosure.type and always attempted to infer a type from the URL path. With proxy URLs (e.g., wsrv.nl) there’s no extension, producing...

## Problem The `formatEnclosure` function in `atom1.ts` ignores the explicitly provided `type` parameter in `Enclosure` objects and always tries to auto-detect MIME types from URLs, leading to incorrect types like...