Yann Le Moigne
Yann Le Moigne
Hello, I think there should be an option to allow `null` value on non required type as valid, there is many tools/schema which consider non required field as equivalent to...
On my side, I would like bridge/operator to convert a ReadStream to a Flow and conversion from Flow to WriteStream.
Still issue with Angular 15 and ngxs hmr plugin ; also the doc say it will be deprecated in angular 10 (https://www.ngxs.io /plugins/hmr), but it's still alive. When reload happen...
The same with HA 2023.5.3 2023-05-15 06:50:28.792 WARNING (MainThread) [homeassistant.components.zha.core.cluster_handlers] [0xC5CE:1:0x0006]: 'async_configure' stage failed: 'uint8_t' object is not subscriptable Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/zha/core/cluster_handlers/__init__.py", line 342, in async_configure...
Je n'ai pas de soucis pour appareiller, jamais. Le dongle zigbee est a 3m du zlinky. Par contre, j'ai le soucis HASS(ZHA) choppe des données au démarrage, puis plus rien...
@vikitor87 Can you share the quirk file you've implemented ?
@vikitor87 thanks, it works (well at least it looks better now, i don't know the accuracy of the device)
Hi @timtebeek Yes there is an indication of what is the java source file but sadly, I'm not able to share it with anyone (legal stuff). No style, here the...
I'm not sure how it works. If I try to replace the string in `multipleClassesWithTheSameNameButDifferentPackages` to ``` java( """ package foo; public class Toto extends Foo { } """ )...
On my project, the minimal setup to have the exception is : ```kotlin rewrite { activeRecipe("org.openrewrite.java.OrderImports") } ``` So in `OrderImportsTest`, I wrote : ```java @Issue("https://github.com/openrewrite/rewrite/issues/3821") @Test void unidenfiedIssue() {...