Jacques Deguest
Jacques Deguest
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1. save a dummy image...
**Where** Storable **Description** When running Storable::freeze on some structure, I got the following error, which is completely unhelpful and undocumented: "Unexpected object type (8) in store_hook()" I think it is...
Added Autodiscovery configuration interface to Postfix Admin version 3.3 (?). Files added are: - AUTOCONFIG folder containing elements to be moved, including sql scripts for the 3 database drivers supported....
I am performing an upsert using PostgreSQL v12.11 with DBD::Pg version `3.16.0` and DBI version `1.643`, i.e. the latest as of today 2022-11-03. I am getting a PostgreSQL error the...
Is there a possibility to extend PPI recognised grammar. I know there is `PPI::Transform` and I looked at it, but it seems more of a post-processing api. What I have...
In JSON, when encoding, and when dealing with a blessed object and all attempts have failed, the module yields something like: `encountered object 'XXX', but neither allow_blessed, convert_blessed nor allow_tags...
When issuing a query to the endpoint [`/v1/package?q=HTTP`](https://explorer.metacpan.org/?url=%2Fv1%2Fpackage%3Fq%3DHTTP), this returns some results, including one set for the package (for example), `Test::HTTP::Syntax`, or `Protocol::HTTP::Message`, or `Protocol::HTTP::Request` whose dataset property `version` has...
When using the `join`[1] query string parameter on endpoint `/v1/module`, such as [https://fastapi.metacpan.org/v1/module/HTTP::Message?join=release&join=author](https://fastapi.metacpan.org/v1/module/HTTP::Message?join=release&join=author), I am getting inconsistent result whereby sometime the property `release` will contain data and sometimes the same...
The following endpoints use user IDs such as `FepgBJBZQ8u92eG_TcyIGQ` (here OALDERS's ID), but not all CPAN accounts have IDs (mine does not), so they would only work with those who...
The endpoint `/release/by_author`[1] usually returns a lot of releases, and the option `size` allows defining the `size` of each data set returned, but there is no option to navigate among...