Thomas Boland

Results 6 issues of Thomas Boland

When I search for a file using _FAC_0075_ as the query, the search parameter gets transformed to ` FAC�75`. This also doesn't return any results... With some debugging I've found...

stale

I understand all people involved with this library are all super busy. I mean, the amount of @JedWatson initiated projects is insane! So very understandable some projects can't be supported...

In the source I found the following code for handling the mousemove event: ``` onMouseMove: function (event) { if (window._blockMouseEvents || !this._mouseDown) return; this.processEvent(event); this.props.onMouseMove && this.props.onMouseMove(event); }, ``` Why...

Should fix #7 Maybe parameters for functions should also be optional, but I'm not sure if they cause any problems.

Whenever I update a file I get this error: ``` Exception: TypeError Kirby\Cms\App::{closure}(): Argument #2 ($input) must be of type array, null given ``` So apparently Kirby doesn't always send...

**Describe the bug** I've made a typo in one of my if else statements which took me an embarrassing amount of time to figure out. Having the error/typo highlighted would...