Jørgen

Results 18 issues of Jørgen

First of all I want to thank you for making Freescout. I've been trying it out for a week now and it feels so good to use an open source...

help wanted

I'm trying to build a Xamarin iOS project on a new computer with a fresh install of Visual Studio for Mac and MSBuild is treating warnings as errors, even though...

needs-triage
author-responded

### Description I'm trying to get the location "while in use" from an Android device. So I first check if I have permission. It can be that I don't understand...

bug

### Description When using XCT with LocalizationResourceManager I get weird crashes when I set a new culture on language switch in the settings page: LocalizationResourceManager.Current.CurrentCulture = cult; When I restart...

bug

I'm using Mobile.BuildTools 2.0.245 in Azure Devops Pipeline with iOS and the Bundle Version does not get replaced with the Build Number. I've this in buildtools.json: ``` "automaticVersioning": { "behavior":...

After my first try a month ago when I had a nil pointer exception I now first I ran: go get -u github.com/amit-davidson/Chronos/cmd/chronos Then tried again to run the application...

## 💬 Questions and Help Under: https://github.com/CrossGeeks/FirebasePushNotificationPlugin/blob/master/docs/iOSCustomization.md It says: that it can play sound and that "A sound file with the value set should be in your should be on...

## 🐛 Bug Report Value cannot be null. Parameter name: str at Foundation.NSString..ctor (System.String str) [0x0002e] in /Library/Frameworks/Xamarin.iOS.framework/Versions/14.7.0.166/src/Xamarin.iOS/Foundation/NSString.cs:162 at Foundation.NSUserDefaults.SetString (System.String value, System.String defaultName) [0x00000] in /Library/Frameworks/Xamarin.iOS.framework/Versions/14.7.0.166/src/Xamarin.iOS/Foundation/NSUserDefaults.cs:37 at Plugin.FirebasePushNotification.FirebasePushNotificationManager.DidReceiveRegistrationToken (Firebase.CloudMessaging.Messaging...

I'm trying to link my whole Xamarin Forms project that uses Dahomey.Cbor and I get this exception from this line: https://github.com/dahomey-technologies/Dahomey.Cbor/blob/8cced3c17a5555451b573e2064d8906dadd4a288/src/Dahomey.Cbor/Serialization/Converters/ObjectConverter.cs#L107 No suitable constructor found for converter type: ``` 'Dahomey.Cbor.Serialization.Converters.ObjectConverter`1[[Project.Models.Responses.WebserviceResponse`1[[System.Collections.Generic.List`1[[Project.Chat.ViewModels.ChatViewModel,...

Hi! I've a situation that worked well before but suddenly fails. I deserialize bytes into an object with Cbor.Deserialize(bts); That worked good before but for some reason I now get:...