-
Updated
Jun 2, 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!
Database
-
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++
Issue-Label Bot
Issue Label Bot automatically labels issues as either a feature request, bug or question, using machine learning. You can alias these labels so that the labels are personalized for your repo (for example if you prefer enhancement vs. feature_request).
Instructions on how to alias the labels can be viewed on the app's website.
This app only works on public repositories.
-
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
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