Marat Radchenko
Marat Radchenko
I believe this problem was already extensively studied in the past, so there's no need to reinvent the solution and just pick a good existing one. For example, git's index...
As a workaround, you may try using [cargo-wix](https://github.com/volks73/cargo-wix) instead.
> We have a small test suite in the main source tree Well, no matter how big it is, it would be great if it was run as part of...
> There's a regression in the go get sub-command of the toolchain which we've not had the chance to address yet. Possibly you know in what version in worked in...
Okay, I've managed to use `xgo`, see updated changes. And here's example build run: https://github.com/slonopotamus/nakama/actions/runs/1067485119
> When I execute the docker run snippet in the README, I get an error and nothing starts. None of you specified what exact command they use that fails. There...
> I just realized its probably because I'm running Wayland and not X11. Would that cause it? Why don't you just try switching to X11 and checking whether that helps?
So what do you expect from this issue? That someone buys you a bigger storage?
/session endpoint was removed in GitLab 10.2+ Instead, you need to use OAuth2 authentication. Either write code for that or use [gmessner/gitlab4j][2] library that already has that implemented (gmessner/gitlab4j-api#111) [Here...
We have linkcss forced to `false` because we currently cannot include pygments css as a standalone file.