Timur
Timur
You can write your own TickProvider. But I suppose you does not need that smart calculation for all systems - it is need only for physics. So you could do...
>pan using the middle-mouse button Didn't know that, thanks.
I've just discovered the same issue on Windows 8.1. Simple select query locks read-only db, and other process writing into db gets error "database is locked". DB4S nightly Version 3.11.99...
Checked. Issue still there. as3hx was used as is - without any options, with default config file.
A lot of online books/tutorials (freecodecamp, the Odin Project) already have a feature that allows tracking your progress. `javascript.info` should have it too.
Use current simple regexp then parse a matched substring with [URL]( https://developer.mozilla.org/en-US/docs/Web/API/URL) ?
How do I know when associated file was open? There is [`open-file`](https://www.electronjs.org/docs/latest/api/app#event-open-file-macos) event but it is only for macos.
At this moment, an opened replay starts only if a user is logged in. Not everyone checks "remember me" and it is also strange to not being able to watch...
Also, is it necessary to handle some complex scenarios when watching a replay is requested during logging in? Like, shb opens with replay watch request, and a user has checked...
Maybe onStart() is a convenient, but currently there is a way to get what you want: ``` Haxe var onStart = function () {}; Actuate.timer(delayTime).onComplete(onStart); Actuate.tween(target).delay(delayTime); ``` Also you can...