rousku

Results 8 issues of rousku

The `table-body` style applies to all tables in the document. So there is no way to have one table with body cells aligned to the left and another table were...

Input buf to MmsValue_setOctetString should be declared as const uint8_t* buf.

Makefile installs lib_memory.h https://github.com/mz-automation/libiec61850/blob/fcefc746fea286aeaa40d2f62240216da81c85e5/Makefile#L99, but cmake doesn't https://github.com/mz-automation/libiec61850/blob/1bb76893a225f37df8b4732b37c1271bb517cb44/CMakeLists.txt#L84. Which way it should be?

**Describe the bug** Running `Get Element States` against a node that is not a checkbox will result in an uncaught error in the browser console. **To Reproduce** Steps to reproduce...

bug
priority: high

## Issue I'm trying to test a library on Python 3.11 x86. The test fails because tox builds the library for amd64 but creates a test virtualenv for x86. In...

help:wanted
enhancement

### Describe the bug I'm trying to cross-compile 5.0 branch for an aarch64 system on a x86_64 host. The building of packages for x86_64 succeeds but the step that compiles...

bug

### Describe the bug I'm trying to build packages, bu the check_spec_files step fails. ### Reproduction steps 1. git checkout 550a466822b07eaa0b11c 2. sudo make packages-minimal ### Expected behavior Build passes...

bug

The issue can be reproduced with the following script. It takes some time for the issue to appear. ``` #!/bin/bash while true; do DIND_CONTAINER_ID=$(docker run -t --privileged -d docker:26.1.2-dind) echo...