ousado

Results 30 comments of ousado

On further thought, I'd prefer to tag normal anons as Wobble (or whatever) so the convenient notation wouldn't need the syntactic overhead for the ConstAnon case. Since that's probably unfeasible...

As far as Unicode is concerned, it should be a straight mapping to the ICU API for the most part. Haven't done it yet. We need to decide on how...

1. group strings by length 2. identify differences, best case is having a distinct char per string in one and the same position simple case: "ab" "bc" "aef" "xhi" switch...

I experience hanging notes both in Ardour and in Bitwig, both on Linux, pretty sure this is a regression in 1.2.3.

The immediate use case is using datacake-rpc as a general purpose RPC framework, also for communicating with the cluster from outside (replace Axum with it in the sqlite example, for...

Yes, I was glad to see that. Presumably searching the places with #[cfg(feature = "simulation")] should help finding the relevant bits quickly.

I investigated a little, and surprisingly it seems hyper + tls is an largely an unsolved issue. The one crate I've found that - uses hyper with tls - supports...

sorry, not sure why I haven't seen this notification earlier I've looked a bit further, and the tonic client/server implementations already include and depend on some protobuf stuff. Then I...

Apparently there have been some changes to hyper-rustls with respect to the issues that made it impossible to access the remote address as well as certificates when accepting a connection,...

I just had a look at libp2p and wondered whether it might be a good fit for datacake. some interesting pros: - (evolving) support for several transports, among them TCP,...