Lelelo1
Lelelo1
Hello I am having problems setting up observability. It says `ObservableObject` is a sealed type: ``` using Cortex.Net.Types; ```  If I understand correctly,...
Hello and thanks for this api I am wondering about the world magnetic model components `X`, `Y`, `Z`. What is the coordinate system they are given in? I think I...
Is there anyway to disable the toggle animation?
Is it possible to consume third party nuget packages and use them in Lua?
**Semicolon** I have noticed using semicolon in the sql fails the it. Now it happens again ``` SELECT v.entity_id INTO @id FROM catalog_product_entity_varchar v JOIN catalog_product_entity p ON v.entity_id =...
How do run the tests? According to the [docs](https://flutter.dev/docs/testing) it should be `flutter test`. Are the tests in the *test* folder manual tests?
Hello Is code for the magnetometer calibration possible? I am developing a navigation app and id like to see I can improve it with custom calibration of the magnetometer. I...
Any idea on how to get this working for Xamarin Forms? Is it "as simple as" replicating what is in `NObservable.Blazor`?
Hello. Can this be used for watchOS?
Hello Interesting technique! I am keep my eyes out for alternatives other than magnetometer in my navigation app. Do you think using the model can out-preform the usage of magnetometer...