Vinfall
Vinfall
Hmm, in case I did not make it clear. #1279 only updates action versions and what you suggested is actually in _this_ PR.
似乎不是 `import 'dotenv/config';`的问题,git blame显示这个commit已经是一月份的事了 https://github.com/DIYgod/RSSHub/blame/master/lib/config.ts#L1 ,而 Vercel 部署失败应该就最近一星期。 测试下来 Vercel 上确定能正常使用的是 29276d8。 建议完整 fork 后部署 [RSSHub/legacy](https://github.com/DIYgod/RSSHub/tree/legacy) 分支,或者参考 https://github.com/DIYgod/RSSHub/issues/14622#issuecomment-1983067252 在 Vercel 控制台新建 deployment,这样可以避免 force push。 ~~顺便一提如果和我一样用Instant rollback一直提示失败,可以这么解决~~: - 先 fork 一份,假设在...
修复进度可以看关联 PR:https://github.com/DIYgod/RSSHub/pull/14918 或者 Cloudflare Workers 支持,都差不多:https://github.com/DIYgod/RSSHub/issues/14901 / https://github.com/DIYgod/RSSHub/pull/14917 现在就卡在 `got` 和 NextJS 不兼容这点,需要等待 `got` 依赖被移除。
I think you are right. Judging from history.rs, the `HISTFILE` seems to be hard-coded (I didn't check other codes though): https://github.com/YiNNx/cmd-wrapped/blob/18119a892471a06bf9761ebd06e189f34509c9ef/src/history.rs#L36-L61 If you set a filename other than `.zsh_history`/`.bash_history`, the...
Never mind, did not notice #17 just now, it should be solved with the upcoming `-f HISTFILE` parameter...
The root cause is that Trime cannot handle the *invalid* deletion command when the draft is actually *empty*. Trime would get the same error with a 100% recurrence rate (!)...
And with latest [v3.2.9](https://github.com/osfans/trime/releases/tag/v3.2.9), Trime would directly exit when the user tries to enter an empty Draft Manager (or with draft disabled?). 😕
崩溃原因和我在 https://github.com/osfans/trime/issues/852#issuecomment-1308320632 提到的一样,但 [v3.2.10](https://github.com/osfans/trime/releases/tag/v3.2.10) 已无法复现,draft manager 也没有了,应该已经修好了。 ```java E/CustomActivityOnCrash(22237): Failed when resolving the restart activity class via getLaunchIntentForPackage, stack trace follows! E/CustomActivityOnCrash(22237): java.lang.ClassNotFoundException: com.osfans.trime.PrefLauncherAlias E/CustomActivityOnCrash(22237): at java.lang.Class.classForName(Native Method) ... ```
You can manually edit [Makefile](https://github.com/djyde/cusdis/blob/master/Dockerfile) to temporarily fix this, but tbh I don't know what side-effect it may have. ```dockerfile ... # ↓ comment this line #VOLUME [ "/data" ]...
For the plugin way of handling this, I think it's located at https://github.com/ozntel/obsidian-link-converter/blob/b2973dcecbac79171876b9f55edb242519136a7f/src/converter.ts#L207-L226 For images when people specify width, I think images are usually used in preview like this: ```...