-
-
I start a server
```
Server::builder()
.add_service(SomeServer::new(SomeService())
.serve_with_shutdown(local_network_addr, async {
reload_signal.await;
})
.await
…
-
Use cases:
- Allowing an ADSR to trigger another event when the envelope finishes
- More complex sequencer macro objects with several channels of pitch/gate/etc.
- More generalized polyphonic voice ma…
-
## Bug Report
### Version
master
### Platform
Linux pop-os 6.0.6-76060006-generic x86_64
### Description
Running `tls_rustls` example results in panic on the server side:
server:…
-
Supporting grpc-web clients is possible only through a reverse proxy like Envoy which might reduce the performance. Is it possible to add direct support as [this wrapper for grpc-go](https://github.co…
-
Hi all,
I've created an Visual Studio extension which can generate a RestEase compatible interface + models from a swagger OpenApi specification file (.json, .yml or .yaml)
- For the extension, …
-
Summary : Unable to see traces on NewRelic via service.name but via trace.id
Description
I am using opentelemetry-otlp to send traces to otel-collector and then otel-collector-config has an endpoi…
-
In the #workshop channel of the FamiTracker Discord server on 2017-12-17, sc00pj0hn wrote:
> the good thing about hookpad is that it seems i can hold my notes to a key of the song, while when tryin…
-
I like it, very nice an light.
Is there an example of using slots from a page?
-
Perhaps I missed something, but I don't understand why
`scoreDef@key.accid` is of `data.ACCIDENTAL.GESTURAL`
whereas `keySig@accid` is of `data.ACCIDENTAL.WRITTEN`.