Le Stephane

Results 44 issues of Le Stephane

As described in https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f the mitigations includes 1. Open `gpg.conf` in a text editor. Ensure there is no line starting with `keyserver`. If there is, remove it. 2. Open `dirmngr.conf`...

I have some xml comment like so ``` ``` That gets converted to ``` ``` Is there a way to control this behaviour?

**Is your feature request related to a problem? Please describe.** I started my journey towards workflow sharing with starter workflows at https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization, by creating files in the org `.github` repo's...

When considering a starter project for my content script I either landed on: - https://github.com/chibat/chrome-extension-typescript-starter (0 vulnerabilitties) - https://github.com/bajcmartinez/chrome-react-seo-extension (21 high, 4 critical vulnerabilities) Because of npm audit problems, I'd...

Using a PAT with packages: read scope, I can't pull it from my machine ``` $ echo "$GHCR_PAT" | docker login ghcr.io --password-stdin --username user WARNING! Your password will be...

### Is your feature request related to a problem? Please describe I understand that `.tool-versions` is focused on getting everyone on the same version, but sometimes people lag behind because...

enhancement

- [x] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) - [x] I am using the latest version of `npm-check-updates` - [x] I am using `node >= 14.14` --- ## Steps to...

enhancement

in Gnome Terminal, when I have multiple tabs open, I can switch between them using Ctrl+PageUp and Ctrl+PageDown. I would like to do the same in GTG, because I constantly...

enhancement
low-hanging-fruit

I'm _assuming_ that the way X11 works, there was no way to split the `clipboard` permission into read and write permissions. But on the off change that there _is_ a...

the 'fqdn' validator passes the input string to validate through to isFQDN without any extra options ``` fqdn: (value) => validator.isFQDN(value), ``` But the isFQDN function supports options such as...