colin boettcher

Results 4 issues of colin boettcher

Currently if you add a new Page to a Database (`$notion->database('id')->get()->newPage()`) you cannot set the icon. If I do `$page->icon = '💬';` and save that page (`$page->save();`) the icon will...

I'm refering to Ticket #499 (https://github.com/ericdrowell/KineticJS/issues/499#issuecomment-43198500) which is closed. TouchMove-Event with a listener like rect.on('mousemove touchmove', mouseMove.bind(this)) does work on Desktop & iOS. Flawlessly. But it seems to be broken...

Currently if you wipe on a Boss with 0,X% Life left the HP Progress-Bar is filled up completly. ![image](https://github.com/WoWAnalyzer/WoWAnalyzer/assets/101386/4398b1a6-61d4-410e-855d-44391946655e) Wouldn't it be better if the percentaged get floored by Math.floor?...

It would be awesome to execute the proxy (with auth user:pass!) by a single command.js file. With that you can easily run the proxy on a headless (v/root)-server/rPi2/3 and build...