Jeremy Meng
Jeremy Meng
## Summary: Per WHATWG spec, > Each [WebSocket](https://websockets.spec.whatwg.org/#websocket) object has an associated binary type, which is a [BinaryType](https://websockets.spec.whatwg.org/#enumdef-binarytype). Initially it must be "[blob](https://websockets.spec.whatwg.org/#dom-binarytype-blob)". Fixes https://github.com/facebook/react-native/issues/37524 ## Changelog: [General][Changed] - Change...
pnpm install failed on WSL with mounted windows file system drive: EACCES EACCES: permission denied
### pnpm version: 7.26.0 ### Code to reproduce the issue: ```shell pushd /mnt/c/github git clone https://github.com/azure/azure-sdk-for-js jssdk2 cd jssdk2/ npm install -g @microsoft/rush rush update ``` ### Expected behavior: no...
**Description/Screenshot** One of our Azure SDK packages has a dependency on @microsoft/applicationinsights-web-snippet, after we upgrade from v1.1.2 to v1.2.0, we got this compilation error from TypeScript compiler. Looks that your...
- updating test dev dependencies - add fully qualified namespace env var - update atomE2ETests to use token credential - Update test utils to use createTestCredential - use SERVICEBUS_FULLY_QUALIFIED_NAMESPACE to...
to lint and build all packages. This can be used to valid changes that touches large number of files, and are skipping CIs.
when `url` key has a value of empty string. And ignore some proxy agent properties that are not interesting to log, but may have deep nested properties, some of which...
It is used in run time so should be in "dependencies" instead. ### Packages impacted by this PR @azure/eventgrid-namespaces
when `rush build -t @azure/monitor-opentelemetry` at 7b02c7275fb I got the following error. Not sure if it's because a dependency got upgraded or something else. ``` > tsc -p . &&...
as it is suggested in `dotenv`'s documentation. https://github.com/motdotla/dotenv/blob/8ab33066f90a20445d3c41e4fafba6c929c5e1a5/README.md#%EF%B8%8F-usage It would be nice to be consistent across the repository.
currently the property only holds a string `edge-runtime` but in the future hopefully it would contain more useful info. while at it also port PR https://github.com/Azure/azure-sdk-for-js/pull/30194 to ts-http-runtime ------- ###...