Ronmi Ren

Results 5 issues of Ronmi Ren

Given current working directory `/home/user` - `go-chromecast load video/a.mp4` works - `go-chromecast playlist video` reports zero playable files, thus doesn't work - `cd video; go-chromecast playlist .` works - `cd...

Failed to run `gandi dns update`, which shows `An error occured during call: Remote API service is unreachable` when calling domain record api Here's part of the log ```text [DEBUG]...

``` php class MyMixni extends MixinSchemaDeclare { public function myMethod($my_arg) { } } class MyModelSchema extends Schema { public function schema() { $this->mixin('MyMixin'); } } ``` By calling `$my_model->myMethod($data)` will...

- Remove CallbackFilterIterator, which does not affect program logic but cause performance penalty. - Move the codes which process directories. The iterator does not return in order when useing php...

Source files to be converted: - src/A.php - src/B/B.php Command I use: ``` sh php convert.php src /tmp ``` It will produce warning like: `file_put_contents(/tmp/B/B.php): failed to open stream: No...