Quintin Schnehage

Results 4 issues of Quintin Schnehage

I found split-diff to solve a problem I was having, since it seemed like the ideal tool. I used as described... opened the file, ran "split diff: toggle"... but all...

This seems to be an issue exclusive to Safari and Safari mobile. It is related to how the Ajax request URL is built: `settings.url.replace('/post?', '/post-json?').concat('&c=?')` Should be: `settings.url.replace('/post?', '/post-json/?').concat('&c=?')` Having...

I've implemented this in a project, but when I wanted to add validation to a form field using NiceSelect2, it turned out that the required attribute from the input isn't...

Hi all, so I've been trying for a few hours to get the autocomplete, autoclose and autosuggestion working, but with no luck. Oddly, linting seems to be working just fine...