cdhigh

Results 80 comments of cdhigh

投递时间和投递日志都是按照你在“设置”页面上选择的所在时区。 但是如果是GAE后台的日志,就是UTC时间。 我修改html5_parser可能要耽误一两天,但是你现在重新部署就可以使用扩展生成的脚本了,因为我更新了依赖库weedata。

增加桩后,内置库增加了一百多个,包括了Economist, 我看了其脚本,它在正常的h1标题之前还添加了一个h4,导致文章标题前多了一页,如果你在意,可以自己修改Economist 脚本

我在本地推送是成功的,可以到后台看log是有什么错误。 GAE 好像每个账号只有免费500M储存空间,如果你部署两个KindleEar,可能空间就超了,删除其他的项目即可,不删除也没事,这个费用每个月是固定的,按空间用量每个月收费。 如果其他的用量不超,google不会向你收费的,因为数额太小了,网页上有,但我的实际账单里面就没有扣款。

如果你只用我的脚本,不会,因为只部署一个版本,如果部署多版本的话就会。 反正google每隔一段时间就调降一次免费额度,google 已经不是开发人员的福地了,我现在已经脱离google了,支持google 只是历史因缘而已。 回想以前,我最高峰的时候在gae上部署了接近10个项目,还有商用项目,一分钱没花,都跑的挺好。 现在都移走了。

I'm not clear on the protocol details, which may be difficult to implement this feature. But in many situations, security isn't a concern, speed is more important than security. The...

If it is not possible to add new files during the transmission process due to protocol limitations. Is it feasible to implement two queues: one for ongoing transmission and another...

I found some unicode strings in conversations.json. [conversations.json.zip](https://github.com/nitefood/ai-bash-gpt/files/11852925/conversations.json.zip) Is it because the file was saved using Unicode encoding, and the decoding failed due to the lack of the original encoding...

Enter "como dancar lindo" to reproduce the issue. ![jq](https://github.com/nitefood/ai-bash-gpt/assets/2580077/e3210ad9-13d8-4143-ac19-2a742a706834) Or can you remove all characters less than 0x1f from the user-entered string?

I tried some tricks by searching on google, still no luck. Are we able to determine which one is causing the error among multiple jq statements in the code?