hesch

Results 8 comments of hesch

This issue is related to #333. Using tags and describing the changes since last version would be really helpful. Especially for people who subscribe to the releases of this repo...

The working example is really quite simple. In your AppModule (or wherever the route is, that requires a login) you need to add a `canLoad`-Guard, that initializes your Keycloak-Instance. In...

Some questions regarding incremental checkpoints - Do we need any special metadata here to support them? - Do we want to separate the actual checkpoint data and the added metadata...

@rst0git I also think that approach would be good. If I understand [this wiki page](https://criu.org/Incremental_dumps) correctly, there is also the possibility to have incremental checkpoints with the full `dump` command...

I would prefer the build failing or an error message to be printed instead of it being a noop. If it is a noop something somewhere down the line will...

@giuseppe I was also pretty confused at first how this is even supposed to work. There exists no implementation in pure go. It needs the C-Code to call `unshare(CLONE_NEWUSER)`. What...

What would you say is the best solution here? We could 1. Fail the build if cgo is not enabled as suggested initially This has the advantage of potentially fixing...

@psxpaul Did you have a chance to review this PR? I would love to have this bug fixed in my Gradle build.