trin4ik

Results 7 comments of trin4ik

Yes, and it will be cool, if subscriber" be in code-generation. like "Listener" all needs -- radio button in listener form, which one, listener or subscriber

same problem with scrollview/flatlist in modal, try to use this code, but my gesture ref always null ``` {ref => ... // ref is always null} ``` what i do...

> same problem with scrollview/flatlist in modal, try to use this code, but my gesture ref always null > > ``` > > {ref => ... // ref is always...

> @solominh @trin4ik is there a way to make it work with `react-navigation/native-stack` ? i dont know, in my case, i cant disabled gesture in native-stack. I was ready to...

### Cache for callable Simple and stupid cache for callable `$data`. ```php $cache_key = md5(implode(':', [ json_encode($logic), (new \ReflectionFunction($data))->__toString(), $a ])); if (isset(static::$callable_cache[$cache_key])) { return static::$callable_cache[$cache_key]; } ``` if no...

У вас сортировка по "старости", вы видите сначала старые посты. перематайте на 16-ю стринцу и всё встанет на свои места. Ну или уберите сортировку и всё будет норм

Убрал все ненужные phpdoc типы, поднял php до 8 версии, проверил все тесты. Видимо, надо пускать 4-ой веткой, чтобы не сломать совместимость, т.к. mixed типы и объявление типов у свойств...