Jan Brezina

Results 31 comments of Jan Brezina

I'd suggest using a docker image. You won't need to install anything (but docker) https://hub.docker.com/r/b4tman/not-gwent-online . There is a link where (in the bottom) are the commands you need to...

Rebase seems essential for larger projects.

I'm trying to save the learning progress and being able to load it later. Process you described seems to save only the network structure. Edit: I'm the OP. I didn't...

Thanks, that's much better phrasing :). Yes that's exactly what I want to achieve.

That inteface is correct :). But I can see what you are trying to do. You can use: ``` Kotlin data class Test( val isOn: Boolean ) val Test.isOff: Boolean...

This project seems to be unmaintained. We successfully use it in production with two quirks (generic superclasses and maps with non-string/non-numeric keys). It seems there will be official kotlin support...

Disclaimer: I'm not in any way affiliated with development of this library. I've had the same problem. Solved it with a bit of post processing with enum types (can really...

@qoomon The `Class` based approach would be problematic if you wanted to serialize for example List of something, wouldn't it? Wouldn't this be a better pattern? ```Kotlin fun Table.json(name: String,...

`ClusterManager` is constrained to `ClusterItem` as well. But it seems it's only transitive dependency.

Thanks for taking your time and considering my proposition. > We can change the signatures to throw but I don't agree that this is a preferable interface Totally agree. Runtime...