duzenko
duzenko
**Describe the bug** Real life web server routes differently **Expected behavior** Routed to `staticHtmlFrontendController.php` as in real life **Reproduce link** https://htaccess.madewithlove.com?share=0b58d4f2-2ace-4277-9bad-e0c5100a191c
### Housekeeping - [X] I'm sure this issue is _not_ a duplicate ### Information: There is a an old issue related for this that looks like this option should be...

## Bug Information Version Number of Plugin: Latest stable Device Tested On: Samsung Tab S2 Version of VS: Latest stable Version of Xamarin: 3.0 ### Steps to reproduce the Behavior...
Gives this error: `/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: Error: Support for Classic applications (using monotouch.dll) is obsoleted in Xamarin.iOS 10.0+. Please migrate your project to Unified (Project > Migrate to Xamarin.iOS Unified API). (LoginPattern.iOS)`
How do we skip the files that have not changed since the last upload? I.e. remote files with the same size as local, and with the modification date older than...
``` String serialize() { assert(type != null, "The feature type can not be null for serialization"); String featStr; switch (type) { case GeoJsonFeatureType.point: final geom = geometry as GeoJsonPoint; featStr...
Hi, how do I get hyphenation working with the HTML converter? I tried `` but it only does justification, no word-breaking Thanks
``` import halcyon from 'halcyon-core-jsLegacy'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppComponent { constructor() { console.log( halcyon.tigase.halcyon.core.Halcyon()) } } ``` Fail `ERROR TypeError: this.eventBus is undefined`
When I run this code in a UWP project I get an exception. Please advise. ``` Device.BeginInvokeOnMainThread( () => { try { if( number == 0 ) CrossBadge.Current.ClearBadge(); else CrossBadge.Current.SetBadge(...