Matt Derrick

Results 13 issues of Matt Derrick

Having implemented the example in the readme It seems as though the example URL given should be blocked as it is in my filter list as: `||static.tumblr.com/dhqhfum/WgAn39721/cfh_header_banner_v2.jpg` yet it always...

I wish to support a subset of Markdown whilst continuing to render the original text as it were. Using `allowedTypes` in conjunction with `unwrapDisallowed` works for most cases e.g `Strong`...

"position: relative" required on the mask container for IE7.

Tree shaking isn't supported because we only export a bundled file with all imports. We need to implement a build file for `jsnext:main`.

enhancement
help wanted

There is a known issue with the `onChange` event on range inputs: https://github.com/facebook/react/issues/3096. This is preventing the volume and seek from working in IE. Consider an alternative solution.

bug

This line https://github.com/mderrick/react-html5video/blob/master/src/components/video/Video.js#L198 briefly becomes true when changing the video source and therefore shows the 'unsupported source' message for a moment even though it is indeed supported.

bug

Using collection.fetch() does not return an XHR object.

Applying the following Policy template: ``` CREATE POLICY "Enable delete for users based on user_id" ON "public"."users" AS PERMISSIVE FOR DELETE TO public USING (auth.uid() = user_id) ``` Fails with...

bug
auth

Are there any Typescript definitions expected in the future? Thanks!

When creating a custom component that extends a styled component using `React.ComponentProps` to define its props, the "as" is omitted as per [this discussion](https://github.com/stitchesjs/stitches/discussions/213#discussioncomment-1301865) but this breaks the prop types...