Kevin Turner

Results 201 comments of Kevin Turner

Gaaah. By which I mean, you have a point about the spec. I think the _right_ answer is "never mix query and post", but that may not really be practical....

Does your XRDS have one Service with multiple Types, or multiple Service elements? If you have multiple Service elements, this may be intentional behavior. Please provide a test case.

Oh, do you need a PR that touches a thousand files? https://github.com/MovingBlocks/Terasology/pull/4622/files

Until the error with jitpack is resolved, could this be a workaround? Borrow this line from imgui's build.gradle: https://github.com/kotlin-graphics/imgui/blob/b339be6257504479c93b9bcca52bf18af98b71f2/build.gradle.kts#L28 adding it to your own `dependencies`. Replace that `${findProperty(…)}` with a...

Well, that's something different. I don't know much about how jitpack's snapshot builds work, but I don't see `b340be6257` on the list at https://jitpack.io/#kotlin-graphics/imgui/ I guess I'd fiddle around with...

Does Java 14 **require** we jlink, or may we start by bumping up some versions and distributing the java 14 JRE? (I think I did read somewhere that Oracle wasn't...

There is one thing in #562 that might be relevant: It pulls in a [component metadata plugin](https://remal.gitlab.io/gradle-plugins/plugins/name.remal.component-metadata/). I don't know if that helps with _module_ conflicts at all, but it...

Haven't determined if this is something that can be fixed with a configuration option or permission tweak somewhere, or if the spf4j-slf4j-test setup is relying on some deprecated aspect of...

But the problem you want to solve isn't that the screensaver turns on or the display turns off, right? You want to make sure the download isn't interrupted. Shouldn't still...

Okay, in that case the xscreensaver API probably isn't what you want for Linux, as I expect that to only influence the display. How sleep-on-idle is handled in Linux is...