Maxime Labelle

Results 145 comments of Maxime Labelle

You may want to use the [JMESPath Community](https://github.com/jmespath-community/typescript-jmespath/) fork of this library, which is fully standards compliant and includes many improvements and fixes. That particular issue no longer happens in...

I understand there is a pending lesson around netcoreapp 3.1. I’m not sure why this lesson was never merged. I just want to make sure we are not duplicating efforts...

Sure thing @marcduiker. By the way, we have made extensive work in our office to understand exactly how logging works. It turns out that we have found a few peculiarities...

FYI, the build is actually succeeding. The failed check is due to an [invalid link](https://github.com/marcduiker/azure-functions-university/blob/eafae369ebd49d5c56ae564135d1d11295c1ae33/lessons/dotnetcore31/blob/README.md?plain=1#L492) in the dotnet core 3.1 lesson on blobs.

You might want to use the [JMESPath Community](https://github.com/jmespath-community/go-jmespath/) fork of this library which includes many improvements and fixes many issues. That particular issue is included in our JMESPath Community edition.

This project is definitely [still maintained](https://github.com/jmespath/jmespath.site/issues/94#issuecomment-1136192269), but some might say it has a [very slow pace](https://github.com/jmespath/jmespath.site/issues/94). 😉 That’s why at [JMESPath Community](https://github.com/jmespath-community/python-jmespath) we try and take it where it’s currently...

Is there a strategy to implement DANE in a self-hosted scenario ? In a self-hosted scenario, one typically renews TLS certificates periodically. This means that the TLSA record must be...

@zaydu98 I’m not sure what shell or programming language you use, but the correct expression should only contain a single backslash character to escape a quote. > `` search( contains(['wanna...

@zaydu98 you might want to use [@jmespath-community/typescript.jmespath](https://www.npmjs.com/package/@jmespath-community/jmespath) which is a fork of this library and already contains this fix.

FWW, I tried [re-implementing this](https://github.com/springcomp/typescript-copyfiles) using more modern NodeJS builtin primitives like [`ReadableStream`](https://nodejs.org/api/stream.html) in TypeScript. I think the result is quite nice and vulnerabilities are scoped to dev-dependencies only. You...