Jérémie Bresson

Results 73 issues of Jérémie Bresson

According to https://docs.gitlab.com/ee/api/issue_links.html Endpoint: ``` POST /projects/:id/issues/:issue_iid/links ``` Supports a `link_type` query parameter: > **Type:** string > **Required:** no > **Description:** The type of the relation (“relates_to”, “blocks”, “is_blocked_by”), defaults...

**Is your feature request related to a problem? Please describe.** I would like to use a version range like in maven. Example `[1.0.0, 1.1.0)` **Describe the solution you'd like** Currently...

ideas

**Is your feature request related to a problem? Please describe.** I am using jbang in a CI. I would like to keep a structured artifact of the run context. **Describe...

ideas

**Describe the bug** When resolving a version range (using a `+`), it just takes the latest. Example `1.3.+` is converted to `[1.3.,)` Gradle has a way better definition: > A...

bug

`jbang edit` for eclipe is generating a `.classpath` file for Eclipse IDE: ```xml ``` As a result the source jar is not available in Eclipse when you click on the...

**Is your feature request related to a problem? Please describe.** Gradle allows to add a local file as dependency https://docs.gradle.org/current/userguide/declaring_dependencies.html This is sometimes quite handy. To perform some tests I...

ideas

It would be nice to be able to support multiple images (png) using the same figure (only one caption and one anchor). Proposed syntax by @mojavelinux: ``` .Three stages image::screenshot1.png,screenshot2.png,screenshot3.png[]...

enhancement

It seems that slashes `/` are not supported in key names for the cross-references (id of the xref). This do not work: ``` Goto == Images [[img/sunset, Sunset Figure]] .A...

The project [Azure/openapi-diff](https://github.com/Azure/openapi-diff/) produce following output when two versions of a spec are compared: a list of items (error, warning, info) is computed. Example: ``` $ oad compare old/added_path.json new/added_path.json...

enhancement

_This is more a question or a feature request than a real issue._ We would like to try following approach: --- Given two specifications (`old.yaml` and `new.yaml`) representing two versions...

enhancement