thedeadliestcatch
thedeadliestcatch
### Describe the feature would like to see added to OpenZFS At the moment, all encrypted datasets are mounted/have their keys loaded automatically on boot time. This interrupts boot when...
Working with one device I experienced an immediate hard reset (reboot) as soon as mvt established the adb connection and started the collection process. Has this been experienced under any...
I'm still documenting the issue and will leave this as a placeholder. A recent update of the dom0 kernel seems to result in failed initramfs images. Upon reboot, the emergency...
At the moment, once you have configured a camera/entity you can't change the subscribed events anymore. It would be quite useful to be able to reconfigure the subscribed events for...
Specifically, I would like to see some explanations about how existent mappings are handled. Suppose I recreate my mappings per the persistence ORM-like classes. I cannot use init(0 as they...
Per https://www.elastic.co/blog/simplifying-log-data-management-flexible-routing-elastic I can't seem to be able to find an immediate path to implement the above with elasticsearch-dsl in its current form. For example: - Take the Blog/Post object...
I'm struggling to find any documentation about how to use ESL to add a pipeline to an index. Suppose we take https://elasticsearch-dsl.readthedocs.io/en/latest/persistence.html and the Post type (index=blog). How do you...
It's clear that reconstructing entries from the Desktop database into a backup file with mismatching recipients will not work currently. I wonder if (after reading the complaints and comments from...
Given the following configuration: ``` $ cat CMakeLists.txt cmake_minimum_required(VERSION 3.16.0) include($ENV{IDF_PATH}/tools/cmake/project.cmake) list(APPEND EXTRA_COMPONENT_DIRS components) project(blah) $ ls components/ u8g2 u8g2-hal-esp-idf ``` The following error occurs: ``` CMake Error at components/u8g2/CMakeLists.txt:2...
Based off the issues everyone seems to be experiencing using this as a component, I think the ideal scenario would be to provide an example repo that settles on one...