Jérémie Bresson

Results 73 issues of Jérémie Bresson

In my `gradle.properties` I want to keep trace of the `version` (example `1.6.0-SNAPSHOT`) and the last released version `lastVersion` (example `1.5.3`). This allows me to use the `lastVersion` in different...

It seems that I can't use `{projectRootDir}` with the `generateSite` task as it is the case for generateHTML [according to the docs](https://doctoolchain.org/docToolchain/v2.0.x/020_tutorial/030_generateHTML.html). This seems useful to me when I try...

**Describe the bug** Similar to https://github.com/docToolchain/docToolchain/issues/876 but for the publication to the `gh-pages` branch from the Travis Job. **To Reproduce** Right now if you compare the published version: > https://doctoolchain.org/docToolchain/v2.0.x/...

**Is your feature request related to a problem? Please describe.** After the change introduced with https://github.com/docToolchain/docToolchain/issues/692, it feels more natural to have a tree structure like this: ``` src/docs ├──...

**Is your feature request related to a problem? Please describe.** The "Improve this doc" link is great, but quite limited in the context of the usage with bitbucket. The problem...

**Describe the bug** It is not possible to build the documentation when `jcenter` has an outage. **To Reproduce** Steps to reproduce the behavior: 1. Wait until jcenter has an outage...

**Describe the bug** Multiple run of docToolchain via docker is not supported on the same machine **To Reproduce** Have long run of docToolchain and start 2 of them in parallel....

It would be great if the Preview tab was able to open inter-document cross references links (using the `xhref:` notation or the double angled bracket notation ``) in the same...

✨ enhancement

Take this OAS3 spec: ```yaml openapi: 3.0.1 info: title: not test version: '1.0' servers: - url: 'http://localhost:8000/' paths: /some/ping: get: operationId: pingOp responses: '200': description: OK content: text/plain: schema: $ref:...

Current Sprint

Go to the [0.0.2 (2020-12)](https://github.com/eclipsesource/megit/releases/tag/v0.0.2) page. I have downloaded the `com.eclipsesource.megit-macosx.cocoa.x86_64.zip` ([link](https://github.com/eclipsesource/megit/releases/download/v0.0.2/com.eclipsesource.megit-macosx.cocoa.x86_64.zip)) I have unzipped the file (standard macOS utility) I get this error dialog when I start the decompressed...

help wanted