Results 67 comments of Joshua Skelton

There are parenthesis around the right hand side of the `&&` operator. The line break might be tripping you up? ```java if(Gdx.app.getType() == ApplicationType.Desktop && (directory.type() == Files.FileType.Classpath) || (directory.type()...

Yeah. I see what you mean now. 🤦‍♂️

I'm pretty sure we are guilty of this in many places. 🙃

We should investigate if this is still repros on libGDX 1.9.9

As long as things look fine on PyPi, I'm fine with this. Send a PR! 😄

Currently in the research phase on this issue. Quake 2 File Format Header https://github.com/id-Software/Quake-2/blob/372afde46e7defc9dd2d719a1732b8ace1fa096e/qcommon/qfiles.h Quake 2 Network Protocol Header https://github.com/id-Software/Quake-2/blob/372afde46e7defc9dd2d719a1732b8ace1fa096e/qcommon/qcommon.h

Went ahead and merged current work into master. The protocol (and demo that depends on it) still need to be finished.

Thank you so much! ❤️ If you like, I can put a link to your repo in the main README.md.

I think the Cookbook should have actual use cases that folks can directly use. We also should have one that uses decorators. 😄

Not a dumb question at all! I have been meaning to create a video tutorial for getting into DelvEdit. Until then you can check out my [development stream archive](http://www.youtube.com/playlist?list=PLg4ixZBpj1-qVi_15khdilfHqWU72HrhQ) on...