Trending repository
-
Updated
Jul 25, 2022 - C++
On this episode of The Download, Christina returns from some downtime with a random t-shirt and the latest developer and open source project news, including GitHub Copilot, Deno Fresh, GPT-3 code explanation, TensorFlow Lite for Commodore 64s, and more!
August 24, 2022 • Online
Frameworks for building games across multiple platforms.
CommitCheck ensures your commit messages are consistent and contain all required information. You can check that commits contain a JIRA number or ensure commits don't contain WIP.
To enhance the safety of users of Tor windows, we should enable HTTPS-Only Mode by default.
HTTPS-Only Mode is currently opt-in. When it is enabled, attempting to visit an insecure website results in the following interstitial page from Chromium:
We can consider whether to add mor
As some may notice after this is pointed out, there might be something amiss with the descriptions of triple and quadruple windows.
First issue is the fact that the following description:
Is the description of the following constructions:
Renovate: an open-source tool which automatically creates pull requests for all types of dependency updates. Includes crowdsourced test and package adoption data are used to flag potentially risky updates and enable auto-merging for those that meet user-defined conditions.
How Renovate works:
Is there an existing issue for this?
Describe the problem
The current
Build.yamlworkflow is specific to building and testing theappmodule, however, there are more than 1 apps in the project.Describe the solution
An additional build/test workflow should be added to also build/test
app-nia-catalogAdditional context
N/A