Jack Rickard
Jack Rickard
Currently, lots of bits of rspirv are generated from the JSON grammar, this is to allow fast and correct updating and bulk feature addition. However, as rspirv grows more and...
Currently, there are situations where `rspirv` can panic, it should not be possible to cause a panic from inputs to the libraries (any observed panic should be regarded as a...
Currently, SR is built on top of DR, as DR is already written and it provides a useful and productive base to work on. However, SR may be simpler as...
If at any point you or someone else has implemented any form of type inference, automatic type updates, or large scale type checking, then it is worth considering that it...
# Summary I don't think that `poll_ready()` provides enough value for it's extra complexity, and can be removed entirely. # Value of poll_ready As I understand it (from [Inventing the...
This is a quick example of what a token implementation might look like. It was mostly mechanical however the most interesting changes where to BoxService, and all the middlewares that...
Define types external to Rust and introduce syntax to declare them. This additionally introduces the `MetaSized` trait to allow these types to be interacted with in a generic context. This...
The following code deadlocks. The idea is to simulate one task calling `get_with` but then not being polled for an arbitrarily long period of time (or even just forgotten), another...
Did any analysis or action come out of the poisioning survey? I see that the the survey results are in this repo but I can't see or remember anything coming...
This repo currently uses the metrics crate but I suspect the ecosystem will settle on opentelemetry, however a bigger problem is that emitting metrics directly from the load shedder is...