施国鹏

Results 35 issues of 施国鹏

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;...

**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%; } ``` ![image](https://user-images.githubusercontent.com/28035971/57063667-950e2e80-6cf6-11e9-9d54-61bad909694d.png) - 运行环境:chromiunm70.0.3538.25 - 重现步骤 官网实例错误 - 期望结果,tabar 高度正确 采用`calc`语法设置高度可以正确 ![image](https://user-images.githubusercontent.com/28035971/57063712-b53ded80-6cf6-11e9-9356-4f492f1d1fad.png)

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] 希望可以增加一个导出导入测试连接的功能,...

enhancement

## 分布式生成钱包 * github地址 [https://github.com/seth-shi/ethereum-wallet-generator-worker](https://github.com/seth-shi/ethereum-wallet-generator-worker) ![image](https://github.com/ruanyf/weekly/assets/28035971/a1b9ef29-1080-4434-b95b-67e1feaf2ebd) ## 快速开始 ### 下载二进制文件(或者自行构建), 现在基本都是`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) | |...