Sergiu Cosmin

Results 10 comments of Sergiu Cosmin

hello, having the same issue, MvxInteraction subscription on the IOS view is not triggering, have not tried on Android yet, any fixes or workarounds for this ? thx

@Nickolas- nope, sorry, a bit new to the subscription thing in mvvmcross can you please explain how to use the string reference or do you have a link that explains...

sure View: ```C# public partial class TabBarView : MvxTabBarViewController { private IDisposable _subscription; private IMvxInteraction _displayInteraction; public IMvxInteraction ChangeDisplay { get { return _displayInteraction; } set { if (_subscription !=...

yes, sorry, forgot to show that line, the bind is made on the view, I tried with the Request event and it is working, but the weaksubscribe still not working

@svenpet +1 on the comment above, and I would also like to see the Staff Engineer, Principal Engineer, etc. Also after looking at this talk I was wondering where does...

@MrYossu does this help you: https://www.learnentityframeworkcore.com/configuration/fluent-api/ignore-method ? if not, I'm sorry but I don't understand your scenario very well

@MrYossu ahh ok now I think I get it, you want to use the ValueObject pattern: please read here how this can be done in EF Core, hope this helps:...

@kxxb I took the latest version of this repo and I am getting two errors in xcode: error: Build input file cannot be found: '/moko-mvvm-compose-swiftui/shared/build/cocoapods/framework/MultiPlatformLibrarySwift/mvvm-compose-swiftui_shared.swift' (in target 'iosApp' from project...

ok, I think I managed to fix it by opening the iosApp.xcworkspace in XCode instead of the iosApp.xcodeproj, building one time -> failed but all the files are generated and...

hello, any news when this will be done ? we are also struggling to remove the `!` and use `is false` whenever possible in our code but this rule kinda...