Óscar García Amor

Results 28 issues of Óscar García Amor

There is a model inconsistency when sending a new password profile from the Android client (and maybe from iOS) in the `numbers` field. When a profile is sent from Android...

:bug: bug

At the moment teams-for-linux looks like this. ![image](https://user-images.githubusercontent.com/572924/218971226-7c6eee8c-0de0-4a1d-94f8-f6f71aa38289.png) This wastes a lot of space for a window frame that doesn't add anything useful. However, the official Microsoft Teams client has...

enhancement

Other HTTP client implementations such as reqwest implement a method when creating the client that allows you to see at trace level the messages exchanged between the client and the...

There is a problem with the `pyproject.toml` file, it does not have the `[project]` section declared and therefore the `dependencies` section is missing inside it. This causes that when a...

### Describe the bug On an updated Arch Linux installation the application simply does not work. It starts but the screen goes blank and you can't do anything else. I...

It [comes from here](https://gitlab.gnome.org/GNOME/gvfs/-/issues/738) (GNOME GVFS) and [here](https://bbs.archlinux.org/viewtopic.php?id=295958) (Arch Linux forum). Initially a Kernel update caused disks, which are not in the fstab, to appear automatically mounted. Seeing that this...

Given the following code: ```rust #[tokio::main] async fn main() { env_logger::init(); // RUST_LOG=trace let client = reqwest::Client::builder() .connection_verbose(true) .build() .expect("Client::new()"); let _ = client.get("https://eu.httpbin.org/get") .send() .await; } ``` If executed...

B-upstream

First of all, if you don't see it, just close the issue, because I may be asking you to complicate it too much. The idea is that you can do...