Junwei Zhao

Results 13 issues of Junwei Zhao

作者您好,按照现在流行和通用的Restful的定义, POST应该是通常用于创建新的资源, 而PUT才是用于更新资源。 参见: https://en.wikipedia.org/wiki/Representational_state_transfer 在另外一个pull request 中也提到类似的解释: https://github.com/astaxie/build-web-application-with-golang/pull/500 这个和3.1章是相互矛盾的。望更新。😊

## 中文服务 开通这个,并不意味着,以后我就不回答issues 里面都问题,解决bug了,原来我做的我依然会做。这只是一种尝试,看看是否有人需要付费咨询服务,一方面可以帮助大家解决自己的实际问题,另外一方面我也想看看能否从这个行为中挣到几杯咖啡,鼓励我继续不断更新。 不变地,我依然建议大家首先仔细阅读`readme`,其次在`issues`里面进行关键字搜索,看看有没有类似都问题之前出现过。这两种方式应该可以帮助大部分人解决问题。如果你依然存在疑问,或者还是不知道怎么运行,亦或是你希望我可以在线协助。 好的,没问题。 我现在提供`50元/10分钟`付费咨询服务,当你通过下面微信支付链接付费后,请留下你的邮箱或者微信号,我将联系你,并通过`zoom`在线会议或者微信聊天的方式帮助你解决问题。 ## For English spoken users Pricing: `$10USD/10 min` Please leave your message and email below, I will contact you soon. [![Page Views Count](https://badges.toozhao.com/badges/01EWKCRMMWX5AWCS962YH26EXR/blue.svg)](https://badges.toozhao.com/stats/01EWKCRMMWX5AWCS962YH26EXR...

## 中文服务 开通这个,并不意味着,以后我就不回答issues 里面都问题,解决bug了,原来我做的我依然会做。这只是一种尝试,看看是否有人需要付费咨询服务,一方面可以帮助大家解决自己的实际问题,另外一方面我也想看看能否从这个行为中挣到几杯咖啡,鼓励我继续不断更新。 不变地,我依然建议大家首先仔细阅读`readme`,其次在`issues`里面进行关键字搜索,看看有没有类似都问题之前出现过。这两种方式应该可以帮助大部分人解决问题。如果你依然存在疑问,或者还是不知道怎么运行,亦或是你希望我可以在线协助。 好的,没问题。 我现在提供`50元/10分钟`付费咨询服务,当你通过下面微信支付链接付费后,请留下你的邮箱或者微信号,我将联系你,并通过`zoom`在线会议或者微信聊天的方式帮助你解决问题。 ## For English spoken users Pricing: `$10USD/10 min` Please leave your message and email below, I will contact you soon. [![Page Views Count](https://badges.toozhao.com/badges/01EZ3BHXHA188P8Q4GZ60HF7F0/blue.svg)](https://badges.toozhao.com/stats/01EZ3BHXHA188P8Q4GZ60HF7F0...

So there was an issue about `case-sensitive` of the famous library [logrus](https://github.com/sirupsen/logrus), And it ended up with some updates from it: >**Seeing weird case-sensitive problems?** It's in the past been...

When we'd like to fire exception when execute `INSERT` commands, we should call `.WithExecException()` rather than `.WithQueryException()`

First of all, thanks for sharing this great project, it's pretty cool. Currently they are hardcoded: * https://github.com/nashsu/FreeAskInternet/blob/main/free_ask_internet.py#L38 * https://github.com/nashsu/FreeAskInternet/blob/main/free_ask_internet.py#L142C31-L142C40 It would be good to make them configurable, so users...

This PR introduces the following changes: * Extract searxng and freechatgpt hosts as environment variables * Allow user to disable Aliyun when building the docker image * Add section in...

enhancement

Baidu only supports the length of the text is less than 1024 for each request, so we may need split the long texts into several parts.

feature