Christian Korneck

Results 13 issues of Christian Korneck

When using `doctl compute ssh ` on Windows, I'm getting weird terminal emulation behavior. For example, pressing backspace prints the character ``, executing a `clear` (clear screen) prints the characters...

windows

**Describe the bug** Whenever I install a vanilla Antergos (from `antergos-minimal-18.12-x86_64.iso`) on a blank disk and choose `lvm` (with default settings) for the disk setup, the installed system ends up...

--------------------------------------------------- BUG REPORT INFORMATION --------------------------------------------------- **Description** For me trying to `hub-tool login` with a Personal Access Token (PAT) fails. Login works for the same Docker account with username/password. The same...

It would be great if there was a "ready to use" Github Action for MSIX Packaging, Signing, etc similar to the [extension for Azure Devops](https://docs.microsoft.com/en-us/windows/msix/desktop/msix-packaging-extension) from [this repo](https://github.com/microsoft/msix-packaging/tree/master/tools/pipelines-tasks).

Feature
Area-MSIX

This code seems to have a memory leak **on Darwin (MacOS)**. With every call of `wifiNotifier.GetCurrentSSID()` memory usage goes up significantly. Same for every detected SSID change when using `SetWifiNotifier()`.

bug

### Description it seems like https://master.dockerproject.com/ , a Site run by the Docker project that has been providing nightly builds from the master branch for many years, seems to be...

status/0-triage
kind/bug
area/packaging

thanks for this useful project. From using `mdr` for a short while I've only noticed one little annoyance: It's not easy to copy and paste from code blocks rendered by...

pkg.go.dev currently doesn't display the API docs anymore because it can't parse the license string in the README: `Documentation not displayed due to license restrictions`. This PR adds the MIT...

unless other LDAP servers, Active Directory supports nested groups and a way to query them using regular LDAP clients by entering special "OID" strings in the LDAP filter. I.e. an...

Currently only Python 3.7 is supported. This is because the Python3 C API slightly changes between versions. For example Python 3.8 removed the `PyEval_ReInitThreads` function, so binding it fails. (Also...

enhancement
help wanted