Olivier Mengué

Results 257 issues of Olivier Mengué

Spec: https://gitlab.freedesktop.org/Per_Bothner/specifications/blob/master/proposals/semantic-prompts.md

## Summary Add @tylerb to EMERITUS.md. ## Motivation @tylerb is the Testify creator (according to Git history). ## Related issues Related to #1533.

## Summary Merge code from package internal/imports (recently copied from package github.com/ernesto-jimenez/gogen/imports) into the codegen program itself. Also copy the license attached to it into the _codegen/main.go source, as _codegen/main.go...

## Summary Reorganize GitHub Actions workflows to run tests the same way on all Go versions, and so remove running tests from the 'build' jobs (which run job only on...

Add [links](https://go.dev/doc/comment#doc-links) and [headings](https://go.dev/doc/comment#headings) in godoc to improve readability.

# Summary Use [`os.PathListSeparator`](https://pkg.go.dev/os#PathListSeparator) instead of `":"`. This removes one blocker for a Windows port (#450) as the path separator on Windows is `";"`. Also use [`path/filepath.SplitList`](https://pkg.go.dev/path/filepath#SplitList) instead of [`strings.Split`](https://pkg.go.dev/strings#Split)...

Spec: https://yandex.com/support/webmaster/en/robot-workings/clean-param Note: this directive is *intersectional*, which means it is not limited to one group of user agents, but applies to all (like `Sitemap`).

Add method `Unwrap() []error` to `ParseError` to expose the list of errors in a way compatible with inpection tools from the [`errors`](https://pkg.go.dev/errors) package (`errors.Is`, `errors.As`).

On macOS Tahoe and later, use the "secret enclave" to create and store the key securely, so it can't be exported. See: * https://gist.github.com/arianvp/5f59f1783e3eaf1a2d4cd8e952bb4acf * https://news.ycombinator.com/item?id=46025721

If the `-package` flag is not given, use output of command "`go list`" to detect the package name.