Tobiaqs
Tobiaqs
Old thread I know, but @Lanchon thanks a lot for developing this!
@ldrahnik You could try my fork and see issue #102 . I have a very similar device and also backlight didn't dim at first, but works like a charm now.
Try installing libcld2-dev? I had the same issue a couple of weeks ago on arch but I forgot how I fixed it there
@bcomnes This automates what I used to build NKit on Pop_OS! You'll need Docker though, or replace the Docker step by running `dotnet build` in the `$PWD/NKit` folder. https://gist.github.com/Tobiaqs/34420144ade5f20609bb628779b3430f
You can encapsulate variables into a query string appended to the service worker script path. ```js navigator.serviceWorker.register( import.meta.env.VITE_SW_PATH + (import.meta.env.VITE_SW_PATH.includes('?') ? '&' : '?') + 'vapid_public_key=' + import.meta.env.VITE_VAPID_PUBLIC_KEY ) ```...
Hello, I was wondering if someone could help me translate a LIRC remote profile into a Broadlink command payload. I want to control my old Philips FA 330 Amplifier with...
Seems to properly work again on my device with this new release.
It seems I am no longer encountering this issue in Vue 3.3.4
It seems I'm still encountering this issue, even in Vue 3.4.x This is my workaround (works with Vite). It disables transitions in dev. In prod everything works... ```vue // FixedTransitionGroup.vue...