Grzesiek W
Grzesiek W
i would expect that `zeroFill` param on `formatted` method fills hours segment also: ```php $duration = new \Khill\Duration\Duration(4265); dump($duration->formatted(null, true)); // returns: 1:11:05 instead of 01:11:05 ```
i'm using PHP8 ```php use Khill\Duration\Duration; $duration = new Duration('7:31'); dump($duration->humanize()); // returns '7m 31s' dump($duration->toSeconds()); // returns 0.0 instead of 451.0 ```
hi, great project :) do you know about similar node-js projects? i mean pluggable multiroom multiuser chat server?
### Please describe your bug No .srt subtitle file displayed after playing media over DLNA on Samsung TV ### Jellyfin Version Other ### if other: 10.8.6 ### Environment ```markdown -...
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | comma-separated list of...
currently you need to pass monolog logger instance inside config file. this is unfortunate as logger is created for each request even in situations where nothing is logged. also you...
options passed as second param inside $this->MenuRenderer->render() call are not affecting renderer default settings i.e. i am unable to set menu classes and so on
### Description of problem I no longer can enter app container with following command (dokku v0.34.4) ``` dokku enter appname ``` It was possible in previous versions of dokku (like...
ideally you would specify FQCN for all models in config
**✏️ Describe the bug** I am using version 4.10.1 and also i have `validation_strategy` set to `always`. **↪️ To Reproduce** ```php class Event extends \Spatie\LaravelData\Data { public function __construct( public...