Yu Kou

Results 15 comments of Yu Kou
trafficstars

@stefan-improbable the reason `git-crypt` doesn't work with multiple worktree is because it writes its git config, both`[filter git-crypt]` and `[diff git-crypt]`, into `.git/config` which is shared by all worktrees. `git-crypt`...

Ran into this issue too. Surprised that the `set_file` is not supported yet. Does the helm provider has a totally different architecture than the helm itself? Otherwise, why is that,...

Oh, just realized that the helm provider has never been working with file-path. Even for the `values` file, it also needs the user to make the values file inlined. Maybe...

I am using k3s-v1.21.4+k3s1. Also running into this issue. Adding a `HelmChartConfig` results in my k8s resources getting updated, but nothing happens when deleting it. Taking `traefik` as an example....

Hi @apparentlymart , thank you for the early response and the detailed explanation. You are always so nice. I have written quite a few terraform issues, and read more. Every...

The external USB disk is probably using `exFAT`, a filesystem that doesn't support _"preallocating disk space for files with the modern [fallocate](https://man7.org/linux/man-pages/man3/posix_fallocate.3.html) way"_. That is the root reason. And Motrix...

Thank you @tomtom for clearing up my confusion. And truly sorry for the la~~~~~~te response.

Sorry for the delay. Here is the example code to illustrate the issue ```python import pytest import aiohttp s = None #@pytest.fixture(scope='module') @pytest.fixture(scope='session') def anyio_backend(): return 'asyncio' async def test_pass(anyio_backend):...

> This works fine: I know it works fine. "Copy-paste" my code and telling me it works fine doesn't help with the issue.

The code snippet number 3 in my post.