-
Updated
Jun 3, 2021 - C
Here's what's popular on GitHub today...
-
Updated
Jun 2, 2021 - Go
Almost four thousand games were submitted for the Ludum Dare 48 competition. Here are a few of our favorites plus source code!
Go
-
Updated
Jun 1, 2021 - Python
-
Updated
Jun 2, 2021 - JavaScript
Global Maintainer Summit 2021
June 08, 2021 - June 09, 2021 • Virtual
-
Updated
May 29, 2021 - C++
-
Updated
Jun 2, 2021 - C++
Made in India
Open source projects built in or receiving significant contributions from India :india:
Codacy
Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.
You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.
-
Updated
May 30, 2021 - Python
-
Updated
Jun 2, 2021 - C#
-
Updated
Jun 2, 2021
-
Updated
Jul 18, 2020
-
Updated
Jun 2, 2021 - Java
-
Updated
Jun 2, 2021 - Python
-
Updated
Jun 2, 2021 - C++
-
Updated
Jun 2, 2021 - JavaScript
-
Updated
Jun 2, 2021 - TypeScript
-
Updated
May 31, 2021 - JavaScript
-
Updated
Jun 2, 2021 - Lua
-
Updated
Jun 2, 2021 - JavaScript
-
Updated
Jun 1, 2021 - Java
-
Updated
Jun 2, 2021 - C
-
Updated
Jun 2, 2021
Platform
Operating system and version: Windows
OBS Studio version: 26.1.1
OBS Log file: N/A
Expected Behavior
EITHER:
a) Multiple transform panels open for different sources and closed manually (not preferred)
b) The transform panel shows the appropriate information for the respected layer selected
Current Behavior
The transform panel sometimes shows the newly selected item
-
Updated
Apr 18, 2021
The current WHATWG URL parser implementation is written in C/C++ and incurs a fairly significant cost crossing the JS/C++ boundary. It should be possible to realize a significant performance improvement by porting the implementation to WASM (similar to how the https://github.com/nodejs/undici project has seen a massive performance boost out of moving llhttp parser to wasm).
If someone wanted to
Rollbar
Helping development teams proactively discover, predict, and remediate errors with real-time, AI-assisted workflows.
I am intentionally making this issue specific but I assume it could be expanded to include much more of the API.
Problem
I do not have the entire Prisma Client API perfectly (let alone roughly) committed to memory.
When I go to use it to query for many results the operations tell me nothing about what and why they will do. I only have types to work with.
I don't want to open my br