Results 16 issues of Nick

The initializer ``` Objective-C - (instancetype) initWithLanguage:(NSString *)language configDictionary:(NSDictionary *)configDictionary configFileNames:(NSArray *)configFileNames absoluteDataPath:(NSString *)absoluteDataPath engineMode:(G8OCREngineMode)engineMode ``` doesn't work because it directly calls ```Objective-C self = [self initWithLanguage:language engineMode:engineMode]; ``` which...

## Summary of the Pull Request Adds hold Windows key + double press Ctrl as an activation option. Adding a more physical option since Windows game mode does not activate...

### Description of the new feature / enhancement Windows game mode does not activate sometimes, double press ctrl still activates in games. This also conflicts with JetBrains IDE's "run anything"...

Idea-Enhancement
Status-In progress
Needs-Triage
Product-Mouse Utilities

From https://github.com/adafruit/Adafruit_ZeroDMA/blob/64dce3e63f7589c6d365dbd75b1b420e69bcce6e/Adafruit_ZeroDMA.cpp#L450 > You'll want to keep the pointer for later if you need to modify or **free** the descriptor. Looking at the implementation, `&_descriptor[channel]` is being return if `addDescriptor`...

### Describe the issue Compiling produces an error in included headers from dpcpp. I cannot find a way to get an older version of DPC++. DPC++ version: `2023.2.0` IPEX version:...

XPU/GPU
Compilation

I am trying to join a node to a cluster that requires additional network configuration for the CNI (cilium) to come online. But nmstate-handler tries to reach K8s control plane...