Stefan Kneidl

Results 25 comments of Stefan Kneidl

I have the same issue with a quite similar setup => .NET 6 and Ubuntu 20.04. I just load a file from disk, copy it and dispose both instances. DotMemory...

IMO it's not ok to tell devs to migrate from System.Drawing.Common to Microsoft.Maui.Graphics when this lib is clearly not ready for production

Then what's the purpose of Microsoft.Maui.Graphics, when it's using SkipSharp any way?

> It's an abstraction layer, allowing other rendering implementations to be used when appropriate in the future. It may not make sense for MAUI to require delivery of Google's Skia...

@swharden I've created an issue for this #489

with 1.39.2-net6.0 everything works fine ``` { "script": { "enabled": true, "enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0" } } ```

> Hi Max, thanks heaps for moving this to java11! > > > > I'm trying to run it on latest MacOS 12.1. > > > > When running it,...

When running the app in me Linux VM, I noticed that stream_recorder.pl is called for every single track from the requested playlist. So far so good, but my Spotify queues...

I tried calling `stream_recorder.pl` from terminal, with my parameters and this works like charm `perl stream_recorder.pl --uri 'spotify:album:' --format mp3 --outdir records` I'll try to build the musicsync app around...

> For pacmd as part of pulseaudio: https://formulae.brew.sh/formula/pulseaudio > > > > The weird thing is that I don't get any proper logs out of the musicsync application running for...