Ryley Kimmel

Results 11 comments of Ryley Kimmel

View distance should be dynamic, incrementing by 1 tile every tick until you've maxed out your viewport or there are 255 entities in view. Reset on teleport, relog, etc

@johannesmoormann We're running `v1.3.0-libs.0 on the commit 767ef36` of `safe-contracts` w/ latest of `safe-react` and this is still a problem, is the version of the safe not relative to the...

This is wonderful. Hope to see this merged. We have a project where we have loads of abstractions and Kotlin type abuse over KoinComponent, KoinScopeComponent, Koin and Scope for some...

> I guess it might be good to also make `KoinComponent` interface extend `Instnaces` interface, but then there will be a clash between the `get` and `inject` methods on the...

Our team is encountering this issue in a large multi-module project, which is quite frustrating. We've tried the latest versions of ktlint, but to no avail. If I can find...

Hey there, I'd like to take this on but before diving into this, I have a few points I'd like to discuss: 1. I couldn't find any specific guidelines on...

Looks like the `build.gradle` for `koin-test` uses the `implementation` scope instead of `testImplementation` which would include test dependencies in the build

^ Would love to have this feature. Our app maintains multiple deployed subgraphs, being able to hot swap clients at runtime would be a huge benefit