Jonathan Mezach

Results 13 issues of Jonathan Mezach

As described in #11 the change detection mechanism that's currently in place causes the view not to update when the DevTools are being used. This PR suppresses the change detection...

As noted in #10 the aurelia-redux-plugin passes Aurelia's configuration to the Store class, but that class expects a ReduxPluginConfig instead. This PR fixes that so that creating the store in...

I've been trying out aurelia-redux-plugin but I noticed that setting up the Redux DevTools doesn't work with this plugin. For example, time traveling doesn't update the view. I spent some...

I've been trying out this plugin, but I ran into an issue while following the documentation in the README. It suggests configuring the store during Aurelia's configuring function, however this...

At the moment it seems that it is not possible to build a dacpac that references objects in other dacpac packages, or I just can't figure out how to do...

enhancement
area: build sdk

I've been working on an open source project called [MSBuild.Sdk.SqlProj](https://github.com/jmezach/MSBuild.Sdk.SqlProj) which allows defining SSDT like projects using the simplified SDK-style project files while also enabling support for building .dacpac's cross-platform....

enhancement
area: build sdk

### Current Behavior Our DependencyTrack instance is currently reporting Microsoft.Data.SqlClient version 5.2.0 as vulnerable for CVE-2024-0056. According to [the CVE](https://www.cve.org/CVERecord?id=CVE-2024-0056) that vulnerability only exists in versions 2.1.7, 3.1.5, 4.0.5 and...

defect
in triage

We've recently introduced this library into one of our NServiceBus endpoints that is hooked up to New Relic through OpenTelemetry. While we are seeing metrics and traces now in New...

### Description In the [documentation](https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/security/?view=aspnetcore-7.0&pivots=maui#other-authentication-security-considerations-1) surrounding Blazor Hybrid apps with .NET MAUI it is stated that it not recommended to expose the access token to JavaScript running inside of the...

t/enhancement ☀️
proposal/open
area/blazor 🕸️
discussed
Priority:1

As part of Augurk 3.0 we're planning on replacing the user interface with a more modern implementation. We decided to settle on Vue as the SPA framework and Vuetify as...

enhancement
help wanted