Michael Argentini

Results 7 issues of Michael Argentini

### Which *exact* Umbraco version are you using? For example: 9.0.1 - don't just write v9 10.1 ### Bug summary Umbraco 10 2FA throws console exception for 402 response to...

type/bug

Any idea how I can get this working in Ionic 4 or Angular 7? It compiles, but my component explodes when I try to use convert(). The error doesn't indicate...

### Description Need Support for Mac Arm64 (Apple Silicon) Chromium Builds ### Complete minimal example reproducing the issue n/a ### Expected behavior: n/a ### Actual behavior: n/a ### Versions Latest...

Are there plans for Arm64 support (e.g. Apple Silicon)?

question

Using `stencil.config.ts` sass() options like the following do nothing: ``` sass({ sourceMap: true, sourceMapEmbed: true, sourceMapContents: true }) ``` No sourcemap data is generated in the resulting CSS file, and...

Resolution: Needs Investigation
Help Wanted

The docker example is incorrect. It's missing the gRPC port which prevents it from working. The example should be: `docker run -p 6333:6333 -p 6334:6334 qdrant/qdrant`

bug

Are there any plans to add JSON validation to the .NET libraries (e.g. a version of your JsonSchema C++ library)?