Nick Bolton

Results 1039 comments of Nick Bolton

Oops, I meant virtual pin values (not settings). Edited.

I have about 50 or so virtual pins on the device, and I need to reset them all to default. Right now, the only workaround is to either use the...

Ok, good idea. I didn't consider that. Is there a way to retrieve the default value for a virtual pin from the Blynk server? Or, would it be better to...

> Just to clarify - what you need is actually action "Reset virtual pins to default", something like that, right? Yes a "Reset virtual pins to default" server-side action would...

Ok, I created a new project, and still no luck. Now, I'm seeing this error... ![image](https://user-images.githubusercontent.com/313427/189663700-6ed31e81-8164-4156-ab50-a6928e8f6c27.png) Edit: Rebooting solved this, seems that the PIO service may have crashed?

I think I found a possible cause. Perhaps my dir structure was confusing PIO? My PIO project was in a subfolder called `firmware` (I tend to have two top level...

Update: I moved the contents back into `firmware`, and PIO is once again loading with the dir structure that was briefly not working, so by changing the paths, perhaps I...

I added some more reaction emojis to the issue ❤️ 👀

> ```json > "command": "cd ../../ && nx serve ${input:selectProject}", > "cwd": "${workspaceFolder}/apps/${input:selectProject}" > ``` This `cwd`/`cd` trick did it for me. Now my breakpoints work. How strange! ![image](https://github.com/nrwl/nx/assets/313427/8fc92f90-afd9-49dc-a235-918c068c6bdf) Before...

Judging by this ticket, looks like Slack API is not supported on Cloudflare Workers. Here's the error I get: ``` X [ERROR] Could not resolve "querystring" ../../node_modules/@slack/web-api/dist/WebClient.js:49:30: 49 │ const...