Jonas Vercammen
Jonas Vercammen
hi @Izhaki when I try to import it in a component in typescript, it says: ... exercise.component/exercise.component.ts (3,8): Module '"bezier-js"' has no default export. how can I fix that?
@Izhaki I tried to import it into a Typescript class this way: import Bezier from 'bezier-js'; Which said there is no module or default module to load. The problem was...
> `Button` > You can also use 'mat-flat-button' instead of 'mat-raised-button' if you don't need extra styling such as shadow. amazing, just what I was looking for. thank you!
Same issue here. I get errors on node-switchbot:[Object object] It can not establish the ble connection
Migrated to home assistant. It seems to be a more stable and maintained platform. And switchbot BLE devices worked out of the box.
> If you want to pull the latest version (by taking it from https://hub.docker.com/r/linuxserver/plex/tags?name=version ): > > ``` > LAST_PLEX_VERSION=`curl -L -s 'https://registry.hub.docker.com/v2/repositories/linuxserver/plex/tags?page_size=10&name=version' |jq -r '."results"[]["name"]' | grep '^version' |...