Maxime Labelle

Results 113 comments of Maxime Labelle

> @alexdelprete for what it’s worth, I’m currently working on [a simple docker-compose configuration](https://github.com/springcomp/self-hosted-simplelogin) for self-hosting SimpleLogin. FYI, I have updated my repository and I’m quite satisfied with the setup:...

> […] So I'll wait for your contribution and then will probably use a subset of your docker-compose configuration. > Thanks again for sharing it. The support for [running postfix...

For everyone interested in this feature, I have updated [my simple docker-compose](https://github.com/springcomp/self-hosted-simplelogin) file. It now runs postfix as a docker container and supports wildcard subdomains, [virtual aliases](https://github.com/springcomp/self-hosted-simplelogin/blob/main/README.md#wildcard-subdomains) and is easily...

> And i couldn't find any way to configure MTA-STS and other security measures on docker using env? @sakearzoo I setup MTA-STS and TLSRPT manually and tried to document that...

@zacard-orc we are standardizing a host of [string manipulation functions](https://github.com/jmespath-community/jmespath.spec/discussions/21#discussion-3914002) in JMESPath Community. Substrings will be achieved [using the existing `slice-expression` syntax](https://github.com/jmespath-community/jmespath.spec/discussions/26#discussioncomment-3284127).

> JEP: [jmespath/jmespath.jep#5](https://github.com/jmespath/jmespath.jep/issues/5) Yep ! that’s [exactly where](https://github.com/jmespath-community/jmespath.spec/discussions/26) I took this piece of feedback when brainstorming the [list of features](https://github.com/jmespath-community/jmespath.spec/discussions/38) to include in the next version of JMESPath. Incidentally, @glenveegee...

You cannot pass arguments to JMESPath currently, however, you could supply a single input JSON like so: Given: ``` { "one": {"a": "b"}, "two": {"a": "c", "b": "z"} } ```...

Comparison is officially only supported for numbers. However, we are thinking about [proposing type-conversion](https://github.com/jmespath-community/jmespath.spec/discussions/91) in an upcoming version of the spec.

@RicardoAlvialANS are you experiencing issue #109 ?

@kvetoslavnovak I believe the [`let()`](https://github.com/jmespath-community/jmespath.spec/discussions/24#discussioncomment-3285710) function coming to JMESPath Community sort of does what you want.