Philzen

Results 103 issues of Philzen

Currently the standard [says:](https://www.w3.org/TR/picture-in-picture/#request-pip): > Styles applied to video (such as opacity, visibility, transform, etc.) MUST NOT apply in the Picture-in-Picture window. Its aspect ratio is based on the video...

I am using `createLocalVideoTrack()` and would like to supply an `aspectRatio` and `ideal` dimension, but not a fixed `width`/`height`, which the current interface unfortunately mandates. As the options given to...

When one enables the controls on a stream via the context menu, it reveals that the local stream is mirrored – which is a feasible setting in itself, coming from...

According to https://redwoodjs.com/docs/tutorial/chapter6/multiple-comments is should get `Cannot query field "comments" on type "Query". Did you mean "contacts"?` in the frontend. The error *is* actually showing up in the terminal where...

bug/confirmed
topic/graphql
tutorial-qa

### Description This may be just a documentation issue, but the documentation on these components states that setting `isRequired` would make the `FormLabel` show a required indicator ### Link to...

stale

You may not know this, but by installing AIOM into Processwire site, any such deployment or project effectively becomes non-free due to the usage of JSMin.php. A description of the...

This PR fixes #48 and updates less.php to version 1.7.0.9, which is required for the fix to work. The changes include PR #49.

When feeding a less file to AIOM that includes an `@import` for another .less file in the same directory, less compilation fails, producing the following ending output in the generated...

This should fix #38 - i am successfully using it in production and development. My development environment runs the site from a subdirectory, so this is a good indicator that...

### Description Just clicked through the Popover examples and noticed https://chakra-ui.com/docs/components/popover#focus-an-element-when-popover-opens seems to be broken. On V1 it still works: https://v1.chakra-ui.com/docs/components/overlay/popover#focus-an-element-when-popover-opens – the focus is trapped on the button referenced...