jnbt

Results 20 comments of jnbt

I've once implemented OT for tree structures (Insert, Replace, Delete, Move). This can be further combined with OT for strings for single values inside the structure (e.g. a value of...

@antonwestman thanks for your work. I'm currently in a situation where I cannot work on this project for a couple of weeks. I'm very sorry for this, but my family...

@tbem This is indeed a good idea especially for non-consumable in-app purchases. Feel free to send a PR for this task. /cc @christophweegen

@henrikholm89 A new gem version `0.3.0` was released yesterday by @christophweegen

Let's discuss the feature-set for this test helper: - I expect to fake the results of `CandyCheck::AppStore::Verifier` and `CandyCheck::PlayStore::Verifier`: returning a `Receipt`, a `VerificationFailure` or raising an error. - Should...

I think this would be a step in the right direction. In detail the gem should not make assumptions about the test framework, but could be instrumented as in the...

@iDuuck I agree. Everything looks fine. Just some instructions how to use it, would be really useful.

This is a good point, we should allow also the value `2`

@christophweegen Can you please have a look here. I think we need to whitelist the value `2` on `CandyCheck::PlayStore::Subscription#trail?`.

@SergioSoftwhisper I'm a little bit lost on this topic, because this gems doesn't ship with any database connection at all. Can you provide some source code to showcase the problem?