CaCO3

Results 71 issues of CaCO3

Just a note: I have a DSM7 setup on an appololake system (Xpenology, DS918+) I want to use the driver for ch341, but I get: ``` insmod /lib/modules/ch341.ko insmod: ERROR:...

I had a script working fine by connecting directly by IP: ``` import pychromecast pychromecast.Chromecast("192.168.1.108") # => Chromecast('192.168.1.108', port=8009, device=DeviceStatus(friendly_name='myChromecast', model_name='Eureka Dongle', manufacturer='Google Inc.', uuid=UUID('78c41f7a-7370-bdd1-99cf-515532fc4a81'), cast_type='cast')) ``` This work fine...

Hi @Germar, @dinoboy197, @LanceGundersen I am using BiT since over 10 years, mainly in connection with my Synology Diskstation. I also helped on the wiki page in https://github.com/bit-team/backintime/wiki/Hardware-Specific-Setups/_history That page...

This issue originally was opened in https://github.com/zephyrproject-rtos/zephyr/issues/37160 We are using the MCUBoot based bootloader (`/bootloader/mcuboot`) in a Zephyr project. It seems there is no way for a (Zephyr) application to...

enhancement
someday
area: zephyr

The installation on an Ubuntu 18.04 system fails with the error `ModuleNotFoundError: No module named 'DistUtilsExtra'`. As a workaround, one has to install `apt install python3-distutils-extra`. Please update the readme.

It would be great to navigate through a `listview` by keys (up, down). I think of different ways: - support a `onkeydown` event - handle it internally and directly select...

Like already requested in https://github.com/nextcloud/activity/issues/44, I am also in a need to exclude a certain file from the activity log. Reason: I have a tool which periodically uploads an ics...

enhancement

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

bug
0. Needs triage

Hi all I am trying to get the "SMP Server Sample" (https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html) working. I have a nrf52840dongle_nrf52840 and successfully installed MCUboot (option #2) and the "SMP Server Sample" on it....

Do you think/know if it still works with the latest firmware 1.6? According to https://github.com/mirko/SonOTA/issues/58 they now validate/pin the certificate. I finally have my DNS server working and would like...