Tomáš Procházka

Results 11 comments of Tomáš Procházka

This package already implements storage in redis: https://github.com/Kdyby/Redis

@f3l1x Is there any way how can I help you with this task?

This feature would be great, because sometimes I don't need normalization overhead. Workaround I use is `ResultSet::getPdoStatement()->fetch()`.

Here is the definition of method: https://github.com/nette/http/blob/04224e7fd25c70390419b463f4e2b26042ea5e2a/src/Http/Session.php#L314 In following examples `$sessionHandler` is instance of `\Nette\Http\Session`. **Example using default class for session section:** ```php $section = $sessionHandler->getSection('mySection'); ``` Variable `$section` contains...

Jellyfin 10.8.7 works on QNAP TS-664 (QTS 5.0.1) with hardware accelaration (Intel QuickSync).

Issue #4611 is related to blank lines in class.

Just to reference up-to-date recommendation, PSR-12 was replaced by PER coding style. https://www.php-fig.org/per/coding-style/

@Naktibalda Thank you, tested and works. I've tested PR on project currently using Codeception + PHPUnit 10. Used Codeception with patch, upgraded PHPUnit to 11, did not changed anything in...

@SpacePossum I like your prototype. Have you tried to complete its implementation< Recently I found the need for exactly the same use case as in your example. I check code...