Mitchell Skaggs

Results 135 comments of Mitchell Skaggs

I could help set up a Travis CI configuration that runs all of the demo app's unit tests before allowing a pull request. I know running Espresso tests on an...

I am having the same issue. I attached a redacted HAR file that logs the issue: [jsperf.com.har.txt](https://github.com/jsperf/jsperf.com/files/4789727/jsperf.com.har.txt)

https://github.com/square/retrofit/issues/3075#issuecomment-586156499 > Why not: > > https://github.com/Kotlin/kotlinx.reflect.lite https://github.com/square/retrofit/issues/3075#issuecomment-586279157 > Because it doesn't provide the necessary info Are you sure? It looks to me like you *can* read "one `isNullable` boolean"...

I've encountered this as well. `Copy Mixin Target Reference` on a call to `this.remove()` inside `FallingBlockEntity::tick` generates `Lnet/minecraft/entity/Entity;remove()V` instead of the correct `Lnet/minecraft/entity/FallingBlockEntity;remove()V` for my `@Redirect` target. This also results...

@DenWav From https://github.com/SpongePowered/Mixin/issues/551, annotations may still require an explicit `remap=true` in some cases even though it is the default. A good first step for this would be to suppress the...

Is this still an issue? I can't reproduce it on PR #36

I'm having the same issue. It looks like it comes from here https://github.com/facebook/create-react-app/issues/6388 which leads to https://github.com/babel/babel/issues/9681. Basically, Babel doesn't support `emitDecoratorMetadata`: https://babeljs.io/docs/en/babel-plugin-transform-typescript#typescript-compiler-options

Also useful info for the contributor doc: How to build and test it? Just saying `ant jar` and `ant javadoc` isn't enough because that doesn't test anything, and `ant junit`...

> I chose this behaviour as the most intuitive since in general if a thing is being decorated with `remap=false` then it should mean "this thing and all the things...

That does not change the download error. I also experimented with putting different versions in, but that didn't help either.