dithmer

Results 5 issues of dithmer

Hello, I am trying to transpile junegunn/fzf, a really really good fuzzy-finder written in Golang. My main-Function looks like this: ``` package main import ( "github.com/gopherjs/gopherjs/js" "github.com/junegunn/fzf/src/algo" "github.com/junegunn/fzf/src/util" ) func...

WaitingForInfo

### What does this PR do? It adds events and a waiting routing for the creation of cloud machines via hetzner cloud driver to react to them via the reactor...

Needs-Testcase
P1

### What does this PR do? Fix hetzner cloud create method attachments ### What issues does this PR fix or reference? Fixes: #59872 ### Commits signed with GPG? No

Needs-Testcase
P1

### Proposed Change The script "install_unix.sh" was not working in non-interactive shells, because there are tools used (stty and tput) for which a connected tty is mandatory. This is being...

Hello, There are a couple of PR's who have tried to fix the circumstance, that the install_unix.sh script break with status code 2 in non-interactive environments. Especially the commands `tput`...