Chuoke

Results 11 issues of Chuoke

version:1.0 有的缩进是2个tab,有的是4个空格,甚至是同一个文件 能否改成一致的 4 个空格

laravel 6 removed all str and array helper functions by default, please upgrade to use Str class

### Bug description no headers if the status is 304. ### Puppeteer version v10 ### Node.js version v14 ### npm version - ### What operating system are you seeing the...

bug
unconfirmed

I don't find remote sources config. Please give some examples? Not the docker run example.

First I really thanks for your doing, this is a great packge. And I hope this packge can be more wonderful. I think there some code is not flexible, such...

https://github.com/top-think/think-orm/blob/97b061b47616301ff29fbd4c35ed9184e1162e4e/src/model/concern/Attribute.php#L318 例如,字符串首位有 0 或 空格,与任何值都是相等的,造成数据无法正常更新, 是否可以改成 绝对等于或 ` strcmp($a, $b) !== 0 ` 这种类似的强类型比较。

老版有个问题,如果有全局查询范围或是添加了额外的条件,则会丢失主键条件 如: ``` $model = Model::find(1); $model->inc('field', 2)->where([ 'other' => 'value' ])->update(); ``` 这个更新的SQL会变成 `update model set field = field + 2 where other = value`,如果有个全局查询范围也会导致这样的情况,这样的行为结果有点反直觉反人类。 我不知道这样改下有没有其它影响,可以当作一个改进提议。

版本: '@types/wechat-miniprogram': ^3.4.1

It seems the author is very busy. I want to use laravel/octane for performance improvement. Is anyone forked and compatible with PHP 8?

> http://something.com/xxx?s=yyy 会找不到路由,报错 > 控制器不存在:app\controller\yyy