Hirofumi Horikawa

Results 8 issues of 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)...

content
MLH fellowship
code security
SME reviewed

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. ![image](https://user-images.githubusercontent.com/4566555/125177952-1ccb1e00-e21b-11eb-8f7a-6e89b1e82562.png) 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...

bug

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 ```

enhancement

As the following screenshot, Azure Functions can accept only letters, numbers (0-9), periods ("."), and underscores ("_") as appsetting name. ![image](https://github.com/Azure/azure-functions-core-tools/assets/4566555/390d4424-8dec-4ac3-92b2-2cac995c91e0) But core tools can accept other characters from those,...