Trending repository
-
Updated
Jul 21, 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!
April 22, 2022 - September 25, 2022 • Virtual
Open source projects built in or receiving significant contributions from Brazil :brazil:
Codefresh is a container-native CI/CD platform running on Kubernetes with embedded caching to provide maximum performance and high scalability.
In Codefresh, every step in your pipeline is a Docker image, leverage the many out-of-the-box images available already in the codefresh plugins page to assemble your first pipeline or create your own custom steps using any Docker image.
YouTube (Data API)
https://developers.google.com/youtube/v3
Ideally we can use webhooks instead of polling
channelId as a propyoutubeVideoId as a propThese might be helpful:
https://developers.google.com/youtube/v3/guides/implementation/subscriptions?hl=en
https://developers.google.c
Java tutorial: "Build a Spring Boot App with User Authentication" is no longer available
The link https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication is currently unavailable.
It looks like the author no longer maintains the website.
found som
If creating multiple VPCs on the same account, and creating the same endpoint type in those VPCs, you receive the following error:
Error: multiple VPC Endpoint Services matched; use additional constraints to reduce matches to a single VPC Endpoint Service
Histories make men wise.
Qlib does not require the installation of packages like CatBoostModel
But the output looks a little misleading.
Run examples/workflow_by_code.ipynb in jupyter notebook.
Successfully run the script without installing CatBoostModel and warning.
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.
Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.
The V2 is a great opportunity to review the specs.
Here is an RFC for URL and verbs used on the backend specs:
Login user
POST
/api/users/loginRegister user
POST
/api/usersGet current user
GET
/api/userUpdate user
PUT
/api/user