Samuel Tardieu

Results 19 issues of Samuel Tardieu

Hi. I just installed Mastodon Autopost on a Wordpress 4.9.8 server (https://rose.telecom-paristech.fr/2019) that we are configuring. This WP server, despite being accessible from the internet, must use a proxy to...

The idea is to reexport everything but the parsers named as standard types (`i8`, …) as: - `nom::prelude::*` - `nom::prelude::complete::*` - `nom::prelude::streaming::*` The only other exception is `nom::combinator::complete` to avoid...

Hi. It would be great to be able to generate HomeAssistant events for each lighthing detected within the target area. It would ease building automations, for example sending a message...

Hi. It would be great if there was a way to add a worldwide city reverse geocoding on the server side, so that the name of the city is included...

This makes printf more compatible with its GNU coreutils counterpart. - format: %c prints the first character of a string - format: parse as many characters as possible in numbers...

### Description of the bug git branchless refuses to rewrite an empty commit and crashes: ```bash $ git init; git branchless init --main-branch main $ echo foo > foo $...

bug

### Description of the bug If a branch config contains duplicate variables (multivar), it may make `git branchless sync` exit with an error while attempting to remove the branch. ```bash...

bug