thalesmaoanz
thalesmaoanz
Nothing. This is what is stated in the docs. I also need this feature, but seems that it not implemented.
```diff 132,133c132,134 < if (!strncmp (device, "/dev/mmcblk", 11) || !strncmp(device, "/dev/loop", 9)) < sprintf (buffer, "%sp", device); --- > if (!strncmp (device, "/dev/sda", 11) || !strncmp(device, "/dev/loop", 9)) > sprintf...
Does the only solution is to flush tcp stream? If is that so, I need to disconnect and reconnect. I've made a huge complicated workaround. ```rust let reg = tokio::time::timeout(...
Hi @ZaytsveDmitriy , I've faced a lot of similar problems in the past. After some time, I did a deep research over modbus buses. Since it is a broadcast message,...
I'm facing the same problem. flatpak version v1.4.0 - 2024-05-14 It was working fine for v1.3.0 I can't push with ERROR: Repository not found. It does work fine for CLI....
Hi, @cakemonitor, I appreciate your suggestion. I thought so and tried already before searching for it. ```bash cat ~/.ssh/config ``` ```nano Host github.com HostName github.com User git IdentityFile ~/.ssh/id_rsa IdentitiesOnly...
Latest update fixed it.