insidewhy

Results 138 comments of insidewhy

I'm thinking this `if` here: https://github.com/bnalls33/MockMockLocations/blob/master/app/src/main/java/com/brandonnalls/mockmocklocations/OverrideSettingsSecure.java#L42 Should also wrap: https://github.com/bnalls33/MockMockLocations/blob/master/app/src/main/java/com/brandonnalls/mockmocklocations/OverrideSettingsSecure.java#L55 No?

@bygrace1986 Yeah that *definitely* won't work with AoT. The AoT compiler needs to be able to statically infer the existence of lifecycle methods in the component, it can't infer these...

Without this proposal there is no way to include lifecycle events as part of rxjs pipelines or to hook into lifecycle events without abusing inheritance. At my consultancy we're using...

@mlc-mlapis Yep, that's precisely the approach I'm using in my angular utility library https://github.com/ohjames/observable-input. Having to define a setter + Observable member for every `@Input()` is a bit too much...

Got b2ContactListener exposed but BeginContact/EndContact events are not fired. Okay got it working using Box2D.customiseVTable, for this to work b2ContactListener still needs a public constructor though, I'll commit the change...

@alankligman My latest patch which was very kindly accepted by @kripken has added in constructors to b2ContactEdge, b2Fixture and b2ContactListener allowing collision events to be intercepted. It's less ideal than...

@kripken Absolutely! I didn't want to be a spammer and paste it here but since you asked: http://ccg.chilon.net You need WebGL and Web Workers for it to work. It betrays...

open a PR, I'll merge it.