Julio Guerra

Results 20 issues of Julio Guerra

Hello, I was surprised to see `MatchedBy()`'s function argument called again by `AssertExpectations()`. Here is a fake test showing it. I was using `MatchedBy()` to capture a callback argument and...

Fix the example showing how to store a value into a stream context: - get the stream context out of the stream object. - pass the newly created wrapped stream...

`Entry.WithFields()` currently creates a new `Entry` and partially copies it. Calling several times `WithFields()` on an already logged entry (e.g. in a formatter) thus leads to an incorrectly initialized `Entry`...

Running infinit in a container whose user id is modified with docker-run's option `--user` leads to the following error: ``` [elle.assert] [main] assertion 'could not determine username' failed at /builds/infinit/memo/elle/src/elle/system/username.cc:36...

Bug

I went through the getting started documentation, both on macOS and linux. I end up with the same problem on both: unusable for write-intensive operations. I reduced the case to...

Enhancement

I just installed `[email protected]` using `npm install browserify-incremental` and running it throws an error about a missing `usage.txt` file: ``` $./node_modules/browserify-incremental/bin/cmd.js events.js:85 throw er; // Unhandled 'error' event ^ Error:...

Hi, First of all, nice job for this project. I would like to know how can I change the keyboard layout to something else than US qwerty? I tried the...

CI App team just released an official github action to upload the junit results https://github.com/marketplace/actions/datadog-junitxml-upload and this PRs uses it in our appsec testing workflow.

appsec
ci