Casey Rodarmor

Results 585 issues of Casey Rodarmor

Unless I'm mistaken, it isn't documented that migration files must be named `N_X.sql`, where `N` is a number greater than 0, and `X` is the name of the migration.

We're working on an `lnd` gRPC client in Rust, using [rustls](https://github.com/ctz/rustls), and `rustls` doesn't accept the self-signed certificates generated by LND 0.13.0-beta. The error reported by `rustls`, `WebPKIError(CAUsedAsEndEntity)`, is caused...

P4
compatibility
tls
rust

I'm using `serde_json` in an application which requires serialized JSON for the same value to have a consistent hash. This can be accomplished by using a JSON canonicalization scheme, such...

I was curious what `MaintainResult::panic_on_timeout` was doing, so I checkout out [the code](https://github.com/gfx-rs/wgpu/blob/2b15a2b24b69e105ebdbb5e8a859e2df75e441c1/wgpu-types/src/lib.rs#L4756). However, it seems to be empty: ```rust impl MaintainResult { /// Panics if the MaintainResult is not...

type: bug

We currently use the `env` directory directly as the data dir for both ord and bitcoind. This is messy, since you can't tell which files belong to which, and will...

The `ord server` explorer should have a `/galleries` page , similar to the `/collections` page. It should show thumbnails of galleries, with the newest galleries appearing first.

good first issue

We should track the number of each rune minted per block and display it on /block. This would make #3322 really easy. This would require a new table in the...

good first issue

It would be cool if you could transfer an inscription to a sats card, and then sweep it from the ord wallet. It would be also cool if you could...

enhancement