Karl Metum

Results 34 comments of Karl Metum

Here is a pull request that was submitted before the repository was moved to a separate repository: https://github.com/edsnider/xamarin.plugins/pull/33 Maybe someone can submit a new PR with the old PR as...

@fbua would you mind fixing the conflicts?

Duplicate of https://github.com/edsnider/localnotificationsplugin/issues/11

Same here. Tried to replicate this sample: https://github.com/tiger4589/Xamarin.Forms-CardView/blob/master/CardViewExamples/CardViewExample/CardViewExample/CardViewHasShadowPage.xaml But I get the following error: ``` Position 8:14. Type cardView:CardView not found in xmlns clr-namespace:CardView;assembly=CardView ```

Stacktrace: ``` at Xamarin.Forms.Xaml.CreateValuesVisitor.Visit (Xamarin.Forms.Xaml.ElementNode node, Xamarin.Forms.Xaml.INode parentNode) [0x00040] in D:\agent_work\1\s\Xamarin.Forms.Xaml\CreateValuesVisitor.cs:48 at Xamarin.Forms.Xaml.ElementNode.Accept (Xamarin.Forms.Xaml.IXamlNodeVisitor visitor, Xamarin.Forms.Xaml.INode parentNode) [0x000ab] in D:\agent_work\1\s\Xamarin.Forms.Xaml\XamlNode.cs:149 at Xamarin.Forms.Xaml.ElementNode.Accept (Xamarin.Forms.Xaml.IXamlNodeVisitor visitor, Xamarin.Forms.Xaml.INode parentNode) [0x00078] in D:\agent_work\1\s\Xamarin.Forms.Xaml\XamlNode.cs:145 at...

Same issue here on 1.7.2: ```c# var cookies = Request.Cookies.AllKeys.ToDictionary(k => k, k => Request.Cookies[k].Value); return new Rotativa.ActionAsPdf("Details", new { id = id, pdf = "1" }) { FileName =...

Impossible to figure out without you posting code examples

@dingobar I've previously contributed to this project, but I've found out that it's using old API calls, and the codebase itself is not very maintainable. So I've built another "Active...