Dominique Dumont

Results 69 comments of Dominique Dumont

I've a similar issue when defining 2 interceptors with different overlapping regular expressions: ``` nock(/google/).get(/recaptcha/).reply(200, { success: true }) nock(/google\.com/).get(/recaptcha/).replyWithError('this is bad!') ``` The first test using the first interceptor...

On my side, I've installed and configured checkstyle plugin after project creation. I've experienced the same issues as @stroeller . Turns out checkstyle configuration of a module must be changed...

Hi Debian will enter freeze in January to prepare next Debian release. Currently, Debian ships libtommath 1.2.0. If you think libtommath should be updated for next Debian release, you should...

I've a similar issue on AKS 1.21. I get: ``` Error: csi-azurefile-vsc failed to create kubernetes rest client for update of resource: resource [snapshot.storage.k8s.io/v1/VolumeSnapshotClass] isn't valid for cluster, check the...

Indeed. This is fixed by 3d1f2edc93c170bf73078c9675481880da019b19 Thanks for the report

okay, that makes sense. There's already a similar algorithm, but it can only take "main" copyright and license info from the _same_ file (i.e. from README or LICENSE). I'll improve...

On Debian side, we're still figuring out how to investigate the build failures we've seen on mips. Our team is quite small so we tackle one problem at a time...

Hi The next Debian stable version (2) will be released in Summer 2023. To prepare this release, freeze will begin in January. All the best

Yup, the vulnerability is [there](https://github.com/MoarVM/dynasm/blob/1d8f89be450944fd68e5ac26e6119b8f49a538b7/minilua.c#L1137). The exploit is detailed [on lua bug page](https://www.lua.org/bugs.html#5.2.2-1).

@raphink , for what's it's worth, https://github.com/dod38fr/config-model/wiki is a better entry point to discover what [Config::Model](https://metacpan.org/pod/Config::Model) is about. All the best