Joacim Wall
Joacim Wall
We have a thierd part that are responsible for publish the app that we develop. So we just build the IPA on App center where the thierd part has setup...
### Description See attached project ### Stack Trace The are no stacktrace ### Link to Reproduction Sample https://github.com/JoacimWall/Joacim_Bug_Report.git ### Steps to Reproduce 1. Run the attached project target Android device...
Hi i used the node-sonos-http-api to say to my kids that the dinner is ready throw sonos. So i added support for this so Alex can do it for me...
When i use the ImageCropControl and zoom. The image is saved without zoom. Viewmodel:Code var model = modelIn as ImageCropModel; HeightRequest = model.HeightRequest; WidthRequest = model.WidthRequest; CompletionMessage = model.CompletionMessage; CancelMessage...
i get strange behaviour first i trigger and i get the selected item. then i trigger once for a outer item in the list that i did't tapped. //Binding //ViewModel...
### Description Build fail and you get error. /usr/local/share/dotnet/packs/Microsoft.Maui.Resizetizer.Sdk/7.0.59/targets/Microsoft.Maui.Resizetizer.targets(9,9): Error: One or more invalid file names were detected. File names must be lowercase, start and end with a letter character,...
Hi I use like this today variables: setTempMessage: | temp => { is it possible to add one more var to the call. like sampel below? variables: setTempMessage: | temp,unit_c_f...
Hi Is there any suport for stacked bar charts? like this? //Joacim
Hi I am porting a Xamarin app to Maui. Today we do it like this in Xamarin. ``` var assembly = IntrospectionExtensions.GetTypeInfo(typeof(SkiaSharpHelper)).Assembly; Stream stream =assembly.GetManifestResourceStream("LiberoClub.Resources.Fonts.babyplanetregular.otf"); _babyPlanetRegular = SKTypeface.FromStream(stream); ``` but...
In this video for .Net 7 and GRPC https://www.youtube.com/watch?v=et_2NBk4N4Y the say that GRPC should work on azure linux app service. I have implemented following this guide with no success. https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/gRPC/use_gRPC_with_dotnet.md...