Flynsarmy
Flynsarmy
I also submitted 2 PRs before noticing this repo may be abandoned so I've forked and implemented a bunch of improvements here https://github.com/Flynsarmy/image-optimizer So far: * PHPStan level 6 compliance...
They all have the pagination form but the reason I didn't add the *Remove* action for Generated Static Site, Post-processed Static Site and Deploy Cache pages because it won't currently...
Hmm. If we split this up into `DetectCategoryURLs`, `DetectTagURLs` and `DetectCustomTaxonomyURLs` we get a lot of duplicate code and violate [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself). In fact the code for all 3 classes (and...
Mouseover tooltips are significantly better than wizardry stuff. The latter is very jarring and in-your-face and in my experience most users will simply turn them off instantly or wildly click...
@ben182 The problem described in your comment is fixed through https://github.com/Flynsarmy/laravel-csv-seeder/commit/e1774b1b38faa4f380bf5e450d8ecb7db834ec2e Your comment should have been its own issue as it's different to OPs though.
I don't really like the idea of throwing an Exception on DB error as this may result in the CSV being partially imported which will complicate matters further when a...
I've never liked the WP templates stuff. A much better solution is layouts/pages/partials for building flexable websites. An example can be found here. Essentially you make a HTML skeleton as...
This issue can be reopened. Just experienced in 4.0 Beta 15 (after compiling from source with the AnimationTree fix). I also had renamed a node in a StateMachine before attempting...
You misread my comment. I compiled the crash fix to get AnomationTree working. My comment stated I'm getting the node connection issue mentioned in Ops post (and by all other...
A simple fix for this could also be not allowing the script editor window to take focus whiel the F1 window is open.