Martin Constantino–Bodin

Results 20 issues of Martin Constantino–Bodin

**esy version:** 0.6.10 **Operating System:** Ubuntu 18.04 **Issue:** **Package.json** ```json { "name": "test", "version": "1.0", "esy": { "build": [] }, "dependencies": { "@opam/coq": "8.13.2" } } ``` **Actual behavior:** ```bash...

**esy version:** 0.6.10 **Operating System:** Linux **Issue:** This may just be a documentation issue or an enhancement: I’m not sure whether what I’m looking for is meant to be doable...

Some `Infinity` values have been generated during the capture. I don’t know why. I can’t send the capture (it complains that it is an invalid JSON file because it contains...

bug

Appears at about 5% of all generations: ``` Error details: File "src/export.ml", line 536, characters 29-35: Assertion failed ``` Version 261cf40191ac42d875d9cea2cfe7b8cd81481d35. Trace: * init, * getting translation file (1037735932), *...

### Pitch If a user blocked an instance, he/she should still be able to follow individuals from this instance. Currently, this user gets a 403 error without any explanation of...

suggestion

### Pitch On the web interface, when clicking on a link within a toot, the interface currently always opens a new tab, following this link. However, sometimes this link points...

suggestion

### MDN URL https://developer.mozilla.org/en-US/docs/Web/SVG/Element/text ### What specific section or headline is this issue about? About the `x` and `y` attributes ### What information was incorrect, unhelpful, or incomplete? As I...

Content:SVG
needs triage

Consider the following OCaml file: ```ocaml open Tyxml let%svg test = {| |} (* Notice the space between the opening and closing of the g tag. *) ``` The content...

This is an issue that will probably disappear by itself when moving to SVG 2. I think that it can still be useful to document it in the meantime. From...