Olivier Pinon

Results 14 issues of Olivier Pinon

### What happened? It looks like `insta` does not support serializing the type `BTreeMap` when K is a custom enum. `serde_json` does that fine, though. ### Reproduction steps Here is...

bug

## Description The current API of `require.IsType` is the following : `func require.IsType(t require.TestingT, expectedType interface{}, object interface{}, msgAndArgs ...interface{})`. As far as I'm aware, this requires me to create...

enhancement
pkg-assert
pkg-require
generics

Hi! I was wondering if there would be any interest in a [heapless](https://github.com/rust-embedded/heapless) feature for `schemars`? I've previously opened [an issue](https://github.com/rust-embedded/heapless/issues/632) on the heapless repo but they told me it...

Hi! I'm evaluating using this package instead of maintaining my own `Option[T]` type. One thing I've noticed is missing from this package is the possibility to unpack a null value...