Jérémie Ferry

Results 8 issues of Jérémie Ferry

Nix is a awesome package manager who works on many linux distributions ! Bring a GUI like **bauh** would be a nice experience.

suggestion

Html's attribute "id" must be unique. If you use multiple code-bocks with 'linespans' option activate, this affirmation isn't correct. I suggest a little patch to correct this. Sorry for re-iterate...

awaiting review

mails in non english format (like french) used accent username to form mail but this is not correct : mail providers works in ascii.

I tried to convert json with null values to a format without it. ```rust let json_value: Value = serde_json::from_str("{ \"key\": \"value\", \"null_value\": null }")?; println!("{}", serde_json::to_string(&json_value)?); ``` must be print...

Warnings on _translateX_, _translateY_, _scaleX and _scaleY_ : `Warning (in usvg_parser::svgtree:282): Failed to parse transform value: 'translateX(20px) translateY(20px) scaleX(2) scaleY(3)'.` SVG File : ![transform](https://github.com/RazrFalcon/resvg/assets/10601196/0fb52b16-144d-4592-bb9f-c7fe9ad41d48)

svg2

I would like to generate an consistent address with timezone, longitude et latitude. Nothing like this exists.

I tried a transposition of the keyboard's demo of termbox. No exactly the same behavior, having probably some oversights, archi inspirate of c implementation ( not really rust- esque )...