Brett Smith

Results 18 comments of Brett Smith

Thanks for the explanation. This particular application is the first time I've tried to make a fully modular Java application, so I have (had to) been very careful with dependencies....

> That's a lot all at once, Apologies, will try to be keep it a bit more concise. > Just remembered, `Updates.ENABLE` is the kotlin notation, for java it's `Updates.INSTANCE.ENABLE`...

> I'm working on `module-info` right now for the `Executor`. By the way, all the jars (for the past year or so) already have an `Automatic-Module-Name` - I'm not sure...

Sounds good! Looking forward to the update.

Having a `Closeable` of some sort sounds good to me too. I'll get a PR together.

I thought I had fixed this, but it looks the same as https://github.com/bithatch/snake/issues/11 Ill double check this tonight.

Quick answer, no not currently. Long answer ... This is the next major focus for Snake. The next update will contain support for 3 ways of dealing with keys. There...

I haven't yet gotten around to written any documentation on the layout designer, so i'll give you a quick run down of what is supposed to happen here in the...

Thanks for the video, very helpful. Yeh, that's not what I'd expect to see. I have a feeling I may know the issue here though, I suspect it is a...

> This exception (line 45) was generated upon pressing the "Button / Key" radio button. I don't typically run it manually, so there's a possibility I'm not exactly starting it...