Here's what's popular on GitHub today...
Trending repository
-
Updated
Apr 22, 2022 - C++
GitHub Skyline
View, print, and share a 3D model of your GitHub contributions.
Popular topic
Angular
Trending repository
-
Updated
Mar 28, 2022 - Python
Trending repository
-
Updated
Apr 25, 2022 - Rust
Upcoming event recommended by GitHub
RenderATL
June 01, 2022 - June 04, 2022 • Atlanta, Georgia
Trending repository
Trending repository
-
Updated
Apr 25, 2022 - Kotlin
Collection recommended by GitHub
App recommended by GitHub
Semgrep
Semgrep is a fast, open-source, static analysis tool for modern languages. With 1,000+ existing rules and simple-to-create custom ones, it finds the bugs that matter.
- Open source, works on 17+ languages
- Scan with 1,500+ community rules
- Write rules that look like your code
- Quickly get results in the terminal, editor, or CI/CD
- Flag issues moving forward, get results in pull requests, Slack, + more
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 25, 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 25, 2022 - Python
Trending repository
-
Updated
Apr 5, 2022 - CSS
Trending repository
Trending repository
-
Updated
Apr 25, 2022 - C++
Trending repository
Trending repository
-
Updated
Apr 24, 2022 - CSS
Trending repository
-
Updated
Apr 22, 2022 - Python
App recommended by GitHub
POEditor
POEditor is a highly scalable localization management service designed for translating software products, such as apps, sites and games.
Integrated with GitHub, it syncs with your repos automatically. You don't ever need to touch a language file.
Slack and HipChat integrations make it easy to get realtime updates about the localization process and the translation progress.
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