Jérôme Rx

Results 34 comments of Jérôme Rx

Hello, I needed it and coded a global tool. It's an early release but should save you minutes of tidious text remplacements on big repositories : https://github.com/jrouaix/dotnet-rename

Fun fact, indeed the HtmlRenderer produce an ouput that will auto position node (after a stabilization delay). But if you force start position of nodes to `(0,0)` the delay is...

yes : ```cargo.toml [dependencies] anyhow = "1" tokio = { version = "1", features = ["full"] } url = "2" reqwest = { version = "0.12" } ``` ```main.rs #[tokio::main]...

@FabianLars feature `rustls-tls-native-roots` on http plugin did the trick ! Thanks a lot !