Matt Arpidone

Results 5 comments of Matt Arpidone

I don't think this has anything to do with Java modules. It looks like the build is trying to shade the asm dependency into the jar, but it's slightly misconfigured....

Fiddle that demonstrates the issue and has some super hacky workarounds: https://jsfiddle.net/c4hwu7qf/1/

That looks like a pretty clean solution, but I tried it in the fiddle and it causes an infinite loop. I think you need to use the `clientHeight` of the...

I had this issue messing around with Trivia Crack just recently. The POST request it issues to assign a card to a slot seems to get completely ignored by the...

Err, sorry, let me clarify. The POST request shows up in the network view in the chrome devtools, but for some reason the request is not being passed to gargl's...