rtritto
rtritto
> @rtritto as the issue you linked ([mongo-express/mongo-express#940](https://github.com/mongo-express/mongo-express/pull/940)) was merged into the main codebase And that patch has a very positive impact for monitoring purposes > > Do you think...
FYI @BlackthornYugen @tianon @shakaran
FYI @gurgunday
As standard, all plugins use peer dependencies because a specific version can be selected.
Is this PR complete to be merged?
In my test, I have the videoReference (`HTMLVideoElement`). Having an initial source, to change the source, I use: ```ts videoReference.src = 'new-src.mp4' // prefer src method over videoReference.setAttribute('src', 'new-src.mp4'); both...
> Have you tested with audio **and** video HTML5? Yes, the change works also with audio: the source is updated but the player doesn't reload time (current time and time...
The reset logic of the player should be added as event every time the source is changed by `src` attribute or by `setSource` method. Do you agree?
Can this be merged?
This should support and apply multiple cases by extension: ```yml 'unicorn/filename-case': [ 'error', { cases: { kebabCase: { extension: '.js' }, pascalCase: { extension: '.jsx' } } } ] ```