cclauson

Results 4 issues of cclauson

Noticing that this change recently bumped the version of jsrsasign: https://github.com/microsoft/FluidFramework/pull/10871 However, it looks like the change didn't propagate to the root lerna-package-lock.json for @intentional/server-local-server: https://github.com/microsoft/FluidFramework/blob/main/lerna-package-lock.json Context: am looking into...

bug
community-contribution

Hi, I'm new to automerge and am experimenting with it. Based on trying [the examples on the doc page](https://www.npmjs.com/package/automerge), concurrent changes to the value of a map key will result...

Hi, Wanted to ask about something I'm a little confused about. I see that nunit.xamarin.csproj states that it targets netstandard2.0, but the nuget package currently up does not have a...

is:bug
pri:high

I'm working with a test running app where "FinishedLaunching()" has code similar to: ``` var nunit = new NUnit.Runner.App(); ... nunit.Options.TerminateAfterExecution = true; ... LoadApplication(nunit); return base.FinishedLaunching(app, options); ``` Along...