TheDiveO
                                            TheDiveO
                                        
                                    (oh, and SELinux support for setting the context (elements) would be great either!)
The error I see might be related, with [email protected]: ``` Error: TS18003: No inputs were found in config file './tsconfig.json'. Specified 'include' paths were '["src/","styleguidist/"]' and 'exclude' paths were '[]'....
That's not necessarily meaning that sherazan booted from sda. rpi-clone 2.0 is broken since many months, see issue #49. Fix is to roll back to last known working 1.x, see...
I see the same issue on Raspbian Jessie with the recent rpi-clone update: since the **cloned** mSD on `sda` has the same part IDs as the mounted boot mSD, rpi-clone...
More details: I selectively moved backwards along master until 2d8412dd12fec63260b678f307b43891872fc953, which is the last working 1.x version. From 2.0 on, `rpi-clone` fails as it thinks that the backup mSD is...
@lebo202002 while cd'ed into your git clone of the github rpi-clone repo, do `git checkout 2d8412d`. This winds you back to rpi-clone 1.x. Then run `sudo ./rpi-clone sda`.
What I've seen so far in other projects are declarations like (BSD-3-Clause OR GPL-2.0) or (MIT AND BSD-3-Clause) in their single license. For instance, https://github.com/crypto-browserify/sha.js/blob/master/LICENSE contains **both licenses in a...
Ah, good to know!
A look into go-license-detector reveals that it scans (beyond others) files named "license" with certain extensions, but not .doc. So Im closing this issue and file an issue with the...
Is there a reason for using a `.docs` extension instead of `.doc`?