Adam Hellberg

Results 45 comments of Adam Hellberg

Reworking the `Create` methods to be able to pass `NULL` for the Guid parameter would be quite a bit of work if they also need to be able to return...

GitHub added reactions for just that purpose you know. On Tue, 5 Jul 2016, 10:40 Nico, [email protected] wrote: > As much as I hate seeing people write this: > >...

Moving this to v6.1 milestone. We'll probably put in the `Create*` methods on each device for obtaining effect GUIDs without setting them, at least to begin with.

This will depend on how your application is designed. Assuming version 6.0 of Colore (v5.2 has built-in singleton behaviour), you could have something like this: ```cs internal static class MyColore...

The `IKeyboard` interface provides index-based indexers and key-based indexers for setting colors. Setting a color via a key (for example: `keyboard[Key.A] = Color.Red` will set the "A" key to the...

We're seeing this issue as well on a PR for a release branch into master, using GitVersion 5.6.6. Output from the git log command: https://gist.github.com/Sharparam/5601f49dc834a9e5371898b869c5a75d AppVeyor build log: https://ci.appveyor.com/project/chroma-sdk/colore/builds/38005297 Edit:...

If I run GitVersion on the same commit locally (with a temporary release branch created on that same commit) it works fine, but I'm not sure how similar the local...

@asbjornu That generates a different error about a URI being null. If I clone locally, check out the same commit as the one in the failed AppVeyor build, and fabricate...

@asbjornu Sorry, got occupied with some things. When `APPVEYOR_API_URL` is defined then an attempt is made to make some call to it, which fails since there's no AppVeyor API running...