John Michael Ferraris
John Michael Ferraris
Is this still being maintained?
Appreciate the suggestion. I'll look into this when I have free time but pull requests are always welcome. :D
So I started this on https://github.com/captn3m0/endoflife.date/pull/43 for reference to anyone who wants to help out track down the changelogs of latest active releases. Appreciate the help! :)
@captn3m0 deym! I was about to write a task down. How fast did you type it? haha! Thanks!
Re: PHP Changelogs PHP Change logs are grouped by major releases: * https://www.php.net/ChangeLog-7.php * https://www.php.net/ChangeLog-5.php and minor releases are in specific hrefs e.g. https://www.php.net/ChangeLog-7.php#7.1.29. What are your thoughts on this...
Any updates on this from the maintainers? Much appreciated!
Any news about this feature?
Hello, We've tried doing our own pagination for Firebase. We've tried @timominous approach. See here (http://stackoverflow.com/questions/37430881/swift-ios-firebase-paging). Maybe this can help kick off the solution of the pagination problem.
@kutakmir Yes. We just followed the sample usage in the attached SO link. ``` var count = numberOfItemsPerPage var query ref.queryOrderedByKey() if startKey != nil { query = query.queryStartingAtValue(startKey) count...
@mrded Can you give me a full snapshot of how you did this? Thanks!