Brett

Results 10 issues of Brett

I have noticed that when you open a dropdown, such as for a yotube video, link or anything else the dropdown window won't attempt ti fit in the window, it...

Bug

Within the editor interface/toolbar I have noticed it uses the deprecated `` element; this really should be replaced with something such as `...` or similar if needing to utilise inline...

Enhancement

Not sure if it is a bug or it just hasn't been implemented yet but I was trying to use calx with _number_ fields where you can use the up/down...

Thanks for this but I found a few things that could be improved and have provided some feedback below: - The instructions were lacking quite a bit, it was missing...

I like chartist but I'm wondering if it is capable of doing regions with the line charts, something similar to this: ![untitled-2](https://user-images.githubusercontent.com/9627036/27763361-f9f1e302-5eb4-11e7-837b-b114a482d790.png) I don't care about the different shading, I'm...

enhancement
plugins

Just wondering what if you wanted to do translation on a string that has a number in it? For example: `There (is,are) {n} cat(s)` So what it would do is...

Ok since my other questions I have been testing this out and I cannot seem to get it to work in any manner using a `.json` file included as per...

Up until now WPMDB allowed you to make replacements with an empty string, but now it seems this is not-allowed? Can this please be reverted back? It's quite annoying and...

Been looking for a good bbcode to html parser and so far SBBCodeParser has passed all the tests except it doesn't seem to parse bbcode inside [url] tags.... ie; ```...

I have noticed that whilst this works: ``` echo $parser->parse(file_get_contents('data.txt')) ->detect_links() ->get_html(); ``` This however produces an error: ``` echo $parser->parse(file_get_contents('data.txt')) ->detect_links() ->detect_emoticons() ->get_html(); ``` This is the error I...