xWTF
xWTF
This fixes what I met too, pbts complaints about `Identifier 'end2' has already been declared.` when there're multiple maps and I have to add `{}` manually every time there's a...
TL;DR for anyone facing the same issue: [rallfo found the exact cause of this](https://github.com/sidorares/node-mysql2/issues/805#issuecomment-447871245), simply use `Connection.unprepare()` when you've done with your instead of `PreparedStatementInfo.close()` solves the problem. I’ve opened...
在 `fetchRuleProviders` 函数返回一个空查询结果就能避免这个问题: ```ts export async function fetchRuleProviders(ctx: QueryCtx) { return { byName: {}, names: [] }; } ```
Thanks, it has been working flawlessly on my NAS for months. Just checked again to make sure my fork is up to date, no merge conflicts here :)
> This seems problematic if new post contents are added later. I agree that this problem exists if new contents got added, however in my use case the creators won't...
I've implemented & tested the flag mentioned above in https://github.com/bitbybyte/fantiadl/commit/25f1f08b34324f495e5bee30b922cd70972fe43b, please take a look :)
I've made the flag opposite. Also fixed a tiny bug introduced in the previous check change. I'd like to revert the change you made to url cache eligibility check, how...
I assume caching S3 URLs (with the previous implementation) are safe for now -- it has been working for like a year and I haven't noticed any issue with 20...
Hmm, fantia's CDN is using UUID for file key so I assumed that each upload creates a new UUID, including an "edit" action (not sure if there's really is this...
The login request to `https://www.pixiv.net/en/` is failing: ``` Trying to log in with saved cookie send: b'CONNECT www.pixiv.net:443 HTTP/1.0\r\n' send: b'\r\n' send: b'GET /en HTTP/1.1\r\nAccept-Encoding: identity\r\nCookie: PHPSESSID=[REDACTED]\r\nUser-Agent: Mozilla/5.0 (Windows NT...