Barry Rowe
Barry Rowe
JCenter is shutting down, and by March 2022 we will no longer be able to pull this library via a gradle depencency. @ethanhua is there any chance we could have...
@davideas Would you be willing to re-publish this to mavenCentral or another repository other than bintray? https://blog.gradle.org/jcenter-shutdown
Whenever a card is swiped, this also captures the position of the swiped card and emits it to the event. This allows us to trust the position at the event...
While getting started with this library, I was initially confused as to what the setup looks like. Looking through issues like #290 and #188 others run into this confusion as...
Version: 6.0.0 When passing an argument that begins with a tilde, the argument is not populated to the attributed variable. This would be a common case in non-windows environments to...
**Please provide information about the SDK** Name: Heap Analytics Uses: Events and User Interation reporting Owner: [heapanalytics.io](https://heap.io/) Links to the SDK: - Android https://developers.heap.io/docs/android - iOS https://developers.heap.io/docs/ios **Please tell us...
I've been working with Ashley 1.7.0 for a while and it's been running smooth. I just upgraded to 1.7.2 and now I am getting a NullPointer in the code below....
Use Case: - Use engine.getEntitiesFor(Family...) on input event to remove all entities in the family Code that fails: ``` Java ImmutableArray currentGunEntities = getEngine().getEntitiesFor(Family.one(GunComponent.class, WeaponDecorationComponent.class).get()); for(Entity e:currentGunEntities){ getEngine.removeEntity(e); } ```...
This provides an example set of tests produced when tracking down the root cause of this issue. The test that highlights the issue is PooledEngineTests.removeDuringEntityRemovedHandledOk. Line 518 will need to...
When running the `reportJacoco` task directly, it doesn't seem to pick up the configuration for the report file if it has been modified. Config: ``` consoleReporter { jacoco { autoconfigureCoverageConfig...