-
Updated
Jun 3, 2021 - C
Here's what's popular on GitHub today...
-
Updated
Jun 2, 2021 - Go
Your favorite open source projects and the developers who make them happen. Listen in!
Azure
-
Updated
Jun 1, 2021 - Python
-
Updated
Jun 3, 2021 - JavaScript
GitHub Presente: Em Portuguese
June 15, 2021 • Online
-
Updated
May 29, 2021 - C++
-
Updated
Jun 3, 2021 - C++
Made in India
Open source projects built in or receiving significant contributions from India :india:
Sider
Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.
-
Updated
May 30, 2021 - Python
-
Updated
Jun 2, 2021 - C#
-
Updated
Jun 2, 2021
-
Updated
Jul 18, 2020
-
Updated
Jun 3, 2021 - Java
-
Updated
Jun 2, 2021 - Python
-
Updated
Jun 2, 2021 - C++
-
Updated
Jun 3, 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 3, 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