Timo Furrer

Results 89 issues of Timo Furrer

As a client is there a way to know if a previously connected device disconnected or connection was simply lost?

The package supports to automatically perform an `Origin` header check via [`OriginPatterns`](https://github.com/coder/websocket/blob/efb626be44240d7979b57427265d9b6402166b96/accept.go#L53). However, these origin patterns are only checked against the `Origin` header `Host` component (see https://github.com/coder/websocket/blob/efb626be44240d7979b57427265d9b6402166b96/accept.go#L244). I believe that...

**Is your feature request related to a problem? Please describe.** I want to be able to easily attach business-related log fields to the log messages the SDK logs internally for...

enhancement

### Community note > [!TIP] > 👋 Hi there, OpenTofu community! The OpenTofu team prioritizes issues based on upvotes. Please make sure to upvote this issue and describe how it...

enhancement
pending-decision

### Current Behavior I have to use punycoded domain names when using `exoscale_domain` because otherwise the API complains about invalid characters in the domain. This also works fine - the...

bug

### Description We encountered a panic from a concurrent map write. It origins from: https://github.com/containerd/containerd/blob/1c4457e00facac03ce1d75f7b6777a7a851e5c41/core/remotes/handlers.go#L52 It happened in CI here: https://gitlab.com/gitlab-org/gitlab/-/jobs/12235502838#L2035 Full trace ```plaintext #1 [internal] pushing registry.gitlab.com/gitlab-org/gitlab/gitlab-assets-ee:de307ccae566bb949623d0e386249501e7da6d97 fatal error:...

kind/bug
area/runtime

When I'm opening a Google Calendar invite from within Thunderbird with E-Tar the summary is always wrong - it uses the `VALARM` object summary - which I think is wrong....

Is it somehow possible to enforce that only deeper nested packages can be imported but no siblings (of any level), for example: ``` internal/commands/ ├── project/ │ ├── main.go ←...

I have a weird issue that when I launch a configuration that should simply start the process with delve (no breakpoints yet, not a test). I then want to make...