Joseph Nellis

Results 8 comments of Joseph Nellis

The issue is that the IDE defaults to trying to compile kotlin source files. But it has no guidance because there are no project specific directions (which it shouldn't because...

Your gradle build is leaking into the rest of the project is what I'm saying. ``` import com.google.common.truth.Truth import org.junit.Rule ``` This is only declared as a dependency in your...

I would but that's just my opinion. This folder is the essence of scope creep. It's a gradle build that contains its own wrapper, which is basically a convenience kitchen...

> just so that every game isn't duplicating really silly, simple things I like the idea of **snippets** over actually importable helper or utility files. I admittedly at first tried...

Hi Bill, the common flow is to **fork** this repository to your account. Then you clone your fork to your local development environment (pc, laptop). You make changes and commits...

Yep. Didn't want to do that though, thought there might be some other way. There's at least one fork that has been forked itself and if anyone was using **Issues**...

This plugin doesn't work on Windows machines without using `--no-daemon`. You can read more about the issue here. https://github.com/jnellis/jmh-gradle

I suppose you could disable those workflows. Not sure if new forks would inherit disabled workflows. https://docs.github.com/en/actions/how-tos/manage-workflow-runs/disable-and-enable-workflows My pr would just delete all those github actions. We can try to...