Timo Furrer

Results 83 issues of Timo Furrer

Is it possible to install a plugin from a subdirectory, for example the git repository `timofurrer/edelweiss` contains a directory `tmux` that contains the plugin files which is what I want...

What's the intended usage pattern of the Reader and Writer context w.r.t. closing the connection from the server side? It seems like the connection is closed automatically by the reader...

I'm using this Action to automatically close all open PRs in a repository, however, pretty much at least once a day it fails because it's hitting GitHubs secondary rate limit....

**Is your feature request related to a problem? Please describe.** My "most recent files" list is often polluted with files that I never want to open again, most prominently the...

### OpenTofu Version ```shell 1.8.4 ``` ### OpenTofu Configuration Files ```hcl data "gitlab_project" "upstream" { for_each = { for project in var.projects : project.path => project } path_with_namespace = each.key...

bug
accepted

**Actual behavior** A clear and concise description of what the bug is. With the upgrade from v0.4.0 to v0.5.0 we had to manually specify type parameters for mocks that have...

*Requested feature* Support the currently deprecated gomock support in [`bazel/rules_go`](https://github.com/bazel-contrib/rules_go). I learnt from https://github.com/bazel-contrib/rules_go/issues/4153#issuecomment-2434208226 that support for Bazel should eventually end up in this project. *Why the feature is needed*...

Just a quick question: is it possible to display two Y-axis in a line chart? I basically have a chart use case where I have the time axis in X...

enhancement

## What's a Uses Page? A /uses page lists a developer's setup, gear, software, and configs (what they *use*). It's a great reference for those looking to add to their...

Is there a way to plot two data sets in the same graph that share the X-axis scale (time in my case) but have two different Y-axis scales. I'd want...