Gabriel Harris-Rouquette

Results 150 comments of Gabriel Harris-Rouquette

For what it’s worth, I’ve found that it’s the Cassandra driver using good old reflection that newer Java versions no longer support unless you explicitly enable via `—illegal-access=permit` as a...

Starting to write [my own integration tests](https://github.com/gabizou/CameraIQDemo/tree/rewrite/integration-tests/src/test/java/com/example/it) and running into this limitation after trying to find out why they weren't running 👀. I can understand this is all backlogged (I've...

Just getting hit with this personally, having set up a service already once, but the second service with near identical setup and deployment (but jokes on me! I forgot to...

> Any chance that Sponge forks the typesafe repo to fix things like that? I would rather not as maintaining yet another library is something I'm not sure we have...

It's not ended, just most people's time hasn't been as available as previously expected at the end of last year.

> You may try and clone/build my fork of SF which has some other fixes as well. Mind PR'ing some of those fixes? I've not gotten around to ever troubleshooting...

Looking into the issue, I'm having the feeling that there's some offset issues and I'm trying to analyze the differences between vanilla world gen and Recurrent Complex's implementation with world...

> Easy, just run Recurrent Complex and Sponge - it happens every time. There's a difference between non-deterministic reproduction and deterministic reproduction. I can't get it to reproduce in development...

So, something I can see being done is a catch and re-schedule as a task to generate with those parameters for the structure if caught, Emit a warning once (configurable),...

Fixed the first issue, can you re-test/verify some of the other behaviors (if possible, I'll be able to test/verify again around Thursday/Friday).