Aaron Powell

Results 77 comments of Aaron Powell

Is that really the best way to get the map instance? It seems so brittle :confused:

👋 Howdy all, author of Profile Switcher here. Let me know what I can do to help debug/resolve this. If it seems there's a problem that the max size of...

Doing my own digging into the problem, the issue is with the way the [`AjaxMonitor`](https://github.com/microsoft/ApplicationInsights-JS/blob/2.3.0/extensions/applicationinsights-dependencies-js/src/ajax.ts) dependency works, specifically the following lines: [Line 98](https://github.com/microsoft/ApplicationInsights-JS/blob/2.3.0/extensions/applicationinsights-dependencies-js/src/ajax.ts#L98) which fails because the line does a...

## Workaround The workaround for this would be to use the [`DefinePlugin`](https://webpack.js.org/plugins/define-plugin/) plugin for webpack. This is doable with Gastby, by updating the `gastby-node.js` file like so: ```js exports.onCreateWebpackConfig =...

@MSNev I'll have to have a test and see if I can still repo (assuming that #1167 is in a released npm package).

@v-anvari I believe there's some form of requirement here, either the rule for `IEnumerable` bindings should raise an error if you only try and get a partition key query _or_...

Hi @egeyer, I've had a look at it and have created a sample repo here: https://github.com/aaronpowell/swa-blazor-cli-bug I was able to setup auth against the emulator, getting the following result back:...

Actually, it looks like it isn't flowing through the client principal info properly, the `IsInRole` test on `IIdentity` always returns `false`, so I'll have to have a look into that...

Some more digging - I made a mistake, the route restrictions are applied _if you write them correctly_, whoops! So, SWA CLI will restrict based on config ✅ I think...