Daniel McCarney

Results 88 issues of Daniel McCarney

:wave: Hi there, ### Summary I'm trying to use `go-jsonschema` as a library to generate Go code from JSON schemas exposed via a dependency that offers a standard library [`embed.FS`](https://pkg.go.dev/embed#hdr-File_Systems)...

I propose we use a model of [semver](https://semver.org/) based roughly on the [Rust/cargo definition](https://doc.rust-lang.org/cargo/reference/semver.html), especially in the early stages of the process as we gather more experience. > This guide...

> Missed this the first time, but would it perhaps make more sense to handle NSID at the `ServerFuture` level instead of the `Catalog` level? _Originally posted by @djc in...

:wave: Hi folks, Since [RFC 3391](https://rust-lang.github.io/rfcs/3391-result_ffi_guarantees.html) (https://github.com/rust-lang/rfcs/pull/3391) the `Result` type's documentation has a [Representation section](https://doc.rust-lang.org/stable/std/result/index.html#representation) that describes conditions where `Result` can have the same size, alignment and ABI guarantees as...

enhancement
help wanted

See https://github.com/rusticata/x509-parser/pull/229#discussion_r2619796911

https://github.com/rusticata/x509-parser/pull/220 was backported to the `x509-parser-0.18` branch but not released. This branch increments the version to prepare a 0.18.1 release. See https://github.com/rustls/rcgen/issues/400

Updates the `docgen` tool from the `tools` crate to parse the `DEPRECATED_FUNC` macro invocations ahead of function declarations. Once parsed we can pull out the argument message and include that...

Follow-up to https://github.com/rustls/rustls-ffi/pull/581 and https://github.com/rustls/rustls-ffi/pull/579