Trending repository
-
Updated
Jul 22, 2022 - TypeScript
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!
April 22, 2022 - September 25, 2022 • Virtual
Frameworks for building games across multiple platforms.
Productivity metrics, insights, and time tracking automatically generated from your programming activity.
Install the open-source plugin for your editor
Write code like you already do
Get a personal or team dashboard with metrics about your programming
The V2 is a great opportunity to review the specs.
Here is an RFC for URL and verbs used on the backend specs:
POST /api/users/login
POST /api/users
GET /api/user
Proposal: change the URL to
/api/users/me(consistency onusers)
PUT /api/user
Proposal: change the URL to `/a
Cloudback secures your GitHub repositories with recurrent data backups.
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