Antoine Cotten

Results 75 issues of Antoine Cotten

Search Guard "Classic" is not longer maintained and was replaced with Search Guard "FLX". > Non-FLX releases of Search Guard do not receive new features. Whenever possible, you should choose...

search guard

# Environment Windows build number: `10.0.19042.746` Windows Terminal version: `1.6.10272.0` (current Preview version from Microsoft Store) Ubuntu WSL distribution from the Microsoft Store: `2004.2020.812.0` tmux: `3.0a` (from Ubuntu's APT package...

Product-Conpty
Issue-Bug
Area-TerminalControl
Product-Terminal
Priority-2

**Describe the bug** With `Symbols Nerd Font Mono` used as fallback font, characters in the Private Use Unicode range disappear or are rendered improperly when the italic or bold attributes...

bug

### Description On the current `HEAD` version (8b3bcaf2627552cc4fe7828951d8318b810368fe) DNS resolution is not functional on Fedora 35, but works on Fedora 36, although they both use `systemd-resolved`. ### Lima configs ```yaml...

guest/fedora

_First of all thanks for sharing this great project!_ While switching between `mem.FS` and `os.FS` for different use cases, I noticed that the value returned by `(*os.FS).Sub()` could not be...

Fixes #15 `writeSVR4Header()` currently omits the following for files with mode Symlink: - The file's Size must match the link target (Linkname) - The link target must be written after...

The library is able to deserialize `Header` structs from Symlink files: https://github.com/cavaliergopher/cpio/blob/b4d3577d12deb76a6d52f184acd341f875574785/svr4.go#L90-L101 However, it completely ignores the `Linkname` attribute while _writing_ the header, resulting in zero-sized files without target. Note...

Right now, it is not possible to set `g:lightline['colorscheme']` directly to the value of `g:colors_name`, because the Mustache template substitutes hyphen characters with underscores in the name of generated files:...

EC2 instances with an attached IAM role which grants them access to a specific set of S3 bucket do not need any Access Key to perform operations on the bucket,...

I run `github-webhook` as PID 1 inside a Docker container and the process does not terminate cleanly when it receives a SIGTERM. If I understand well _node_ forwards the signals...