Michał Hanusek

Results 30 issues of Michał Hanusek

Hello. I would like read value **ProtectSi/demoXCBR1.Pos.stVal** `mmsvalue = iec61850.IedConnection_readObject(con, "ProtectSi/demoXCBR1.Pos.stVal", iec61850.IEC61850_FC_ST). `

Hello. I have a problem with write to ### CSWI1.Pos.Oper.ctlVal. Whats wrong? ``` con = iec61850.IedConnection_create() error = iec61850.IedConnection_connect(con, "127.0.0.1", 102) if (error == iec61850.IED_ERROR_OK): theVal = "IECLDevice/CSWI1.Pos.Oper.ctlVal" theValType =...

question

Hello! I have a problem with the POCO documentation because it has no information about throw exceptions. It would be nice if functions in the documentation have a list with...

stale

### What's your question? How to fix it? ### Additional Context Hello. I have a problem with the deserialization of my structure.[ (`Assertion newOffset MaxSize) { throw std::runtime_error("content is too...

Hello. I need an simple example - where 3 actors will communicate. I am trying to make a data exchange system (look at graph). SerialPort - sends and receives data...

Hello @dtolnay ! I have a problem updating the cxx library from **1.0.106** to **1.0.107**. Problem with linking. ARCH: arm **bindings.rs:** ```rust [...] #[cxx::bridge] mod ffi { #[derive(Debug)] struct Item...

```In file included from /media/mhanusek/DYSK_SSD/Arduino/websocketServer/websocketServer.ino:5:0: /media/mhanusek/DYSK_SSD/Arduino/websocketServer/libraries/ESPAsyncWebServer-master/src/ESPAsyncWebServer.h:33:22: fatal error: AsyncTCP.h: No such file or directory compilation terminated. exit status 1 ```

stale

Hello! I need to integrate the criterion output with GitLab CI. How to do it? I found [this](https://gitlab.com/rust-automation/rust-gitlab-ci) but it did not work - [My issue](https://gitlab.com/rust-automation/rust-gitlab-ci/-/issues/7).

Hello! I have werid log in terminal: `/usr/share/libdrm/amdgpu.ids: No such file or directory` Log: ``` $ iptvnator ... getting mpv player path undefined (iptvnator:111192): Gtk-WARNING **: 19:03:27.380: Theme parsing error:...

Hello! I try to build my project with bitvec for stm32f103. I added this for my cargo.toml: ``` [dependencies.bitvec] version = "1" default-features = false features = ["atomic", "alloc"] ```...