Ludovic Fernandez
Ludovic Fernandez
## Description Atom master recently landed support for a new parser: atom/atom#16299 We need to investigate on this new parser.
## Description Nested inline style. ## Screenshots AsciiDoctor rendering:  ## Syntax example ``` adoc the *foo _bar_* is here. the *foo b__ar__* is here. the _foo...
Fixes #3 Fixes #10 related to #2 and #19
The commit https://github.com/dominikh/go-tools/commit/b3ee554011ba07e55a74da8c2e46de2accf60ec1 is missing inside the `release.2023.1` branch. Related to https://github.com/dominikh/go-tools/issues/1397 Related to https://github.com/golangci/golangci-lint/issues/4662
### Do you want to request a *feature* or report a *bug*? Feature ### What did you expect to see? Around the same idea of the [ReplacePath](https://docs.traefik.io/v2.1/middlewares/replacepath/)/[ReplacePathRegex](https://docs.traefik.io/v2.1/middlewares/replacepathregex/) middlewares. Goals: -...
Replace Travis with GitHub Action.
The release (v1.0.4) is not a bugfix release, it's a breaking change: a major version must be created. Also, the previous release (v1.0.2) was also wrong, because it's not a...
- [x] adds a description to your PR - [x] have a homogeneous design with the other providers - [x] add tests (units) - [x] add tests ("live") - [x]...
### What does this PR do? This PR allows specifying CA certificates and a CA server name by resolvers. The current behavior allows only a global definition through the env...