Here's what's popular on GitHub today...
Trending repository
-
Updated
Apr 22, 2022 - C++
The Download
On this episode of The Download, Senior Developer Advocate Christina Warren is covering the latest developer news of the week, including: Git 2.36, Dependabot Updates, DALL-E 2, and more!
Popular topic
Firebase
Trending repository
-
Updated
Mar 28, 2022 - Python
Trending repository
-
Updated
Apr 24, 2022 - Rust
Upcoming event recommended by GitHub
¡Es Viernes! Episodio 10
May 13, 2022 • Online
Trending repository
Trending repository
-
Updated
Apr 24, 2022 - Kotlin
Collection recommended by GitHub
App recommended by GitHub
DeepScan
Tired of the troubles with JavaScript? DeepScan can help you.
DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.
You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.
Trending repository
-
Updated
Apr 22, 2022
Trending repository
Trace files are big and compress really well, 5x-ish in my experience. Could magic-trace write out compressed traces instead of raw traces?
Perfetto already has support for loading gzipped traces. But gzip is really slow (fingers crossed for Sapphire Rapids, but that's years from being commonplace).
As far as I can tell, we have two options here:
- teach magic-trace to write gzipped trace
Trending repository
-
Updated
Mar 29, 2022
Trending repository
-
Updated
Apr 24, 2022
Trending repository
-
Updated
Apr 24, 2022 - Python
Trending repository
-
Updated
Apr 20, 2022 - Python
Trending repository
Trending repository
-
Updated
Apr 24, 2022 - Go
Trending repository
-
Updated
Apr 24, 2022 - HTML
Trending repository
-
Updated
Apr 24, 2022 - C
Trending repository
-
Updated
Mar 15, 2022
Trending repository
-
Updated
Apr 24, 2022 - TypeScript
Trending repository
-
Updated
Apr 24, 2022 - Python
Trending repository
-
Updated
Apr 5, 2022 - CSS
Trending repository
Trending repository
-
Updated
Apr 24, 2022 - C++
Trending repository
Trending repository
-
Updated
Apr 24, 2022 - CSS
Trending repository
-
Updated
Apr 22, 2022 - Python
App recommended by GitHub
Pull Assistant
Every time you create a pull request, Pull Assistant analyses it and provides you all necessary information to perform code reviews faster and with confidence.
Godot version
187daffbfc80e70f1cf7d6a14e770975da1777bf
System information
Any
Issue description
Just an obvious bug there, observed on current master branch, note that it lerps between parameters_min and parameters_min, second parameter should be max:
https://github.com/godotengine/godot/blob/187daffbfc80e70f1cf7d6a14e770975da1777bf/scene/2d/cpu_particles_2d.cpp#L746