Lena Fuhrimann

Results 65 issues of Lena Fuhrimann

When deploying a Registry-Convoy stack from the catalog, the sslproxy service errors with `Error (404 Client Error: Not Found ("no such file or directory"))`. I'm running Rancher 1.1.0-dev5 on CoreOS...

I have a Rancher setup (Rancher v1.1.0-dev4 on CoreOS 1010.5.0) where I started the latest Convoy GlusterFS out of the Rancher catalog. After that I deleted the two stacks (GlusterFS...

low priority
rancher

When running `checkservices`, I am getting the following error: ```shell $ sudo checkservices :: Run pacdiff :: Reload systemd :: Services with broken maps files Error:: Unable to parse pid...

When running `systemctl suspend` on my Dell XPS 13 9310, the suspend fails. I see the following lines in my journal: ```txt Bluetooth: hci0: SSR or FW donwnload time out...

In my Gopass config, I'm using a `~` to specify the `path`: https://github.com/cloudlena/dotfiles/blob/main/gopass/.config/gopass/config.yml#L2 This works fine with the `gopass` command, but Gopass Bridge cannot handle it. Everything works fine if...

unsure

I would like to use this library with a [create-react-app](https://github.com/facebook/create-react-app) application. However, when I import it, I get the following error: ```txt Module not found: Error: Can't resolve './lib-cov/gpx-parse' in...

As described in [the docs](https://golang.org/pkg/net/http/#NewRequest), `http.NewRequest` uses the `context.Background` context which is supposed to be used in tests according to [the docs](https://golang.org/pkg/context/#Background). Therefore, it is cleaner to use `http.NewContext` in...

enhancement

### Summary When running `hx --health`, `ada_language_server` is listed twice: The same goes for the documentation https://github.com/helix-editor/helix/blob/cf99615b433fa4708604460e0b2298cf92833960/book/src/generated/lang-support.md?plain=1#L3. To me, this is quite confusing. Is it correct? ### Reproduction Steps 1....

C-bug

As described here: https://github.com/pivotal-cf/bookbinder#generating-a-sitemap-for-google-search-indexing Bookbinder should create a `sitemap.xml` file. However, I cannot find this file after running `bundle exec bookbinder bind remote` on my book. Am I doing something...

unscheduled

I'm getting the following error: ```shell $ npm-audit-ci exec error: Error: Command failed: npm audit --json ``` I'm running Node.js `v12.12.0` on macOs `10.15.1` with npm `6.12.1`.