Michele De Pascalis
Michele De Pascalis
I am running on Ubuntu 22.04 with emu_core 0.1.1, `info()?.name` is "NVIDIA GeForce RTX 3050 Ti Laptop GPU", the driver is version 515 of the official NVIDIA Linux driver, installed...
The tool (v. 1.3.5) fails on a big batch task upon encountering a single image with zero bytes file size. Wouldn't it be better for the tool to be able...
You should seriously think about updating the whole project to support ARC before going on.
**Describe the bug** I have a secondary monitor. If, after Alt-tabbing from the primary monitor to the secondary, without moving the cursor, I then kill the window with Q, the...
I think you should remove the `import Foundation` statement in the beginning: your code doesn't quite need it and it's always a good practice to stick to the standard language...
Converted the code for Automatic Reference Counting; Also, RSSParser conforms to protocol NSXMLParserDelegate, so I added it in the interface declaration to avoid that itchy compiler warning.
Is there a way to expand the visual selection to include the neighboring siblings, instead of just selecting one node at a time?
### FAQ - [x] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [x] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...