-
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!
Ember
-
Updated
Jun 1, 2021 - Python
-
Updated
Jun 3, 2021 - JavaScript
Game Off
November 01, 2021 - December 01, 2021 • Online
-
Updated
May 29, 2021 - C++
-
Updated
Jun 3, 2021 - C++
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
LogRocket
LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.
LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.
-
Updated
May 30, 2021 - Python
-
Updated
Jun 3, 2021 - C#
-
Updated
Jun 3, 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
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.
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