moecasts

Results 41 comments of moecasts

@ikeq 是的,由于是异步渲染的缘故,那个插件中 `meting` 功能监听的 `DOMContentLoaded`不会触发。

@ikeq 请问您试了 meting 功能吗?原生功能是可以的,但是我试的 meting 功能貌似不行。

@ ikeq 测试成功了,感谢您的帮助 :) > 如果可以内置该功能的话就更好了,音乐播放器功能还是很常用的。

@hootlex Server Requirements The Laravel framework has a few system requirements. All of these requirements are satisfied by the Laravel Homestead virtual machine, so it's highly recommended that you use...

@hootlex I have try my best to make it work with laravel 5.8. It works in php 7.2 now.

@GreenImp The pr only replace Event::fire to `Event::dispatch`. If you read the `Event::fire` method, you will find that `Event::fire` is a alias of `Event::dispatch`. So, it will work though using...

@GreenImp If you wanna run on Laravel >= 5.4, you only need to replace `Event::fire` to `Event::dispatch`. The other changes are added to pass test. I don't know php unit...

@longXboy 是的。novel-service 是服务名,service.consul 是 consul 内置的 dns 域名后缀。

@longXboy 这个需求主要是为了能配合 apisix 使用 dns 服务发现时指定端口。现在的话默认都是走 9000 端口,代理不了 http 的 8000 端口。 https://apisix.apache.org/zh/docs/apisix/discovery/dns#%E5%9F%BA%E4%BA%8E-dns-%E7%9A%84%E6%9C%8D%E5%8A%A1%E5%8F%91%E7%8E%B0

> @moecasts你能给出重现步骤吗?此外,[proto 选项](https://apisix.apache.org/docs/apisix/plugins/grpc-transcode/#options-for-pb_option)可能对您有用。 `pb_option` 没用,重现的话,随便创建一个带 `uint64` 的请求,即可复现