Brett Smith

Results 10 issues of Brett Smith

Any image produced by bootstrap-vz that includes MySQL, while the package itself is actually installed, it does not correctly configure the default database. The initial symptoms of this were that...

Not a bug as such, more a question ... There seems to be quite a few more dependencies that get pulled in with the new version of SystemTray, including Kotlin,...

Builds on https://github.com/openrazer/openrazer/pull/1391, adding daemon support and more driver features for Razer Chroma ARGB Controller.

Device Support
In Progress

This is not a bug, just a request for comments on possible API improvements to adding and removing signal handlers. For example, say I have a GUI app. In this...

We have a problem when trying to use a [custom transport provider](https://github.com/sshtools/dbus-java-transport-ssh) inside an application that makes use of [ModuleLayer](https://docs.oracle.com/javase%2F9%2Fdocs%2Fapi%2F%2F/java/lang/ModuleLayer.html). The exception is .. ``` No transport provider found for...

I have a situation where I am sharing some code across a few modules, and my `DBusInterface` interface and implementation extend a generic interface that is used outside of the...

If you use switch between an indeterminate progress and a real progress more than once, the animation only works on the first indeterminate setting. Subsequent calls and the dots either...

This came about due to a need for a fully JPMS compliant library, i.e. the addition of a `module-info.java`. This is supported by Java 9 and later, but to be...

There appears to be something fundamentally wrong with `@DBusBoundProperty`. I can't quite put my finger on it yet, but am getting closer. All seems well if I am importing an...

This issue is to discuss possible support for [Graal Native Image](https://www.graalvm.org/latest/reference-manual/native-image/), and how that might be achieved. Of late, I have been using Graal Native Image more and more, often...