Chris

Results 20 issues of Chris

Creating a single issue for the various issues where feedback can be improved: - pkg-config is missing - git is missing - git can't establish the authenticity of the host...

feature
ongoing

Directory sources should watch their source directory for changes, and be considered out-of-date afterwards. Other sources might also use additional files or directories as inputs to their build, which should...

feature

A comparison with Conan (https://conan.io/) would be great subject for the readme and/or docs.

If there's a problem with a build, this will save time by erroring out immediately, and making it really clear where the error occurred. Usage might look something like... ```...

feature

for example, if a build requires clang 3.6 to be installed, maybe you could specify that with something like `prerequisites: ["clang:3.6+"]`

feature

I'm using SRT to transmit some very high bitrate streams and finding that getting more than 1 gbps throughput total on a single server with one listener is very challenging...

Type: Question

## What it Does Highly experimental package for schema-first development of GraphQL and JSON:API APIs. The goals here might not even be feasible. Inheritance and nesting of resources in JSON:API...

If the subscription receives a `GQL_DATA` message where `payload.errors` is an array of objects, as it should be according to both the GraphQL and subscriptions-transport-ws specs, the result is this:...

This library currently constructs NTP timestamps like so: ```rust const NTP_SCALE: f64 = std::u32::MAX as f64; impl From for protocol::TimestampFormat { fn from(t: Instant) -> Self { let sec =...