Anton Marin

Results 21 comments of Anton Marin

Hi there! In my case (kotlin, gradle 7.4) root cause was in using older version of com.fasterxml.jackson.core:jackson-databind by another package so below helped me: Was: ``` implementation("org.springframework.boot:spring-boot-starter-web") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2") ``` Changed...

Is any example of layered architecture? Or something like

Seems like there is no questions ))

https://github.com/rkit/bootstrap-yii2 There is the project with webpack integration

``` { "manufacturer": "Kojima", "model": "WG-WZ-MINI", "manufacturerId": "_TZ3000_hzlsaltw", "modelId": "TS0001", "status": "Test", "template": [ "/_Tuya/D030_ButtonType.json", "/_Tuya/8001_IndicatorMode.json", "/_Tuya/8002_RestartStatus.json" ], "init": [ { "link": { "endpoint": 1, "cluster": "0B04_ElectricalMeasurement", "attribute": [ "050B_ActivePower",...

А вы не рассматривали размещение шаблонов в этом репозитории?

Tried, but it doesn't work right if i use Stub too and if use only PhpUnit mockery, then code becomes too long and difficult to read.

Hi! Seems like workaround: in file /etc/device-quirks/systemd-suspend-mods.conf remove or comment line with mt7921e - edit with `sudo vim /etc/device-quirks/systemd-suspend-mods.conf`. default pass is gamer - to enter insert mode press "i"...

Насколько понимаю, невозможно ввиду специфики реализации. Я решал через маски подсетей, но понятно что это не всегда подходит