CM

Results 7 issues of CM

When running `sudo make DIST=testing REPO=Debian RPI=2` with https://github.com/TheSin-/rpi-img-builder/commit/645f78d904503ef02767664beba59268dbb11cfa checked out, the following lines of the `postinstall` script fail: https://github.com/TheSin-/rpi-img-builder/blob/728790f8ec04818ffad4460163ca1c2b37bf638d/postinstall#L64-L69 Specifically line 67 `apt-key --keyring /etc/apt/trusted.gpg.d/${i%.*}.gpg add ${i}` is running...

I created a script to convert a csv file from an Android time tracking application into Watson frames. When doing this Watson does not recognise matching frames with the same...

Running `cargo test` from root directory results in the following error: output ``` warning: profiles for the non root package will be ignored, specify profiles at the workspace root: package:...

Seems a similar problem to #34 When I run `git submodule update --init -depth 1` I get the following error: ``` Submodule 'otp' (https://github.com/erlang/otp) registered for path 'otp' Cloning into...

Issue for refactoring https://github.com/hamishcunningham/fishy-wifi/blob/c7e3cb415f0ee15786c1d1fe610efdc433e5f889/ardesp/waterelf32/waterelf32.ino

enhancement
waterelf32

Running 2to3 over the code I only found 2 lines of code which needed to be refactored to make the codebase python 3 compatible (see https://github.com/chrsintyre/chalk). Is there something more...

I'm interested in this project, however I am unsure what the high level plan is. I am assuming rusix will implement Ceph's [RADOS](https://ceph.com/wp-content/uploads/2016/08/weil-rados-pdsw07.pdf)? It would be good to have some...