winterbe
winterbe
Good advice. I'd go for a similar [API like this](http://chaijs.com/api/bdd/#method_throw). I'll like into this as soon as a find the time, hopefully this weekend.
Thanks. I’m glad this library is useful to you. Have fun! ✌️ Marty Pitt schrieb am Di. 27. Feb. 2018 um 10:18: > Apologies for the noise, but just wanted...
I'm sorry to say that this project is no longer actively maintained by me.
Unfortunately I had to turn of the backend server because Heroku has changed their free plans and I don’t wanna risk to get into payment range. So the screensaver does...
Please follow the steps described here: https://github.com/winterbe/github-matrix#be-your-own-operator You don't need any third-party webserver, it's all built-in. Just build and start the Java process as described after adding your personal Github...
Change url in [this line](https://github.com/winterbe/github-matrix-screensaver/blob/master/Web.saver/Contents/Resources/matrix.js#L37) to `http://localhost:8080/fetch`. If that doesn't work try `http://127.0.0.1:8080/fetch`. If that also doesn't work than I don't know. :) > Attention: It's `http`, not `https`!
I've just tested my real world project with mobx 4 on latest Safari 11.1 and cannot reproduce the issues. You should try to figure out if the problem is really...
You first have to create GitHub API tokens and add to `application.properties`, see: https://github.com/winterbe/github-matrix#be-your-own-operator
There seems to be something wrong with your API token: `401 Unauthorized` You should try to validate that your token works by manually fetching some data from GitHub API via...
The color scheme should be configurable via options. Current colors are optimized for standard white background.