Calvin Ross

Results 6 issues of Calvin Ross

When doing the command: ```bash terminalizer render example.yml ``` I receive this error: ```bash Error: Error: [31871:1208/233517.072099:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData:

The links to this library just show a page mentioning that the app had been moved to this project already.

As brought up in a previous issue I had posted (at [p5/issues/25](https://github.com/p5py/p5/issues/25)), I was having an issue with flickering and graphical errors on my laptop. I discovered that the solution...

enhancement

- **Version**: [email protected] - **Platform**: - `Linux CJRm-ARTIX 5.19.2-artix1-2 #1 SMP PREEMPT_DYNAMIC Sun, 21 Aug 2022 10:48:27 +0000 x86_64 GNU/Linux` - `Brave Browser 104.1.42.88` #### Severity: Critical. This causes an...

need/triage

Resolves #2015 This branch adds an asynchronous version of [`std::sync::RwLock`](https://doc.rust-lang.org/std/sync/struct.RwLock.html) to `futures_util::lock`. New public data types: + `futures::lock::RwLock` + `futures::lock::RwLockReadFuture` + `futures::lock::RwLockWriteFuture` + `futures::lock::RwLockReadGuard` + `futures::lock::RwLockWriteGuard` Feel free to check...

A-lock

You guys are using `electron-fetch` whenever the `is-electron` package detects if it is running in an electron process (particularly, the main process). However, `is-electron` seems to be returning true even...

need/triage