Kyle Filz

Results 11 issues of Kyle Filz

OK, this PR is a headache and a trip down the rabbit hole for me. It's technically a broken PR as I know one test fails, but I can't fix...

Types are complete, but needs to be tied into Document stuff later. Hits complexity limits with the data model as is, and the v10 version is still being worked on.

types

This patches the errors out of TinyMCE for the issue tinymce/tinymce#8090 since it might get fixed for TinyMCE 6.2, but not the 6.1 line. This is not an ideal solution,...

I wish to support as much home brew content as possible, so baking in the various power systems feels kinda bad, plus that means baking in the deluxe and paid...

This is needed to solve type issues for a laravel/precognition PR that I'm creating. I blame Typescript for this, as for some reason, TS needs the type exported to be...

This will give us usable types for `useForm` for React and Vue 3 when using Inertia. Related to #31, but not dependant on it. For now, builds will fail for...

**@prettier/plugin-php v0.22.4** [Playground link](https://loilo.github.io/prettier-php-playground/#N4IgDgTgpgLjCWUIHkwIPYDsDOIBcok8mMA6vACYwAW+AHAAwA0IMAhgEblW14AsLAK7YoAFU648AMzYAbES2zEA5rKgBFQehhR8M+VBZhqYAGpIlWfCACsAOj4gWMCG3iyVAYXQBbH2wAFAAkA-BdBQxAOVwBjKABlGABPNWswJABaGNwWaABHQXhoANdlfz05BRBiEQgYErYytgqDAF8WKAp4GHQUNHgsSVA2bBgWkXbqzDBBMbwQAGIAQgACAHphCDWOYjWoTAA3FeMwAB1MAB4AfhPzgBJRthhhFYBeFYYAbhWoAA9ugAUD3Yz2wAEpPiBWkA) **Input:** ```php #! /usr/bin/env php

This is a short one for reproduction. This one throws (`SyntaxError: Parse Error : syntax error, expecting T_END_HEREDOC on line 4`) ```php

Hi, I'm working on a PR for Laravel Actions with the goal of enabling Precognition for Actions, as I'd like to start using Precognition within Actions. While I've made this...