-
Updated
Apr 27, 2020 - Shell
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Apr 26, 2020 - C#
Emacs
-
Updated
Apr 26, 2020 - Jupyter Notebook
-
Updated
Apr 26, 2020
GitHub Satellite
May 6 • Virtual
-
Updated
Apr 27, 2020 - Python
-
Updated
Apr 27, 2020 - C
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Sonatype DepShield
Sonatype DepShield is a GitHub App used by developers to identify and remediate vulnerabilities in their open source dependencies.
-
Updated
Apr 26, 2020 - Java
-
Updated
Apr 26, 2020 - Jupyter Notebook
Platform
-
Updated
Apr 26, 2020 - C++
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接 push 到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。
目前 advanced-java 只有 [yanglbme](http
-
Updated
Apr 24, 2020 - Python
-
Updated
Feb 15, 2020 - Java
-
Updated
Apr 26, 2020 - Python
-
Updated
Mar 2, 2020
-
Updated
Apr 26, 2020 - C++
-
Updated
Oct 31, 2019
-
Updated
Apr 25, 2020
-
Updated
Apr 26, 2020 - Assembly
-
Updated
Apr 23, 2020 - Python
-
Updated
Jul 17, 2019 - Python
-
Updated
Feb 3, 2020 - JavaScript
-
Updated
Apr 18, 2020
TestQuality
TestQuality's GitHub Test Management extends Github to provide powerful and modern test plan management helping developers and testers create, run, coordinate and monitor software testing tasks. TestQuality's live 2-way integration with GitHub seamlessly extends workflows so you can create, update, delete, and link defects and requirements in your GitHub repos without leaving your testing or dev workflows. TestQuality is FREE for GitHub public repo’s and affordable for private repo's.
React-query provides a separate hook for pagination (
usePaginatedQuery), but we want to support pagination with the sameuseQueryby accepting thepaginated: trueoption.Summary:
{paginated: true}is passed as third option touseQuery, then Blitz will useusePaginatedQueryfrom react-query instead of the plainuseQueryfrom react-query.