Franco Bugnano

Results 18 issues of Franco Bugnano

When I'm copying a large file using SFTP, the process can take more than 1 minute, so the phone goes in stand by mode after that time. Instead of continuing...

Issue-Bug

## Description Following the code on : https://ratatui.rs/how-to/develop-apps/panic-hooks/ I'm using the Termion backend. The line in the docs ```rust output.into_raw_mode()?.suspend_raw_mode()?; ``` should *in theory* disable raw mode from the terminal,...

bug

I have a ServerConfig builder that looks like this: ```rust let config = ServerConfig::builder() .with_bind_address(bind_address, false) .with_certificate(certificate) .keep_alive_interval(Some(Duration::from_secs(3))) .build(); ``` So the `only_v6` flag is false (side note: it's not...

Investigation

For maximising performance of matching, I have a `Vec` that I want to match against. It's fairly big (hundreds of thousands of records). For matching I do something like: ```rust...

### Elixir and Erlang/OTP versions Erlang/OTP 27 [erts-15.0] [source] [64-bit] [smp:6:6] [ds:6:6:10] [async-threads:1] [jit:ns] Elixir 1.17.1 (compiled with Erlang/OTP 27) ### Operating system Ubuntu 24.04 ### Current behavior In our...

Kind:Enhancement
App:Elixir (checker)

Fixes #246 Given that Python 3.13 removed some dead batteries, now pcbasic is unusable on newer Python versions. It has been discussed to vendor the chunk library into pcbasic, but...

As you can see from the screenshot, I tried to connect to a WiFi network, but the dialog box is so low on the screen, that the action buttons of...

I'm using Android Studio on Linux with version: ``` Android Studio Narwhal | 2025.1.1 Build #AI-251.25410.109.2511.13665796, built on June 18, 2025 Runtime version: 21.0.6+-13391695-b895.109 amd64 VM: OpenJDK 64-Bit Server VM...