yzqzss|一座桥在水上's Note
之前送喔免费用 Copilot 的资格,现在又送永久 Pro,太棒了。
喜大普奔,又触发了一个 GitHub 的 BUG。
前几年 Copilot 刚出来那会儿,应该是 2022 年 6 月左右,GitHub 给“流行开源项目”维护者免费送 Copilot (现在的 Copilot Pro) 的使用资格,那时候就送到我手上了。
今天用 codespace 的时候不小心点到了 VSC 里的 ">Chat: Use AI Features with Copilot for Free...-> Use Copilot" 按钮 [图1],导致我现在变成了“薛定谔状态”的 Copilot 用户。(既不是 Copilot 用户,也是 Copilot Free 用户,也是 Copilot Pro 用户。)
表现为:
- 当时点击 VSC 中的按钮后,收到了 Copilot Free 已激活的邮件提醒。
- /settings/billing/summary 中显示 GitHub Copilot 未激活。 [图2]
正常应该是显示为 "You are eligible to use Copilot for Free" 的字样。如果是正在使用一般的 Copilot Free 的用户,应该显示为 "Active subscription: Copilot Free" 字样。
- /settings/copilot 中显示我的 Copilot Pro 已激活。[图3]
- 可在 github.com / VSC 中正常使用 Copilot 功能。
最好玩的来了,我现在
访问 https://github.com/copilot 及其子页面会被 302 到
https://github.com/github-copilot/signup (用于开通 Copilot Free 的页面),然后又被 302 回去。302 无限死循环 [图4]。一个 endpoint 认为我有 copilot 另一个认为我没有,乐。
所以我现在只要一点 github.com 上任何 copilot 的非浮窗功能(浮窗直接走的 API,没有走 https://github.com/copilot 前端),就会 302 死循环。
再过一个小时, 9:10 就是 GitHub 自动审计并续订我后 30 天的 Copilot Pro 权限的时间点(GitHub 每月检查),让我们期待届时会发生精彩的事情吧😂。
前几年 Copilot 刚出来那会儿,应该是 2022 年 6 月左右,GitHub 给“流行开源项目”维护者免费送 Copilot (现在的 Copilot Pro) 的使用资格,那时候就送到我手上了。
今天用 codespace 的时候不小心点到了 VSC 里的 ">Chat: Use AI Features with Copilot for Free...-> Use Copilot" 按钮 [图1],导致我现在变成了“薛定谔状态”的 Copilot 用户。(既不是 Copilot 用户,也是 Copilot Free 用户,也是 Copilot Pro 用户。)
表现为:
- 当时点击 VSC 中的按钮后,收到了 Copilot Free 已激活的邮件提醒。
- /settings/billing/summary 中显示 GitHub Copilot 未激活。 [图2]
正常应该是显示为 "You are eligible to use Copilot for Free" 的字样。如果是正在使用一般的 Copilot Free 的用户,应该显示为 "Active subscription: Copilot Free" 字样。
- /settings/copilot 中显示我的 Copilot Pro 已激活。[图3]
- 可在 github.com / VSC 中正常使用 Copilot 功能。
最好玩的来了,我现在
访问 https://github.com/copilot 及其子页面会被 302 到
https://github.com/github-copilot/signup (用于开通 Copilot Free 的页面),然后又被 302 回去。302 无限死循环 [图4]。一个 endpoint 认为我有 copilot 另一个认为我没有,乐。
所以我现在只要一点 github.com 上任何 copilot 的非浮窗功能(浮窗直接走的 API,没有走 https://github.com/copilot 前端),就会 302 死循环。
再过一个小时, 9:10 就是 GitHub 自动审计并续订我后 30 天的 Copilot Pro 权限的时间点(GitHub 每月检查),让我们期待届时会发生精彩的事情吧😂。
❤6
yzqzss|一座桥在水上's Note
喜大普奔,又触发了一个 GitHub 的 BUG。 前几年 Copilot 刚出来那会儿,应该是 2022 年 6 月左右,GitHub 给“流行开源项目”维护者免费送 Copilot (现在的 Copilot Pro) 的使用资格,那时候就送到我手上了。 今天用 codespace 的时候不小心点到了 VSC 里的 ">Chat: Use AI Features with Copilot for Free...-> Use Copilot" 按钮 [图1],导致我现在变成了“薛定谔状态”的 Copilot…
乐了,9:10 自动续订后变正常了。Copilot policies 也能正常显示了。
那这个 bug 就不用提了吧,虽然貌似能稳定复现,但是感觉提了应该没有奖励(
那这个 bug 就不用提了吧,虽然貌似能稳定复现,但是感觉提了应该没有奖励(
🤣9
https://github.com/yzqzss/requests_fixer
requests 补丁,但是 monkey patch 😁。
相信 requests 会出 3.X 不如相信秦始皇会复活。
requests 补丁,但是 monkey patch 😁。
相信 requests 会出 3.X 不如相信秦始皇会复活。
GitHub
GitHub - yzqzss/requests_fixer: I don't need buggy behavior forward-compatibility.
I don't need buggy behavior forward-compatibility. - yzqzss/requests_fixer
yzqzss|一座桥在水上's Note
这两天整了个 weblate 实例,用来快速本地化 F-Droid 上架的看起来还行的新软件。 https://toolate.othing.xyz/ 除了吃了我 5G 内存之外,其它还好。 这玩意我觉得最牛逼的功能是你可以上传屏幕截图,然后它可以 OCR 识别图里的字符串,然后将截图和匹配的源字符串关联起来(例)。可以省出翻来覆去找字/找上下文的时间。 还弄了3个 bot 来自动发 PR/MR,丝滑😃: https://github.com/toolatebot https://gitlab.com/toolatebot…
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from yzqzss |一座桥在水上
吓死了,大半夜生产环境直接升 FreshRSS,结果新版本和我以前改的插件跑在一起会导致配置文件的 auth_type 覆写变成 null ,然后所有人只要打开网页默认就是 admin 身份……
🤩3👍1