SuSuSoo

Results 8 issues of SuSuSoo

开启yasd后, 宝塔环境下 PHP-7.3 访问php页面报错 502 Bad Gateway yasd 配置 ``` [yasd] zend_extension = yasd yasd.debug_mode = remote yasd.remote_host = 192.168.1.111 yasd.remote_port = 9099 ``` PHP错误日志 ``` [31-Jul-2021 01:28:35] WARNING: [pool...

遇到一个奇怪的问题, 数据库字段 money 类型 decimal(36,18) 当使用模型方法 `$model->save($data)` 更新数据, 超过11位后面的小数会丢失 例如将价格设置为:`100.123456789012345678` 将得到: `100.12345678901` ``` $data = [ "money" => "100.123456789012345678", ]; $save = $model->save($data); ``` 设置模型属性 `$type` 为 `string` 无效: 还是会将...

ORM

[BUG] socket.io 和 热更新 不兼容报错, 导致http服务停止 配置好 socket.io 后, 安装 热更新 hyperf/watcher ```bash composer require hyperf/socketio-server ``` ```php // config/autoload/server.php [ 'name' => 'socket-io', 'type' => Server::SERVER_WEBSOCKET, 'host' => '0.0.0.0',...

bug

```shell PS C:\Users\Bagayal> iwr https://raw.githubusercontent.com/voidint/g/master/install.ps1 -useb | iex iex : 所在位置 行:9 字符: 30 + $base_dir = $base_dir -eq "" ? ($env:G_HOME ? $env:G_HOME : "$HOME\.g ... + ~ 表达式或语句中包含意外的标记“?”。...

bug

## 安装时报错: shell : `composer req "topthink/think-api:^1.0"` ``` Your requirements could not be resolved to an installable set of packages. Problem 1 - topthink/think-api[v1.0.0, ..., v1.0.3] require guzzlehttp/guzzle ^7.0 ->...

## ❗️`wasmer run python/python` fails on Windows with Codegen relocation error Attempting to run the built-in Python example results in a Codegen relocation failure, making it impossible to execute even...

### Please confirm these before moving forward. - [x] I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue. - [x] This proposal is a completely...

new-feature
ready-to-go

### Please confirm these before moving forward - [x] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue. - [x] I have tested that this issue...

bug
needs-author-answer
npm