Ciro Mattia Gonano
Ciro Mattia Gonano
I got an unexpected behavior with _update()_ combined with _limit()_. The following code: ``` php ItemQuery::create() ->filterByStatus('A') ->filterByHome(2) ->orderByArrivalDate(Criteria::DESC) ->limit(1) ->update(array('Status' => 'B'); ``` is expected to give the query...
HI guys, I'm pinning this issue to make you know this project is somehow stalled. I plan to pick it up and review issues & PRs for keeping it functional,...
See https://github.com/bfintal/Counter-Up/issues/35 E.g. (thanks to @weisk) ``` ... var step = 0; var easing = 'easeInOutQuint'; var f = function () { step++; var progress = step / divisions var...
Update the demo showing new features - [ ] [time formatting](https://github.com/bfintal/Counter-Up/pull/1) - [ ] [formatter option](https://github.com/bfintal/Counter-Up/pull/18) - [ ] [different duration/delay](https://github.com/bfintal/Counter-Up/pull/27) and more code examples.
Update the documentation for new features added with PRs merge: - [ ] [time formatting](https://github.com/bfintal/Counter-Up/pull/1) - [ ] [formatter option](https://github.com/bfintal/Counter-Up/pull/18) - [ ] [different duration/delay](https://github.com/bfintal/Counter-Up/pull/27)