Bryson Hair

Results 11 issues of Bryson Hair

Microsoft's application insights package recently added an update to support full message tracing. https://github.com/microsoft/ApplicationInsights-dotnet/pull/2593 Our company's current state is we are using the incoming/outgoing message tracing feature from one of...

### Bug Report - At what date and time did you most recently experience the problem? 2/29/24 - Where did you experience the problem? E.g. Azure Web Apps, Azure Functions,...

**Is your feature request related to a problem? Please describe.** I'm unable to use static web apps unless I can get it to proxy calls to APIM. I want to...

### Describe the feature. Enabling Open Telemetry support creates telemetry in app insights with no operation name. They bucket in a single operation. ![image](https://user-images.githubusercontent.com/3073436/233176587-da24777c-1747-47d2-a625-e130b698a786.png) #### Describe the requested feature Append...

Improvement

Something humorous I found in your docs. Not a huge deal. https://github.com/Azure/ms-rest-js/blob/d0527449c295fc8df511fd7d4c0a0308c9ed2ce6/lib/policies/requestPolicy.ts#L39 https://github.com/Azure/ms-rest-js/blob/d0527449c295fc8df511fd7d4c0a0308c9ed2ce6/lib/policies/requestPolicy.ts#L89

The wiki article to merge multiple repositories is only for UNIX based systems. Here's how you handle this in Windows. gource --output-custom-log repo1.txt "repo1/filepath" gource --output-custom-log repo2.txt "repo2/filepath" type repo1.txt...

### Bug Report Release [20240312.3](https://github.com/microsoft/Oryx/releases/tag/20240312.3) doesn't support 18.19.1 even though it says it does. - At what date and time did you most recently experience the problem? 3/15/24 - Where...

### Clear and concise description of the problem Angular architects has their own code to import modules using import(). https://github.com/angular-architects/module-federation-plugin/blob/main/libs/mf-runtime/src/lib/loader/dynamic-federation.ts You have an example doing something similar for React. https://github.com/module-federation/module-federation-examples/blob/master/advanced-api/dynamic-remotes-runtime-environment-variables/host/src/hooks/useFederatedComponent.js...

### Question I noticed there's a separate library called single-spa-angular/elements that can be used to render a custom web element. Is this library encouraged or more of a side library...

**Describe the bug or question** Does the exports property in package.json need to be so deep? Why is it like this? I'm trying to using @angular-architects/native-federation and their bundler isn't...