Contextualist

Results 15 comments of Contextualist

项目 [`vernesong/OpenClash`](https://github.com/vernesong/OpenClash/releases) 到目前为止没有任何的 stable releases,仅存在 prerelease。Glare 当前的 latest release 和 semver 的匹配原则是仅匹配 stable release。Prerelease 只能显式指定,如`curl https://glare.now.sh/vernesong/[email protected]/^luci-app-openclash.*\.ipk$` 或许可以考虑加入对 prerelease 的匹配,但我想考虑一下这样对当前匹配逻辑的整体影响和向后兼容性。欢迎谈谈你的想法。另参见 [node-semver · prerelease-tags](https://github.com/npm/node-semver#prerelease-tags)。 Repository [`vernesong/OpenClash`](github.com/vernesong/OpenClash) does not have any stable releases...

@JeanMertz 👍 Wow, such a trek of digging! You're right. Sorry that I didn't include the config capability of gocode for simplicity sake. Also, nice finding on the behavior of...

Currently [mdempsky/gocode](https://github.com/mdempsky/gocode) comes with two modes: 1. Parsing source file without cache 2. Parsing binary (.a files) with cache I tried integrating it in go-langserver and quickly tested each mode....

I don't have time to work on the PR until next Tue. So for anyone interested please help implementing that. After a while I found out that I was not...

I confirmed that release 0.2.74 (which included the fix in #2512) solved this issue for me.

`yt-dlp` alone can embed the chapters, and here's what I found to be a working solution for audio and iOS Apple Podcast: ```toml # ... [feeds] [feeds.feed1] # ... #...

Thanks for looking into that! I install from `main` in another virtual environment and try to run it in other places, now it seems to be a Safari-related bug. Here's...

~~Recently, `fetch()` seems to start respecting custom port in deployment. Maybe they have fixed this in the runtime. Can anybody confirm?~~ Custom port is respected only when fetch's URL shares...

👍 Glad that this is brought up again, the proposed solution looks much cleaner than my previous manual implementation in #4268. This will also benefit the i18n strings on submitting...

Thanks for the feedback! The concern is indeed valid. I will need to think about how tie should be handled, though. I did not implement the "both wrong" "both ok"...