Daniel Mohns

Results 40 comments of Daniel Mohns

Nice, thanks for the hint! For reference I got it to work with the following custom action ```js let $injector = widgetContext.$scope.$injector; let deviceService = $injector.get(widgetContext.servicesMap.get('deviceService')); let attributeService = $injector.get(widgetContext.servicesMap.get('attributeService'));...

> @dmohns Thanks for sharing the solution, will add it to [awesome-thingsboard](https://github.com/devaskim/awesome-thingsboard) Nice! Thank you. Please note, that in my example `picture` attribute is stored as a `SERVER_SCOPE` attribute. Can't...

> > Any idea how this could be adapted to also work for Widgets that select multiple entities? > > What widget do you need? For example, if you use...

Nice, thanks again. After fiddling a bit with the asynchronous nature of some of the involved functions: Here is an updated version of the action that downloads all `pictures` as...

Thanks for all the further advice! > 1. `deviceService.getDevice(datasource.entity.id.id)` - you don't use the result of this API call, so you don't need it Good catch. I changed the code...

The behaviour for @ujwal-setlur stems from a standard way of installing [Brew](https://brew.sh/). For example, the last line in my `fish_variables` file is: ``` SETUVAR fish_user_paths:/opt/homebrew/bin ``` Looking at this thread...

> If I brew install firebase-cli, that will also install Node in a way that interferes with setting the default version with nvm.fish, correct? I can try that out. Yeah,...

Yeah, just to clarify, this issue is about making `sketch.yaml` spec more flexible to support libraries from other sources than Arduino Library Manager. One way that is backwards compatible would...

> I put this repo directly in my `~/Arduino/libraries` of course. I was trying to compile it with `arduino-cli` and I have a `sketch.yaml` file right next to the targeted...

Hey, I see this issue being resolved in the `2.7.1` of the Docker. But what to do if we run `editorconfig-checker` outside of Docker? I.e. in my CI (Github Actions)...