施国鹏
施国鹏
logs ``` copy_proc_mem: Not copying zfunc; raddr is NULL copy_proc_mem: Not copying zfunc; raddr is NULL copy_proc_mem_direct: Failed to copy zfunc; err=I/O error raddr=0x7f4800000001 size=216 copy_proc_mem_direct: Failed to copy zfunc;...
add feature by #2016
**Describe the bug** webhook is no work **To Reproduce** my docker-compose file version: "3" services: ciao: image: brotandgames/ciao container_name: status_ciao ports: - '8090:3000' environment: - SECRET_KEY_BASE=seth - TIME_ZONE=PRC - BASIC_AUTH_USERNAME=xxxx...
- 错误代码: ``` .weui-tab__bd { box-sizing: border-box; height: 100%; } ```  - 运行环境:chromiunm70.0.3538.25 - 重现步骤 官网实例错误 - 期望结果,tabar 高度正确 采用`calc`语法设置高度可以正确 
hi, explain clear enough, I added more examples.
custom tab name ``` $form->hasMany('auths', '认证管理', function (Form\NestedForm $form) { $form->display('id'); $form->text('name', 'name'); $form->setTabName($form->model()->name); }) ```
### Is your feature request related to a problem? Please describe. [Feature] 希望可以增加一个导出导入测试连接的功能, 方便不同机器使用 ### Describe the solution you'd like [Feature] 希望可以增加一个导出导入测试连接的功能, 方便不同机器使用 ### Describe alternatives you've considered [Feature] 希望可以增加一个导出导入测试连接的功能,...
## 分布式生成钱包 * github地址 [https://github.com/seth-shi/ethereum-wallet-generator-worker](https://github.com/seth-shi/ethereum-wallet-generator-worker)  ## 快速开始 ### 下载二进制文件(或者自行构建), 现在基本都是`amd`架构, 如果不能运行,自行把链接中的`amd`换成`arm`(比如安卓中) | 系统 | 命令 | |-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **Linux** | `wget https://github.com/seth-shi/ethereum-wallet-generator-worker/releases/download/v9.9.9/ethereum-wallet-generator-worker-v9.9.9-linux-amd64.tar.gz` | | **Windows** | 点击下载[https://github.com/seth-shi/ethereum-wallet-generator-worker/releases/download/v9.9.9/ethereum-wallet-generator-worker-v9.9.9-windows-amd64.zip](https://github.com/seth-shi/ethereum-wallet-generator-worker/releases/download/v9.9.9/ethereum-wallet-generator-worker-v9.9.9-windows-amd64.zip) | |...