Aymeric Beaumet
Aymeric Beaumet
#### What versions are you running? $ go list -m github.com/chromedp/chromedp github.com/chromedp/chromedp v0.6.5 $ chromium --version Chromium 89.0.4388.0 $ go version go version go1.15.7 darwin/amd64 #### What did you do?...
| Blackbox | [89566f7](https://github.com/StackExchange/blackbox/tree/89566f7dd298449356f295ce5e841aae9bd028d0) | | -- | -- | | **Gpg** | 2.2.3 | We are facing a Blackbox issue on both several local machines (up to date macOS)...
The default data directory blackbox is looking for is `keyrings/live`. This merged PR https://github.com/StackExchange/blackbox/pull/218 allows the discovery of alternative vault paths (`.blackbox` for now). But the priority order still makes...
- Running `make clean` results in the following project state: ```bash $ git status On branch master Changes not staged for commit: deleted: tools/mk_deb_fpmdir.stack_blackbox.txt deleted: tools/mk_macports.vcs_blackbox.txt ``` Should we keep...
I would like to migrate my project from [serverless-webpack](https://github.com/elastic-coders/serverless-webpack) to this plugin. There are some points I would like to discuss. It seems this repository is actively maintained, so we...
I'm trying to implement the following workflow: 1. Create a draft release 2. Build and publish to the registries 3. Publish the release by promoting the draft as the final...
Actually the app makes a pause after a dot, even if it represents an abbreviation. For example in the following sentence, the app will do a pause after the first...
This PR implements a more robust strategy to make this lib platform agnostic: - no longer convert everything to `/` notation - glob patterns are expected to be provided in...
I've been playing with the latest version of go-thumbhash. I've found one specific image that makes the library panic. This image is a [gif](https://github.com/galdor/go-thumbhash/assets/569243/9d36f770-8cab-45a6-b8d5-45cea2337272), we can't reproduce this consistenly as...
### Usage Method golangci-lint integration ### What happened? - We declare type definitions to protobuf types that are generated. The protobuf code defines private fields in these structs that are...