Nikolaus Piccolotto

Results 22 issues of Nikolaus Piccolotto

So GitHub just got [native approvals](https://github.com/blog/2256-a-whole-new-github-universe-announcing-new-tools-forums-and-features), which is great! We should support them once they are available in web hooks (currently they aren't, as usual). **21.12.2016** Reviews are available in...

enhancement

Sometimes it happens that a stored token becomes invalid. Zappr cannot update the check status with an error message (because the token is invalid). As we already store whether or...

enhancement
help wanted

There is so much stuff happening now in Zappr, it really makes sense to have a details page that shows what Zappr counted and why (or why not).

enhancement

Currently e.g. the the `approval` check uses different transactions when accessing the database. If there is an error _somewhere_, e.g. in the auditService call because we cannot write to the...

bug

(I will just leave this here, because I’d really like to have it. But no idea how this feature request relates to Mopidy's architecture, ie how much it relies on...

C-enhancement

Currently it's only single tracks, which means that `TracklistController.add(uris=['soundcloud:directory:explore/10'])` does not work.

C-enhancement

Hi, first of all thanks for your effort on this library, I think it can save lots of time, also for quite complicated forms. When implementing it in our multi-step,...

enhancement

This issue is related to best practices with mobx-react-form, maybe I got it wrong and there's a better way to do it. If so, I'm happy to get educated :)...

enhancement

Situation: I have a couple of file inputs and need to work with the contained data. ~~~jsx function readFile(file) { return new Promise((resolve, reject) => { const fileReader = new...

There should be built-in predicates for * regexes * emails * URLs * ????

help wanted