Mariusz Białończyk
Mariusz Białończyk
Hi! I want to share what I found out with today's debugging. I am preparing a simple rust program with http server. In the beginning I am creating an "global"...
Hi! I want to describe a bug which I was unable to find in open issues so I think it is worth to mention this... After fixing key-repeat recently I...
Hi There is a problem with error catching when an invalid port (out of range) is passed to the influxdb client, like this: ```let client = Client::new("http://localhost:80876", "test");``` IMHO it...
Hello Alex, I am now using your channelchange branch with the dvbapi plugin. All works well, but it seems there is need one another change in the xvdr. Let's start...
Currently wayland displays can have some scalling applied (it is widely used with HiDPI displays). It is then handled via a `viewporter` or `fractional-scale` protocols. However it is sometimes desirable...
Hi, I think that sooner or later you'll eventually migrate this project to SDL3. I've started this process by following official migrate guide: https://wiki.libsdl.org/SDL3/README/migration Current stage is that it is...
Hi, Same system, two Bluetooth adapters ``` hci0: ID 0bda:8771 Realtek Semiconductor Corp. Bluetooth Radio hci1: ID 0b05:1712 ASUSTek Computer, Inc. BT-183 Bluetooth 2.0+EDR adapter ``` I am doing on...
Cześć Tak tylko FYI: metoda pobierania danych przestała działać (wczoraj jeszcze działała). Troche info: https://github.com/manio/elicznik-rs/issues/1
Hello, I am trying to reach a reasonable VNC client performance using RaspberryPi. I am running tigervnc server on a remote server. Your project is the first one I've tested...
Native method gives wrong results comparing to exec mode. ### Relevant telegraf.conf: ```toml [[inputs.ping]] urls = [ "host1", "host2", "host3", "host4", "host5", ] ``` ### System info: Telegraf 1.19.3 (git:...