Matthew Hayden
Matthew Hayden
If I specify the 'autoplay' attribute for an element to make it play immediately, (as specified [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio)) I get the following error: ``` Property 'autoplay' does not exist on type...
Binary is intended for string data without a collation. From https://www.sqlite.org/datatype3.html: > 7. Collating Sequences > When SQLite compares two strings, it uses a collating sequence or collating function (two...
I spent 20 minutes working out the latest stable release was for Webpack 4. Oops. Might help others from making the same mistake.
Could instances for these be added where the inner monad also implements them?
I've tried it with the Beagle theme from the original medium-editor plugin and it doesn't look nice at all. I really like the work you've done so far. This would...
This criticism might be out of scope of the project, but it's something I've noticed as a user of this plugin. If I don't have open paragraphs around my embedded...
When importing snabbdom-pragma like so into my project ``` import Snabbdom from 'snabbdom-pragma'; ``` TypeScript throws the following error ``` TS1192: Module '"/snabbdom-pragma/snabbdom-pragma"' has no default export. ``` The only...
I'm also thinking about tackling this too. It's less general than the Vatti algorithm in that it can't handle holes, therefore `SimplePolygon p r -> SimplePolygon p r -> [SimplePolygon...
I'm thinking about tacking this for some work on navigation meshes. I was wondering, should we allow the user to choose an arbitrary triangulation and pass that to the decomposition...
Was it decided to remove hgeometry from stackage? It seems to have been removed around the release of GHC 9.4