Thomas Gerbet

Results 17 issues of Thomas Gerbet

### Describe the bug My use case is trying to mock a function returning a [`ResultAsync` object from the `neverthrow` library](https://github.com/supermacro/neverthrow#asynchronous-api-resultasync). The `ResultAsync` object is an implementation of a `PromiseLike`...

Otherwise percent-encoded / are recognized as an URL separator which does not respect the section 2.4 of the RFC3986 [0]. This is an issue if you have an string URL...

This will avoid issues when signing large payloads and, in most cases, it is likely to be faster since the expensive checksum computation will be done locally and it will...

This contribution solves the deprecation warning caused by [the transformation into a Set of Chunk.files in Webpack 5](https://webpack.js.org/blog/2020-10-10-webpack-5-release/#arrays-to-sets). The warning should not been visible anymore ``` [DEP_WEBPACK_DEPRECATION_ARRAY_TO_SET_PUSH] DeprecationWarning: chunk.files was...

Hi, I use Python 3 so I have ported the codebase. All tests pass on latests Python 2 and 3 stable release.

# Pull Request ## Related issue Fixes #2179 ## What does this PR do? Cosign keyless mode makes possible to sign the container image using the OIDC Identity Tokens provided...

tooling
no db change

Hello, While upgrading mujs in nixpkgs (https://github.com/NixOS/nixpkgs/pull/203664), we spotted an issue with the macOS builds. ``` building build flags: SHELL=/nix/store/1bsjl5incfnszv7scdh4d02sh45vw2w1-bash-5.1-p16/bin/bash prefix=\$\(out\) clang -std=c99 -pedantic -Wall -Wextra -Wno-unused-parameter -Wunreachable-code -O2 -o...

Currently `composer validate` complains about the exact version constraint on this package. Looking at the `git log` the constraint does not seem to exist for a specific reason. No functional...

When the strict_variables option is enabled, any encountered unknown variables throw an UnknownVariableException. This option is useful in a development/CI environnement to catch mistakes in templates early instead of silently...