Yuri Timenkov

Results 40 comments of Yuri Timenkov

Now I got to them. This approach worked (or similar...) ```c++ struct AsyncMockable { MAKE_MOCK1(async_func, boost::asio::awaitable(int param)); }; void test() { AsyncMockable m; ALLOW_CALL(m, async_func(_)) .RETURN([]() -> boost::asio::awaitable{ co_return; }());...

Came across this issue... Just adding an option to write to console instead of files would solve a lot of cases... It's quite natural way for logging in containers and...

I experience high memory and CPU usage with Unity project (replaced old Unity extension with Microsoft's one). I can't say the project is exceptionally large (I even unchecked generating projects...

Great to see that you're making progress on this. Because current behavior is quite misleading and I would say dangerous. proto3 in principle doesn't allow required fields and therefore all...

Sorry for late reply. I tried `latest-dev` tag and can confirm that it fixes the problem (zigbee2mqtt connects to mosquitto via IPv6) ``` /app # grep version node_modules/mqtt/package.json "version": "5.5.0",...

I wonder if it is related to https://github.com/mqttjs/MQTT.js/pull/1852 (or corresponding issue?) (based on fuzzy gpt-style text searching for most probable location 😁). Digging a bit more I saw that you've...

@Koenkk No, it doesn't: ``` /app # apk add npm fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz (1/1) Installing npm (9.6.6-r0) Executing busybox-1.36.1-r2.trigger OK: 77 MiB in 34 packages /app # ls data/...

Sorry for late reply. Was busy with day job and life during the week... > what is the last working version? Start from 5.5.0 and update until it breaks It...

No, same here. ``` /app # npm install [email protected] changed 1 package, and audited 209 packages in 1m 30 packages are looking for funding run `npm fund` for details found...

I'll put this on my todo list. Shall find some time some time 🤣. Making a smaller repro for mqtt.js doesn't require to take down whole home automation.