Scott Plunkett
Scott Plunkett
Any luck on starting a PR for this, @refs? Currently investigating OpenTelemetry with go-micro now.
@cainlevy, Any requirements you'd like to see for this? I may start some work on the GUI as I get time. Are you against any frontend frameworks? I personally am...
I'll hit these one-by-one. These are opinion. > Assume publicly accessible admin endpoints Nope. I think it should be accessible from whatever computer running the UI, but not necessarily assume...
I do see the need for additional APIs, especially the ability to list users. Without knowing the features we want to implement, I can't tell you every API endpoint. However,...
I don't really see a benefit in moving OAuth identities to the database or making them accessible via CUD mutations, however, I see some value in maybe helping them generate...
Are you wanting the loop count/length to be dynamic? If not, I think the easiest solution right now would be to simply edit the audio file with something like Audacity...
No, it has not. Spatial audio is very much a thing I'm looking to implement, but it won't be in `interact-sound`, it'll be in the replacement package for `interact-sound` which...
I'm seeing similar behavior while adding/removing roles. The audit log exists, but sometimes the changes do not actually seem to happen like the audit log suggests. I'm primarily seeing this...
Also interested in any updates on this
I've generated the JSON Schema and added tests. Apologies on the lack of tests at first, I didn't see those tests in the `handler` package.