circle33

Results 24 comments of circle33

@craigomatic To get a key, I need to bind a master card, which is too difficult for me.

> 删除~/.V2rayU了吗 删除了也卸载了,依旧提示“V2rayU Tool将对你的电脑造成伤害,你应该将它移到废纸篓”

终于解决掉弹窗的问题了,清空废纸篓就可以了。。。

> While FrankenPHP will run with non-thread-safe builds of php, I suspect it will act in surprising ways. I assume that is what you mean by "multiple versions of php...

Sorry, forget about the context earlier. I use `source ./profile` to set the php version, the `php-config` corresponds to the same version as the php itself. By the way, this...

@YouneselBarnoussi The test case of [PR](https://github.com/SpartnerNL/Laravel-Excel/pull/4183) looks like just needs an extra piece of logic to handle the `required_without` scenario. Do you have a more detailed test case, such as...

I believe this issue is due to the package(laravel/serializable-closure) not supporting the readonly property.

@juse-less Could you provide some example codes? I can't reproduce it.

@shaffe-fr Hmm. This looks strange. I tried it and it works for me. You can see the results [here](https://github.com/rust17/framework/actions). Could you consider accepting this [PR](https://github.com/shaffe-fr/framework/pull/1)? Try to trigger the GitHub...

I think the issue is due to the `jsonSerialize()` method not being fully compatible with `JsonSerializable::jsonSerialize()`. You can refer to the documentation here: https://www.php.net/manual/en/class.jsonserializable.php. Feel free to give it another...