D-mo

Results 39 issues of D-mo

- [x] Checked for duplicates ### Describe the bug Running `cpt.py --current-dev=deb` results in several failures: ```c++ In file included from /root/ci/build/cling-src/utils/benchmark/src/benchmark_register.cc:15: /root/ci/build/cling-src/utils/benchmark/src/benchmark_register.h: In function 'void AddRange(std::vector*, T, T, int)':...

bug

Question for devs: I am in the process of refactoring the Inspector widgets, which is phase 2 of my pull request #171. As part of it I was going to...

enhancement

1. Starting with version 5 gcc defaults to c++11 ABI. This affects `std::string`, `std::list` and most of the standard library functions using these classes. The Client includes precompiled `libgpio-client.so` built...

I have a number of custom scripts that control various things in the theatre (eg, screen up/down, open/close projector shutter, etc.) It would be very useful to have something similar...

enhancement

While refactoring the Client, I started thinking, shouldn't every item have the Auto Step feature? I am planning to add it for the items we use in our production environment...

enhancement

**UPDATE 2023** For Ubuntu 20.04 and 22.04 use this PPA instead: https://launchpad.net/~ppa-verse/+archive/ubuntu/cling See more details in https://github.com/jupyter-xeus/xeus-cling/issues/423#issuecomment-987249343 --- **ORIGINAL POST** In case anyone is interested, I've created Debian packages for...

![Screenshot from 2020-05-12 23-46-06](https://user-images.githubusercontent.com/2858291/81769126-ce04e580-94aa-11ea-9ee7-33412234a676.png)

The [OSC Data](https://github.com/CasparCG/help/wiki/FFmpeg-Producer#osc-data) section of the FFmpeg producer states: > All endpoints have a prefix of `/channel/[0-9]/stage/layer/[0-9]/` This is wrong. I believe the correct prefix should be: `/channel/[0-9]/stage/layer/[0-9]/foreground`.

- [x] Checked for duplicates ### Describe the bug A picture is worth a thousand words: ![segfault](https://user-images.githubusercontent.com/2858291/185190563-fac7b576-6a4b-46b9-bba5-1e847d376668.gif) ### Expected behavior Not having a segfault would be nice. ### To Reproduce...

bug

According to §4.9.3 of the Filesystem Hierarchy Standard: "Note that /usr/etc is still not allowed: programs in /usr should place configuration files in /etc."