Einar Gangsø
Einar Gangsø
See https://github.com/JamesHeinrich/getID3/issues/151
- Setting format for several criterias (media-type, extension etc) - Override default option values - Api-keys for external sources #4
#### Summary This bug is encountered because of an alias built-in to oh-my-zsh. Using `cp ...` does not work. ### How to reproduce Test directory: ``` . ├── file └──...
## TODO - Stop using deprecated methods
### Describe the new feature I would like to be able to set the start and end time of an entry. ### How does this help you? I sometimes forget...
There is some places where the plugin will leave `__VITE_PRELOAD__` present in the build. See example: #### Without plugin ``` {path:"edit",name:"project-edit",component:()=>oe(()=>Promise.resolve().then(function(){return ss}),void 0) ``` #### With plugin ``` {path:"edit",name:"project-edit",component:()=>oe(()=>Promise.resolve().then(function(){return ss}),(window.__dynamicImportPreload__...
All videos from my camera is saved as .MTS, would be great with support for this format too. #### Resources - [Wikipedia](https://en.wikipedia.org/wiki/.m2ts) - Exiftool have support for this file. [Source](https://sourceforge.net/p/exiftool/code/ci/master/tree/lib/Image/ExifTool/M2TS.pm)
It will not be able to resolve the classname properly and fails when $phpMethodReflection is null. ```php Route::group(['namespace' => 'MyApp\Controllers'], function(): void { Route::get('api/foo', 'SomeController@method'); }); ```
### Bug report If you have two classes which depends on eachother with phpstan-import-type, then the type imported will be unresolveable. ### Code snippet that reproduces the problem https://phpstan.org/r/30361727-a436-4c1a-ac19-19a2f6ebfb21 ###...
### Bug report Follow up on #11708 which didnt solve all the cases in the comments. ### Code snippet that reproduces the problem https://phpstan.org/r/2b9a0f2b-978d-4125-a91d-acb32df3f99e ### Expected output PHPStan should not...