John Staveley
John Staveley
Hi, can the readme be updated with usage instructions? I've had a look at http://docs.hangfire.io/en/latest/background-methods/using-ioc-containers.html but it doesn't seem to apply to simpleinjector. Thanks
I have the following method: ``` [Breadcrumb("Usage", FromAction = "Index", FromController = typeof(ReportsController))] [HttpPost] // TODO: Breadcrumb does not work on any method decorated with Post [HttpGet] public async Task...
I am using History.js with jQuery mobile (latest versions of both) and when I change state I get the following javascript error even though everything appears to work fine: TypeError:...
[BUG]:
**Describe the bug** Here it refers to installing spark and a worker process: https://github.com/dotnet/spark/blob/main/docs/getting-started/windows-instructions.md However when you download both for windows, you just get a list of files and no...
I'm trying to do a really basic linear regression (Z = 2 * X + 1) prediction using NuML. Given the data is so linear I can't understand why the...
I have received an email from google indicating sending message via the Legacy Http Api is going to be deprecated and we should send messages via the new Http v1...