Zack Pierce

Results 11 issues of Zack Pierce

Uses proptest to generate many arbitrary strings to compare for each of the similarity functions.

Presently qemu-test uses manual tracking of the number of expected tests we want to pass inside the seL4 instance (where the ferros-test based driver is generating output). It would be...

Makes the `tracing-subscriber` dependency optional and mentions it in the `cli` feature-set. This means the `oso` library no longer has a hard `tracing-subscriber` dependency, in accordance with best practices for...

I saw the lone "FIXME" comment and could not resist trying to help. The approach I ended up using is a direct search through the input string rather than a...

The addition of all of the data structures within the apipAccessibility element introduced in QTI 2.1 Final. A related capability that is also included is the ability to control the...

As the title suggests, it would be great to be able to use `eventsource` within the context of a `tokio` 1.x world, so bumping the `reqwest` dependency to a version...

The classes in the Types/NullableTypes directory seem to be non-standard partial implementations of the [Nullable(T)](http://msdn.microsoft.com/en-us/library/b3h38hb0.aspx) struct found in .NET since 2.0. I don't see a compelling reason to use a...

Are there any known active projects that are presently using this library? It would be helpful to list them out in order to help assess the amount of effort that...

Since the core use case of validation is to find out what problems exist within a given structure, it seems like it would make sense for `IValidatable.Validate` to return a...

.NET Statement model representation, validation, and serialization functionality are of use to both xAPI clients and xAPI LRS implementations. Thus, the Model and JSON related classes should not be tied...