Sylvain Garden
Sylvain Garden
Knockout 3.4 with ko.deferUpdates = true I can't use a pure computed immediately after its dependency (another pure computed in front of 2 observables) is updated. The returned value is...
In knockout source code: ``` ko.bindingHandlers['checked'] = { 'after': ['value', 'attr'], ... ``` The possibility to control the order of binding evaluation is not documented. And yet it is convenient...
The last release of Gideros (september) fixed up the rendition of a shape with a rotated texture via a transformation matrix (3d parameter setFillStyle). However my hand-made 2d physics engine...
- Context: Using cqfd from a host user (jenkins) who has no _user group_. For example, on our server, jenkins belongs to the _docker_ group only (which is its _primary...
### Before submitting your bug report - [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find...
When joining tables, NotOrm knows how to put an alias on a joined table if its "public" name differs from its real table name (because of a user customized structure)....