Here's what's popular on GitHub today...
Trending repository
Podcast
Your favorite open source projects and the developers who make them happen. Listen in!
Popular topic
iOS
Trending repository
Trending repository
Upcoming event recommended by GitHub
Moar Serverless
August 12, 2021 • Online
Trending repository
Summary
ClickHouse handler did not show the error stacktrace
How to reproduce
select number1 + 3 from numbers(100);
Additional context
Should print the stacktrace like mysql-handler did.
Trending repository
-
Updated
Aug 7, 2021 - C++
Collection recommended by GitHub
Game Engines
Frameworks for building games across multiple platforms.
App recommended by GitHub
Code Climate
Collaboratively improve code quality with Code Climate and GitHub
Code Climate combines line-by-line test coverage reports, technical debt assessments, and style checks in every pull request so that your team only merges clear, maintainable, and well-tested code.
Trending repository
Hello everyone, I will explain the current status of manim in this issue.
Now there are three main manim versions, and their differences:
- The
masterbranch of 3b1b/manim: Rendering on GPU using OpenGL and moderngl. Support interaction and have higher efficiency. - ManimCommunity/manim: (@ManimCommunity
Trending repository
-
Updated
Aug 7, 2021
Trending repository
-
Updated
Aug 5, 2021 - Shell
Trending repository
-
Updated
Aug 7, 2021 - Go
Trending repository
-
Updated
Aug 5, 2021
Trending repository
-
Updated
Aug 6, 2021 - Kotlin
Trending repository
-
Updated
Aug 5, 2021 - JavaScript
Trending repository
-
Updated
Aug 7, 2021 - Go
Trending repository
-
Updated
Jul 30, 2021 - C
Trending repository
A recipe with Mocha
Clone the example app, only use Mocha instead of Jest
Before picking this issue, it's recommended to have a short tech planning chat here and only then upon sync to get up to speed.
Enrich our DB model
Trending repository
-
Updated
Aug 7, 2021 - Clojure
Trending repository
Trending repository
-
Updated
Aug 7, 2021 - Java
Trending repository
-
Updated
Aug 7, 2021 - Swift
Trending repository
-
Updated
Jul 27, 2021 - Java
Trending repository
Some cars (mostly Hondas) have very poor longitudinal tuning. They undershoot desired acceleration from the planner consistently. This causes the car to never accelerate even if the planner tells it to for 10+ seconds.
These cars need to be retuned so this does not happen. Here is the average difference between desired acceleration (from the longitudinalPlan message) and actual acceleration (fr
Trending repository
-
Updated
Aug 7, 2021 - Java
Trending repository
-
Updated
Aug 6, 2021 - Python
Trending repository
关于elecV2P通知格式模板
这里仅提供pushplus推送方式模板,其他通知方式根据官方文档以此类推
{
"token":"xxxxxx",
"title":`$title$`,
"content":`$body$`,
}具体设置如下图所示
App recommended by GitHub
Review Notebook App
[If unable to purchase via GitHub marketplace, write to [email protected] to set up an account]
Join hundreds of companies in using ReviewNB for notebook code reviews,
- Rich diffs for easy version control
- Commenting to discuss changes
- Conversation threads to track all open discussions
Fill the form for Enterprise plan


Summary
The Event Hubs client library is instrumented using the .NET
EventSourcemechanism for logging. When instrumenting or diagnosing issues with applications that consume the library, it is often helpful to have access to the Event Hubs logs.Though
EventSourceinstrumentation is