Cory Nelson
Cory Nelson
> A nice stretch goal might be something in line with @Konard example - allow benchmark to emit events that are serialized to file and can be processed then by...
This would be super useful. Seam positioning can make or break some prints.
@dartrax I did not. I'll give it a try and do a code review to try to speed this along...
> For example, the Kubernetes/Docker APIs allows you to connect to a port of a running container (which may be running a HTTP server). These APIs generally just return a...
This feature would be useful for records and other immutable types.
> ... I propose to disallow such overloads ... I would prefer to handle this in the `params` expansion rules than in overload restrictions. Have it explicitly expand into a...
I'd very much like this constraint added. It should not enforce that what you pass in is a ref struct, but only that your usage of the type is compatible...
Try creating the project in your usual documents directory. It seems like you're trying to use a privileged directory.
> `getaddrinfo_a` is the equivalent on linux. There does not look to be a macOS equivalent however. Unfortunately `getaddrinfo_a` just queues up a synchronous `getaddrinfo` in a thread pool. We...