Adam Hellberg
Adam Hellberg
I doubt it, based on a [previous issue](https://github.com/jakubgarfield/Bonobo-Git-Server/issues/726) the author(s) of BonoboGit seem to think that because it's a Git server and not a "doc server" this is not a...
Yeah when you just want to convert the entire match to a case it is easy enough. The tricky part is with more complex replacement strings, like: ``` input: "bob...
Following the structure of other projects in the `chroma-sdk` organization, these should be made as separate projects, similar to [chroma-native-sample-application](https://github.com/chroma-sdk/chroma-native-sample-application).
Chroma SDK is installed when you install Synapse so it's assumed that is installed but worth mentioning I suppose. The .NET Standard version is still in the works but has...
Very good points. The second one doesn't require CI, as both NuGet and GitHub have links that direct you to the latest release. The news section should also update at...
Providing synchronous APIs (again) is something I've been wanting to add as well. Currently the question is how to implement it nicely due to `HttpClient` (used for the REST API)...
@pcfulife There's a new branch ([`feature/sync-apis`](https://github.com/chroma-sdk/Colore/tree/feature/sync-apis)) with sync versions of the APIs added. You could try it out and see if it solves some of the issues (note that sync...
Good to hear! The synchronous API should work on all platforms. It's only the synchronous HTTP that would be an issue to get working since there is no good support...
> Granted, in the rare case someone may have two of the same devices / device types connected. This is the big issue with having a `Layout` property. The `Keyboard`...
For setting a GUID, we already have the method `SetGuid` for that (`IDevice`). Maybe it's worth adding an overload to `SetEffect` that takes a Guid to mimic the SDK endpoints....