Joel Mueller

Results 4 issues of Joel Mueller

.NET Standard 2.1 is in Preview (as part of .NET Core 3.0) as of this writing. The current version... - Is implemented by .NET Core 3.0 but not .NET Core...

When running `vitest` 0.34.2, if I have `vite-plugin-solid` registered as a plugin, the following warning is logged: > Vitest "deps.registerNodeLoader" is deprecated. If you rely on aliases inside external packages,...

I have a project that uses vitest with happy-dom in conjunction with vite-plugin-solid. Switching from 2.7.0 of vite-plugin-solid to 2.7.1 breaks my unit tests. Here's a relevant part of the...

I'm working on a lambda that processes DocuSign webhook payloads, which always have a top-level "event" property: ```jsonc { "event": "envelope-completed", "apiVersion": "v2.1", "uri": "/restapi/v2.1/accounts/...", "retryCount": 0, // ... }...