Reid Rankin

Results 40 issues of Reid Rankin

As it says. I hope you can help! I have a lot of metadata that I'd like to sync properly, and OPDS just doesn't cut it... ``` calibre 2.30 [64bit]...

I'd like to use this crate in an embedded environment, so I've gone through and replaced all referenced to `std` with `core` except for `alloc::sync::Arc` which is required for the...

This fixes #34 by ensuring that the types of things on `FetchMockJest` override the ones provided by `FetchMockStatic`.

`sandbox()` has a type from `FetchMockJest`, but also has a more-restrictive type from `FetchMockStatic`. Typescript calculates the intersection of these types, which causes the return type to drop the `jest.MockInstance`...

types

Add a parameter to support issuing certificates with custom EKUs. (Use case: I need to issue certificates with BitLocker OIDs in the EKU extension.) I hope to extend this in...

Without STATIC_ROOT, the project won't start at all, so there should be a default. Since the default DB path was originally under BASE_DIR, it makes sense that the static path...

TL;DR: I switched the `Object.create(null)` objects used to keep track of state and event configs with `new Map()`, and made sure no assumptions are made regarding what objects get fed...

My head is killing me, so I'ma leave this pretty bare right now. I added comments to the commits to explain a bit. Lemme know what you think; I can...

This is that thing I've been promising for like two days. (TODO: write here words good. Also update changelog and bump versions. Also yeah i guess the branch name is...