Piotr Dobrowolski

Results 93 comments of Piotr Dobrowolski

That is caused by missing `imports` key in `forRootAsync` call - the following instantiation of OpenTelemetryModule succeeds without said error: ```js OpenTelemetryModule.forRootAsync({ imports: [], useFactory: () => ({ applicationName: 'nestjs-opentelemetry-example',...

Is anyone working on this? I started some initial work on python butlerd RPC library, and can continue with integrating it into this plugin: https://gist.github.com/Informatic/66afa809b3b3f1035031c83e529ada9e

Turns out integating butlerd into gog galaxy plugin was much faster than I anticipated and managed to get a working POC with owned/installed games listing and game install/uninstall/launch handling working...

Are there any plans on merging this? As a somewhat of a side-effect, this greatly reduces delay in volume changes on some platforms.

Hey, experiencing the same issue while directly using HardwareTimer in nonmaskable mode (I need 5-bit 50bps uart for a project). It looks like it broke somewhere between 0b646a584e9c44f71f45e5fc431145e355619107 (2018/08/28; not...

```trap '' INT && /home/informatic/Projects/esp-open-sdk-2/xtensa-lx106-elf/bin/xtensa-lx106-elf-gdb -x /home/informatic/Projects/Sming/Sming/gdb/gdbcmds -b 115200 -ex "target remote /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0" GNU gdb (crosstool-NG crosstool-ng-1.22.0-55-gecfc19a) 7.10 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version...

As (somewhat) expected, ESP halts after this line: https://github.com/SmingHub/Sming/blob/develop/Sming/Arch/Esp8266/Core/HardwareTimer.cpp#L117 I'll do the bisect... later today.

Note: service is launched when called and `elevate-service` is properly executed, but calls still error out with `Denied method call for category {}`... We probably need some extra patching in...

I assume both of you are using libdile_vt? Have you used some older piccap version? If so, then please try running `rm /var/lib/webosbrew/init.d/piccapautostart`, then go to piccap settings, disable autostart,...

`Permissions 0744 for '/ssl/lg_homeassistant_private' are too open.` That's a good summary. You first need to run: ```sh chmod 0600 /ssl/lg_homeassistant_private ```