jsvde
jsvde
Regarding `4.` I'm currently working on a small wrapper around `@octokit/rest`. Since GitHub provides unlimited private repos for free users as well, why not use GitHub as OAuth provider, create...
@trys totally agree. I just implemented a storage class with multiple adapters (default: file). Got github and dropbox working. Will do a PR when google drive works as well.
Just a little update regarding import/export: I’m currently on vacation till the end of the week so expect a PR next week. Sorry for the delay thought I could get...
Error due to outdated devDependency see #39 Just update the dependency manually in `frontend/gradle.build` and run the again to resolve the issue.
Had the same problem. The frontend runs on port `8080` and proxies anything that does not match `/frontend/` to port `9090` ( the backend). The webpack server does not actually...