Philzen
Philzen
> Possibly we should deprecate this method and rethink the API here. @elharo Agreed. For the time being, any objection merging this PR to bring the JavaDoc inline with the...
@elharo @garydgregory i totally see the points you've raised and agree it may be worth tackling the current behaviour in a bugfix. However, until that happens, i believe it will...
There is a workaround when programmatically entering fullscreen – by wrapping the element that the transform needs to be applied to and making that wrapper go into fullscreen: https://stackoverflow.com/a/67858042/1246547 However,...
This also relates to #548 as the transform for the local user-facing video track gets lost when entering PIP-mode in Chrome (in Firefox the transform is kept).
@aidenybai is there anything missing from my side to merge this?
This issue can be closed, can't it?
BTW – why are there separate properties `${jackson.version}` and `${jackson-databind-version}`? IMHO this is superfluous as all Jackson packages usually are tethered on version bumps.
When i check out your repo and run `yarn rw test`, there are no warnings/errors whatsoever: ```shell Determining test suites to run... Running Prisma CLI... $ yarn prisma db push...
@razzeee The lockfile is still yarn v1. Can you kindly ensure this project is generated with yarn 4? > What's your output of `yarn -v` respectively `yarn rw info`? Also,...
Thanks, now the good news is: i was able to reproduce it – the bad news is: i'm also not sure what's the root cause here. May be the [reduced...