sane

Results 4 issues of sane

[](![image](https://user-images.githubusercontent.com/28290710/48883685-dc48e700-ee5b-11e8-8e77-e8f37951f450.png)) 每次安装都会报这个错误? ` npm start > [email protected] start D:\work\project\test\xyk > concurrently --kill-others "gulp" "node scripts/start.js" [0] assert.js:42 [0] throw new errors.AssertionError({ [0] ^ [0] [0] AssertionError [ERR_ASSERTION]: Task function must...

* 你遇到了什么问题? * Kafka 环境是自建还是云服务? 阿里云 kafka 服务 * 请执行下面的命令获取环境信息。 > `php -v & php --ri swoole & composer info | grep longlang/phpkafka` ``` bash-5.0# php -v & php --ri...

1) 你正在使用的 V2RayU 和 Mac 版本 ? ``` - V2rayu: 4.0.0 - Mac: 2021, M1 ``` 2) 你遇到的问题是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) - 移除再添加同一个机场,更新订阅后发现节点只有50个,无论怎样操作都不行 ![image-4.0](https://github.com/yanue/V2rayU/assets/28290710/bfb98dea-ba1c-4251-8741-e81b7a411a2a) ![image](https://github.com/yanue/V2rayU/assets/28290710/0c844cae-02c9-4668-9a23-af6861647906) > 暂时解决方法: 使用3.8 版本订阅更新,再安装4.0覆盖就行了 ![image](https://github.com/yanue/V2rayU/assets/28290710/4fac3dd5-6a0c-442f-81ce-03cd8c33473c) - 移除一个订阅配置后无法更新新添加的订阅,需要有其他代理服务;...

bug

``` // 显示声明使用proto3, 否则使用默认的proto2 syntax = "proto3"; //package javaDemo; // 服务定义 service General { // call方法,格式为"方法名 请求参数 返回参数" rpc call (GeneralRequest) returns (GeneralReply) {} } // 方法请求,包含用户名 message GeneralRequest {...