Robert Patrick
Robert Patrick
In looking at the predefined annotations and using them to add metadata to images, it seems like most of the predefined annotations are applicable to the image currently being built...
### Prerequisites * [X ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: *...
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
In package.json, the project lists its license as `(BSD-3-Clause OR GPL-2.0)` but according to the [SPDX license page](https://spdx.org/licenses/), there is no `GPL-2.0` license code. It seems like it needs to...
Many companies have stopped using Docker Hub due to their licensing changes. Any plans to make the image available from another location like GitHub Container Registry?
We are using SSHJ to add remoting capabilities to our app. We are currently testing cross-platform capabilities where the client is running on Linux connecting to a Windows 11 Enterprise...
### Version @nuxtjs/supabase: 1.0.2 nuxt: 3.0.0 ### Reproduction Link https://github.com/robertpatrick/mastering-nuxt-3 ### Steps to reproduce 1. `git clone [email protected]:robertpatrick/mastering-nuxt-3.git` 2. `cd mastering-nuxt-3` 3. `npm i` 4. Create `.env` file with `SUPABASE_URL`...
**What version of Ajv are you using? Does the issue happen if you use the latest version?** 8.12.0 **Ajv options object** None **JSON Schema** Please see the attached schema.json.txt file...
## Is this a BUG REPORT or FEATURE REQUEST? Choose one: BUG REPORT ## Versions **CCM Version**: No clue, using OKE **Environment**: - **Kubernetes version** (use `kubectl version`): 1.25.4 -...
My company requires the use of a Web Proxy Server to reach internet sites from inside our network. I am trying to figure out how to configure and use a...