Arek Juszczyk

Results 6 comments of Arek Juszczyk

Thanks @timhj I applied your fix but still getting nulls. Here is the code: config/language.php ```

In addition this is what I'm getting back with Kohana::$config->load('language') ``` object(Config_Group)[6] protected '_parent_instance' => object(Config)[3] protected '_sources' => array (size=1) 0 => object(Config_File)[5] ... protected '_groups' => array (size=1)...

@timhj thanks, I have only applied the fix you mentioned (https://github.com/koseven/koseven/pull/467/files) - 1 line of code change. I'm not sure what the other fix is, I'm afraid. I'm getting the...

Hi @timhj The only way to fix the issue for me was to change line 95 in that file (Arr.php): `if ( ! is_array($array))` to `if ( ! Arr::is_array($array))` And...

> I'm afraid I don't have pesrission to link this PR to the issue.

Hello, I had the same issue and a fix is to update `virtualenv/your_app/3.8/lib/python3.8/site-packages/bbrest.py` [bbrest.py](https://github.com/mdeakyne/BbRest/blob/master/bbrest.py) after line 530 make sure you have: ``` type_str = "" desc_str = "" enum_str =...