André Srinivasan

Results 9 comments of André Srinivasan

If we think about debugging a Gear, I would want to be able to add my own logging to the execution log so I can narrow down the issue, perhaps...

I'm in the process of updating the Azure IoT Edge RedisEdge module and will have the AMD64 image ready by next week. If you're deploying via Azure IoT Edge, that...

Chasing down why that is being logged. If you're using the default config file, RediSearch is not being loaded and RedisAI was already loaded so you can treat this more...

Attempting to move build into containers.

Understood. Thanks for the follow-up.

To add Preview, add preview to the Path/Command field and then hit the + button

If you have npm but not yarn ```sh cd ~/.vscode/extensions/gruntfuggly.mermaid-export-0.0.8/ npm rm mermaid.cli npm add mermaid.cli ```

I worked around the issue on my M3 Mac with ``` cd ~/Library/Application\ Support/heroic/tools ln -s $(which winetricks) ``` I also needed to `brew install zenity`

@le-flo - Looks like I have p7zip (from some other dependency). - Just to confirm, the output from `which winetricks` returns something meaningful and `winetricks --help` generates a page of...