Thomas Ardal
Thomas Ardal
I get the following error when trying to send an email through postal 0.8.2 (asp.net mvc 4, .net 4.5): 2013-03-25 12:52:13.4430 DealerHub.Services.EventConsumer.EConsumer ERROR System.MissingMethodException: Method not found: 'Void System.Web.Razor.RazorEngineHost..ctor(System.Web.Razor.RazorCodeLanguage, System.Func`1)'....
The elmah.io consists of highly technical blog posts and receives more than 100k visitors per month.
I'm using `[TOC]` to generate a table of contents in my markdown files. This isn't supported by remarkable (and probably shouldn't, since it's an extension to markdown). What I cannot...
I keep getting the following exception from time to time: "Failed to obtain a request token from the Twitter api OR the the response was not an HTTP Status 200...
I get the following exception in my log: SimpleAuthentication.Core.Exceptions.AuthenticationException: Reason: user_denied. Error: access_denied. Description: Permissions error. at SimpleAuthentication.Core.Providers.FacebookProvider.RetrieveAuthorizationCode(NameValueCollection queryStringParameters) at SimpleAuthentication.Core.Providers.BaseOAuth20Provider`1.AuthenticateClient(NameValueCollection queryStringParameters, String state, Uri callbackUri) at SimpleAuthentication.Mvc.SimpleAuthenticationController.AuthenticateCallback(AuthenticateCallBackInputModel inputModel) From...
I'm proposing adding a `name` property to a bundle like this: ```json { "name": "mybundle", "outputFileName": "wwwroot/bundles/thebundle.min.js", "inputFiles": [ "wwwroot/js/script.js" ], "minify": { "enabled": true }, "sourceMap": true } ```...
> I would have created this under Discussions but it doesn't seem to work. I think categories are missing to be allowed to create a new discussion thread. I'm starting...
Would be awesome if GoCommando were ported to netstandard. Going commando in .NET Core would feel so nice too.
Option to disallow usage of a separator. Could be something like this: $('input').numeric({separator:false}) which would produce a input field with possibility to input integers only without thousand separator, decimal separator...