Jacques Deguest

Results 19 issues of Jacques Deguest

The endpoint `/v1/release/files_by_category`[1] is unexpectedly sensitive to the `Content-Type` submitted, although no data is submitted nor required. Consider the following query: curl -H "Content-Type: application/json" -XPOST https://fastapi.metacpan.org/v1/release/files_by_category/OALDERS/HTTP-Message-6.36 would yield a...

When performing a query to the endpoint `/v1/rating`, such as `curl https://fastapi.metacpan.org/v1/rating?from=40&q=HTTP&size=20`, all the array elements contain the value `PLACEHOLDER` for the properties `author` and `release`. Is this the expected...

Regarding the endpoint `/v1/diff/{distribution}`[1] there is a difference of output between the API explorer and the live API. The explorer [returns a plain text diff](https://explorer.metacpan.org/?url=/v1/diff/release/HTTP-Message), whereas [the live API returns...

Not really an issue, but maybe more a feature request. I tried to use the `POST` method on this endpoint [/v1/author/{author}](https://github.com/metacpan/metacpan-api/blob/c64911ed0cd6fdd63fe45799d8dda4b0e8eedcb2/lib/MetaCPAN/Server/Controller/Author.pm#L29), which worked, but when I created with it the...

I have produced for your review this draft MetaCPAN specifications based on the information I could collect from the documentations and the code. I think this is helpful in providing...

Very insightful work you have created. Regarding the [page on try-catch](https://mvp.kablamo.org/essentials/try-catch/), I recommend a great alternative: [Nice::Try](https://metacpan.org/pod/Nice::Try)

Hello, This is a feature request rather than an issue, but I do not know where to log it. Sorry for possible inconvenience. I have elements whose contenteditable attribute change...

On an Ubuntu 22.04.0 with perl v5.32 or v5.36, caching and re-using the Data::UUID object creates a segmentation fault. I spent hours to find out where the segmentation fault came...

### Description ### The jQuery documentation for `text()` at [https://api.jquery.com/text/](https://api.jquery.com/text/) states: The .text() method cannot be used on input elements. For input field text, use the .val() method. But this...