Matthew Leibowitz

Results 968 comments of Matthew Leibowitz

I have finished the next view now, bars, as well as some small bug fixes...

@johntom I have finished the changes needed to do the resize, you can use my fork, or wait for the changes to be merged.

I just want to add my 2c here. I think this is not really a question, but a bug or a missing feature. Unless, the documentation needs to me more...

@fabiocav I have a test repo here with the extra target to get it to work: https://github.com/mattleibow/SkiaSharpFunctions You should just be able to delete that snippet and see the error...

@BernhardHuberPlanBGmbH do you have a Linux or a windows function? If you are using a Linux function, you may need to include https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/ and copy libSkiaSharp.so instead.

And manually copying the libSkiaSharp.dll doesn't work? It is working in this example: https://github.com/mattleibow/SkiaSharpFunctions https://skiasharpfunctions.azurewebsites.net/api/images?text=SkiaSharp%20Functions

That is just a warning, so you can ignore that. The function tasks are trying to process it, but they shouldn't. Probably a bug or we need some way to...

@BernhardHuberPlanBGmbH Hmm. Maybe the VS publish option doesn't like this. I'll see if I can adjust some things in the target to only copy AFTER the processing has been done.

@dapug I have been working on touch support for the skia views, and I think you may like what there is available. Here is the PR that I want to...

Yes. Although, it may have to do with the multiple assemblies, not the times it was run. For example, if I have 10 versions of an assembly, it adds 10...