Max Loeb
Max Loeb
Interesting. That would have to be some table! ``` Really I should have made the default for DataTables POST rather than GET ``` Making POST an option is great (to...
I don't follow. How about a code sample?
> when uppercased tags were used and the text was invalid than the code was not able to re-build the original code. [URL=INVALID]foo[/URL] was generated to [url=invalid]foo[/url]. Can you elaborate...
> There has to be a better way than to keep tagname and the original That was my thought as well, particularly as he's doing some run-time string operations that...
@Dijky, how are you coming on this?
Until support for unary tags is added, why not use the positive qualities of the closed-tag format to your benefit? ``` [includeimg=22 style=left border=1]This is my alt text![/includeimg] ```
> How does that allow the errors to be localized? Well, each error now comes with an "extensions" bucket, and in there you will find an error code, a reference...
> This is not something we want in this library. I explained why in the linked issue: those errors are for app-developers not for end-users. Most of the apps have...
> I like this option the best so far, since it gives a lot of power while staying relatively simple. Works for me, then. I'll do a new PR after...
I had to work late, but I did start trying to research some of this. I discovered that we already have the concept of an `errorFormatter`, which seems promising. Maybe...