Anton Bessonov

Results 206 comments of Anton Bessonov

Just my 2 cents: If it helps ship more features/bugfixes, I would vote for removement of already deprecated flags in 5.0. Additionally, I vote for faster removement of new deprecated...

I love the ease of configuration of https-portal. My use case is the infrastructure behind wireguard and the "A" entry resolving to 192.168.0.x. But probably I have to do the...

Probably, this isn't the solution you are looking for, but I migrated to Traefik, which supports the [DNS challenge](https://doc.traefik.io/traefik/https/acme/#dnschallenge) and [wildcard certificates](https://doc.traefik.io/traefik/https/acme/#wildcard-domains).

Thanks, @ndeloof ! However, I don't understand and don't agree with the reason behind this decision. I expect that definitions in the compose file are used by default. If there...

`cookie` module is broken because of misleading name. This module is capable to parse `cookie` header only and not `set-cookie` header. For example, you miss `secure` and `httpOnly` fields. For...

Wow, that's a lot of steps! Is there any movement to make it configurable (and working?). If it's a not on the roadmap, then may be set better defaults can...

I am wondering how you have checked the size for `bun`. `bun` uses hardlinks, which can lead to incorrect size measurements. Personally, I think `pnpm` is a great choice, and...

Ok, this should work. Don't forget to look at `~/.bun/install/cache/` and `~/.cache/pnpm/metadata/` :+1:

Today I asked myself some questions about dynamic schema. If I understand correctly: Yes, it has been implemented. But it seems that some parts are missing: [dynamic schema open issues](https://github.com/async-graphql/async-graphql/issues?q=is%3Aopen+dynamic+schema)...

Probably, you are looking for this issue: https://github.com/ffmpegwasm/ffmpeg.wasm/issues/126 . This would give you more control of downloading the file.