Results 10 issues of Sylvain Laperche

Hi, The generated PDFs lacks of clickable links and does not contains a navigable table of contents. This is annoying. These two patches restores the use of the LaTeX package...

Hi, This pull request add "forward" version of: - `origami-open-node` - `origami-open-node-recursively` - `origami-close-node` - `origami-close-node-recursively` It's more convenient to use and it should fix the issue https://github.com/gregsexton/origami.el/issues/63

Does the groundwork to be able to talk replication with PostgreSQL, i.e. support "replication" connection and CopyBoth "protocol". Fixes: #2923

`Roaring32` is the new name of `RoaringBitmap` (which is now the core generic implementation, `RoaringBitmap`). `Roaring64` is the 64-bit version and replaces `RoaringTreemap`.

Seems like the term crate is more or less [unmaintained](https://github.com/Stebalien/term/issues/93). Maybe switch to termcolor or another alternative?

# Version(s) tested against MTGJSON 5.2.2+20240816 # Description of Bug Not sure if all of those are actual bug or if some of them are just documentation issues. ## SealedProduct...

### Location of update needed [Card (Deck)](https://mtgjson.com/data-models/card/card-deck) ### What does the documentation look like? ```md A list of associated Sealed Product uuid properties where this card can be found in....

Documentation Update

**Describe the Error** - Encoding error: - `Parque Das Na54Es` instead of `Parque Das Nações` (ID 12082587B55667352498415) - `Miseric3Rdia` instead of `Misericórdia` (12082587B75378634363756) - `Sdo Vicente` instead of `São Vicente`...

**Describe the Error** Seems like the shape of Hanoi in `VNM-ADM2` is wrong: - the Noi Bai International Airport is outside of the shape - it only includes half of...

Seems like in some cases geozero cannot read the MVT it generated. Simple example: ```rust #[test] fn render_rect() { let shape = Rect::new(Coord { x: 0., y: 0. }, Coord...