markuspalme
markuspalme
6 presentation hints are shipped out of the box (see `/MvvmCross/Presenters/Hints`), but very few are supported on all platforms. The out of the box hints should a) either be supported...
Fixes #196: `angular.json` is now the default (moved to the top) whereas `angular-cli.json` is only relevant for Angular 6.x or below.
> For Angular 6 and below, add the glob to assets in angular.json Is it possible that this instruction is the wrong way round? `.angular-cli.json` has been migrated to `angular.json`...
The following configuration: ``` headers: ['month', 'day', 'hour'], scale: '4 hours' ``` renders this header with 1.2.8:  Starting with 1.2.9 (up to the latest), this header is rendered: ...
This pull request adds an (optional) API to the `openlayers-directive`. The API provides direct access to the OpenLayers map instance and a convenience method to center the map on the...
### Description A simple JSON deserialization using `Newtonsoft.Json` fails on iOS in a release build as soon as the class that is trying be be de-serialized implements an interface. The...
## 🚀 Feature Requests It seems the new page feature from PR #3339 requires that pages are shown from a controller with the `MvxRootPresentation` attribute. This restriction prevents me from...
## 🚀 Feature Requests The library currently targets `Xamarin.iOS` but not `net6-ios`/`net6-android`. The new TFMs are the future and using this library in new projects is currently not possible. To...
A comment on this page renders incorrectly (Firefox and Chromium): https://www.hanselman.com/blog/the-case-of-the-failing-disk-drive-or-windows-home-server-saved-my-marriage 
### Describe the bug 🐞 When reading back a `DateTime`with kind `Unspecified` and `ForcedDateTimeKind = DateTimeKind.Unspecified`, the resulting date has kind `Utc` and has has been converted to UTC which...