Ben Thomson

Results 235 comments of Ben Thomson

I assume the new Markdown parser is probably applying some escaping on the URLs for links, whereas the old Parsedown library didn't. I do feel that those variables should be...

@mjauvin I'd argue it's only been edge cases so far. Given how prevalent it's used in the Blog and Docs plugins, it's been surprisingly smooth if I'm being honest, especially...

True - which means either you have very bad luck, or people are silent on the matter. But either way, I still feel it was a net positive. :stuck_out_tongue:

I'm gonna say I think it is complete... Definitely haven't tested it quite some time though.

I will test it first, and then I'll put up a docs PR, in case anything needs to change.

Same as before. Still needs docs and testing. Haven't had a need for it yet - I think I did this for my old job.

Oooo, I like this. Any chance you could hook this up to a list in the Backend, or perhaps the [Test plugin](https://github.com/wintercms/wn-test-plugin) so we can see it in action? Some...

@Fl0Cri I'm hesitant to get into the debate around event prioritization (I think it's an absolute minefield, and I'm glad Laravel got rid of it). However, I feel like the...

@LukeTowers we already use Mix to compile the icons normally. This is just a workaround for people who can't use Mix/Vite to still be able to compile assets the old...

The problem would be that when a filter is empty, it would instead apply the default value. There's no way for a filter to send a POST value to indicate...