Hirofumi Horikawa
Hirofumi Horikawa
I executed following codes with [`noble-uwp`](https://github.com/jasongin/noble-uwp/). ``` const noble = require('noble-uwp'); noble.on('scanStart', () => { console.log('scanStart'); }); noble.startScanning(); ``` But I couldn't handle `scanStart` event. Can I get `scanStart` /...
I'm trying to use this useful tool from bash on WSL in order to write my program into ESP8266. But the process stoped after `trying to connect` was displayed. Please...
[maintainer edit] This issue is reserved for the MLH Fellowship program. ### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md)...
This patch replaces resolverSeqeuce of node_mdns from defaultResolverSequence, so there is no need to [modify "node_modules/mdns/lib/browser.js"](https://github.com/noelportugal/google-home-notifier#after-npm-install).
When trying to access the `context.req.url` property in an HTTP trigger function, VSCode shows TS error as the following screenshot.  As the following documenation says, the `req` object has...
### Is your feature request related to a problem? Please describe. When [server app](https://github.com/Azure/azure-webpubsub/blob/main/samples/javascript/chatapp/server.js) is deployed on EashAuth enabled Azure Web App, a pre-flight request of CloudEvent from Azure Web...
Is it possible to choose from `column` output such as followings? ``` Choose version: v1.0.9 v1.0.7 v1.0.5 v1.0.3 v1.0.2 v1.0.1 v1.0.8 v1.0.6 v1.0.4 ```
As the following screenshot, Azure Functions can accept only letters, numbers (0-9), periods ("."), and underscores ("_") as appsetting name.  But core tools can accept other characters from those,...