Solomon Ritzow

Results 3 issues of Solomon Ritzow

Not super important. Are attribute methods with dashes not generated? https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attr-accept-charset

`Service.fromName("_services._dns-sd._udp")` (request all services) throws the following exception: ``` Exception in thread "main" java.lang.IllegalArgumentException: A Service's name can't be null or empty at [email protected]/net.straylightlabs.hola.sd.Service.(Service.java:52) at [email protected]/net.straylightlabs.hola.sd.Service.fromName(Service.java:44) at XXXX/XXXX.main(XXXX.java:34) ```

## Environment Details * Helidon Version: Helidon Nima 4.0.0-ALPHA6 (see Maven config below) * Helidon SE or Helidon MP: SE * JDK version: Java 20 * OS: Windows 10 ----------...

triage