Perry Rylance

Results 7 issues of Perry Rylance

Found this when working with WordPress and Gutenberg's "Recent Posts" block. This element is only "recommended" according to [this documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/time), however it would be nice to support it rather than...

**Describe the bug** Looks like this package has peer dependency [email protected], I'm using 17.0.2. **To Reproduce** Steps to reproduce the behavior: 1. Create a new project with `npx create-react-app` 2....

I've been using this for a while in a React build without issue, but when I try to use it inside Angular, we're seeing this `Error: Module not found: Error:...

Hello! Thank you very much for the comprehensive guide. I've made a bare bones example [here](https://github.com/PerryRylance/zscript-bare-bones). Perhaps you'd like to link to it or otherwise include it.

Suggested change `if(preg_match('/^GEOMETRY|POINT|POLYGON|LINESTRING|MULTIPOINT|MULTILINESTRING|MULTIPOLYGON|GEOMETRYCOLLECTION$/i', $struct->Type)) $bins[ strtolower( $struct->Field ) ] = '1';` In /class/Common/Sql/Table.php On line 630. I tried to make a PR but couldn't.

If you drop a "CSV" file with a bunch of HTML dumped in it, the XLSX library will go looking for a table element. If no such element is present,...

v5

### What happened? When I install and use `kirkbushell/eloquence`'s `HasCamelCasing`, this library still generates snake case TypeScript interfaces. Because the models are serialized with camel case attributes, my interfaces don't...

bug