Khải

Results 86 comments of Khải

Actually, isn't it better to just create an AUR (called `pnpm-standalone` or `pnpm-bundled` or whatever) that downloads and installs pnpm executables? I also have a [github action](https://github.com/KSXGitHub/github-actions-deploy-aur) that publishes `PKGBUILD`...

@XUWeijiang I have switched to rust-analyzer for a while now. It has this problem by default but it can be turned off.

It seems that Clapper 0.5.1 no longer has this issue. **My system:** * Arch Linux * gnome-shell 42.2 * gtk4 4.6.4 * mesa 22.1.0 * AMD Radeon RX 6600 *...

> There's no GUI for this yet, but you can use the `--secondary-sid` option to display a second subtitle. It's a bit inconvenient having to edit the flags, close Celluloid,...

@boastful-squirrel I do see your point, especially in a UNIX-like system: A UNIX program only does one thing and does it well. But not all systems are UNIX-like (Windows, obviously),...

@svenstaro Then according to the UNIX philosophy™, miniserve should not have to handle any of this (including reading configuration file, authentication, themes), rather, there should be other helper programs that...

@svenstaro Well, we can keep some existing feature out of convenient while also allow other programs (or modules) to extend miniserve's feature. What is great about UNIX philosophy is that...

Actually, now that I think about it, this feature isn't necessary, one can easily create a program that translates whatever configuration format they want into CLI arguments.

> Can we auto-generate the config options from the StructOpt stuff we have in place? Would be neat and probably someone has already done that. You means using `serde` (toml-rs...

@zkochan The diff is massive but I bet the actual change is minimal. OP just use a different code formatter from the one I use. Also, I am very reluctant...