Michael J. Evans

Results 37 comments of Michael J. Evans

What I would really prefer is the ability to specify credentials from files. This way using a secure folder ( E.G. $XDG_RUNTIME_DIR as specified in http://www.freedesktop.org/software/systemd/man/pam_systemd.html ) it is possible...

It would be nice if the structure of throwable exceptions were more like the base Python exceptions, where different types of errors convey a sense of how to respond to...

One possible short term solution is to use Github to host the compiled releases. https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository

I agree with Hakusaro's order of preference, but feel that an important 5th item exists that is merely implied instead of made an explicit part of the specification. 5. (well,...

Thank you. I wanted to also test out some extra guards for null in my local code, but spent a couple hours trying to figure out how to get source...

While re-testing I noticed something that was much easier to spot then on the same day I was trying to set everything up (due to the involved timestamps suddenly being...

diff --git a/src/main/java/tectonicus/Chunk.java b/src/main/java/tectonicus/Chunk.java index f439394..b4a5493 100644 --- a/src/main/java/tectonicus/Chunk.java +++ b/src/main/java/tectonicus/Chunk.java @@ -134,7 +134,9 @@ public class Chunk //TODO: This is quite slow. Need to profile and figure out if...

I was able to test this again today with the debug build. Of note, I had both of my patches commented out, but sitll in the Chunk.jar file... models =...

Re-tested with this and only the first of my two null-checks was necessary. } else { //TODO: This is quite slow. Need to profile and figure out if it can...

I ran this in the background today while working from home (silver lining to the covid pandemic ;.;), occasionally looking over at both memory usage and progression during the render....