Kevin Turner

Results 201 comments of Kevin Turner

And while I'm looking at ColorfulString, I notice `__len__` uses orig_string but `__iter__` uses styled_string. Is that intentional? Should `__iter__` at least switch on `colormode == NO_COLORS`?

It doesn't currently, of course, because it knows it is not attached to a TTY. It's a hard thing to figure out, because you're running in some ipython kernel far...

To support this at the same level as Markdown, with the live preview, I think you'd need https://github.com/asciidoctor/asciidoctor.js It's what the two projects linked in the previous comment use for...

> reflections-0.9.10.jar + reflections-0.9.12-MB.jar - I think the second one might be built via our fork? Correct. And this is the one that worries me. On the one hand, if...

I see, Java 13 added new methods, so when we pass null it's ambiguous whether that's a null ClassLoader or a null something-else. That's easy enough to make forward-compatible. It's...

I tried and failed to run with the current release candidate for JDK 15. ``` OpenJDK 64-Bit Server VM warning: You have loaded library ~/IdeaProjects/Terasology/natives/linux/liblwjgl.so which might have disabled stack...

[JDK 16](https://openjdk.java.net/projects/jdk/16/) is now in Release Candidate phase, with less than four weeks until its scheduled General Availability release date. As far as we know, JDK 17 is still planned...

Java 16 / JDK 16 is out! jpackage, Records, `instanceof` pattern matching. Vector API and foreign memory access API are in incubation stages. At this point I'd be surprised if...

The first [release candidate for Java 17](https://mail.openjdk.java.net/pipermail/jdk-dev/2021-August/005906.html) is out! The schedule targets August 19th for the final release candidate, and September 14th for the release to general availability. Highlights from...