markuspalme

Results 15 issues of 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...

t/feature
up-for-grabs
t/docs

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: ![image](https://cloud.githubusercontent.com/assets/1481801/26490257/e05567c8-420a-11e7-9088-1971c56bb2b5.png) Starting with 1.2.9 (up to the latest), this header is rendered: ![image](https://cloud.githubusercontent.com/assets/1481801/26490354/3ab9d172-420b-11e7-8393-0cdcb5ddcd57.png)...

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...

question
area-System.Text.Json
linkable-framework
os-ios
trimming-for-aot

## 🚀 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...

t/feature
p/ios

## 🚀 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 ![grafik](https://user-images.githubusercontent.com/1481801/96251123-49b21380-0fb0-11eb-8722-fbcae5a1c243.png)

### 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...

Bug