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!
August 24, 2022 • Online
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
DeepSource is the fastest and the most reliable way to run static analysis on your code. Our 13+ analyzers help you prevent thousands of security and bug risks, anti-patterns, and other defects before your code is merged.
But wait, we have more!
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
Windows developers use AppVeyor to continuously run their tests and deploy apps to cloud or on-premise environments. AppVeyor CI can update the build status on your GitHub pull requests, upload build artifacts to project release and deploy successful builds. AppVeyor is not just a build tool, but it's the place of Windows CI knowledge accumulation - thanks to AppVeyor's vibrant community!
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