John Beisley
John Beisley
There aren't really plans as such, I tend to mostly maintain the library at its current feature set. So having that as a feature would need to be a contribution.
Hm, that's fiddly. But not the first time that a device doesn't match the standard in this place. There's an existing "hack" here: https://github.com/huin/goupnp/blob/master/cmd/goupnpdcpgen/metadata.go#L57 The UPNP standard states `"ui4"` (aka...
I just had a problem that seems to be the same as this. I then checked which diff program that Unity itself had configured, and it didn't have one. So...
Just revisiting this years later. A workaround in specific cases where this happens could be to fork a copy of the implementation of the existing function, and use that instead...
Thinking more on it, I'm wondering if I've got the idea wrong about how to use skills in twodsix. Perhaps the correct thing to do when adding a specialist skill...
Yes, that seems reasonable. File a PR?
Sorry for the slow reply, I tend to only deal with this repo on weekends. A few questions/comments: * `MultiServiceClient` - is this something that benefits from being in this...
This seems like a good request. We'd need to retain the existing API for any code using it, perhaps: 1. Adding a `DoWithContext` method that otherwise acts like `Do`, but...
I will reply more when I get home, but I think I broadly agree with every point there. Additionally, a mailing list or some other tool is tempting - partly...
That would be excellent, thanks :) Ideally styles should be checked by the `style` checker, but it's not a high priority at the moment. I just picked long-hanging fruit of...