Victor Biga
Victor Biga
I don't feel convinced pinning to old version. Any progress on this issue ? Would be great if there would be some movement on this or at least workaround? The...
Adding the `request_coalescing = true` fixed the issue: ``` bucket_name = google_storage_bucket.default.name cdn_policy { cache_mode = var.cache_mode request_coalescing = true } enable_cdn = true name = var.backend_name ```
@shift not sure why the build failed, does not seem to this PR related. Any chance to have a look pls ?
@shift https://github.com/shift/domain_exporter/pull/118 now merged, would need approval to run GH Actions once again on this PR to fix missing regex on some domains.
This could be the implementation of API request as /api/webhook?name=app-name, however this is thin line. Github Webhook currently does not support OIDC or any other ways of authenticating, therefore wanting...
I came here from duplicate [ticket](https://github.com/ytdl-org/youtube-dl/issues/31403) and not sure the above subject is exactly related, but if the issue is in regards this error after downloading few ``` ERROR: unable...
> Guys I have found a fix for this. You see the `oco` is requesting the ollama API on ipv6 loopback which is `::1` and by default ollama doest not...