Olivier Mengué

Results 666 comments of Olivier Mengué

See also #759 which would allow to use an FS in v1 without breaking change.

Could you edit the description of the PR to remove the stuff that is irrelevant (Help, Filter...)? Make it fully focused on what the code delivers.

There is work in progress about the license of that project: https://github.com/yaml/go-yaml/pull/6 So we should block until that is stabilized.

The Testify project doesn't have enough contributors committed on long term maintenance to explore such territory.

It doesn't make sense to have this flag named with a `testify.` prefix while the flag is specific to `suite`. I know there is a precedent here with `testify.m` which...

This is already supported from day 0. However, there is a design constraint (mentioned in README) for your included document: the $ref must use an *absolute* JSON pointer (the part...

👎 for replacing `go-spew` by another dependency. Testify has a major place in the Go ecosystem, so we have strong responsibilities regarding our dependency chain. Adding a new dependency would...

Here is code in the wild impacted by this issue: https://github.com/DataDog/dd-trace-go/blob/604795a9ed5039f803477cb822d945eb0dede6c1/contrib/gin-gonic/gin/option.go#L51

The cgo requirements for Go 1.25 have been updated: > Starting with Go 1.25, use of CGO on Windows requires a C compiler that incorpoates support for DWARF 5. For...

See #759 which is already an implementation that allows to use a filepicker over any [`io/fs.FS`](https://pkg.go.dev/io/fs.FS). Here are a few projects that use it: https://github.com/dolmen-go/iofs-shell (check the `replace` line in...