Artem Makarov
Artem Makarov
## Bug description Error happens while browsing Kotlin projects. Can't really pinpoint any exact files causing this right away. ## Environment - detekt Idea Version: 1.21.0 - Platform Version: 2022.2...
Fix improperly accessed optional values; ServerDslProperty incorrectly wrapped by OptionalProperty Fixes gh-1808
## Bug description `optional` around `ClientDslProperty`/`ServerDslProperty` properties such as `anyOf`, `anyNonBlankString`, `anyEmail`, etc. produce wrong output, like `OPTIONAL>>ClientDslProperty{\nclientValue=^FOO$|^BAR$, \n\tserverValue=FOO}
**Describe the bug** Ghidra 11.0 can't open program created in Ghidra 10.4 with "File was created with an unknown version of Ghidra" error **To Reproduce** Steps to reproduce the behavior:...
https://blog.jetbrains.com/rust/2024/05/21/rustrover-is-released-and-includes-a-free-non-commercial-option/
### Summary ESP32P4 includes a 4-channel [LDO controller](https://docs.espressif.com/projects/esp-idf/en/stable/esp32p4/api-reference/peripherals/ldo_regulator.html) that can be used to supply power to external hardware, e.g. screens. ### Testing I've tested this on an ESP32-P4 board that...
### Description Now that ESP32P4 support is there, I'd like to see LDO driver (https://docs.espressif.com/projects/esp-idf/en/stable/esp32p4/api-reference/peripherals/ldo_regulator.html) also implemented. I've already opened pull request [here](https://github.com/micropython/micropython/pull/18538). I've seen there was a discussion about...