Luca Muscat
Luca Muscat
I greatly appreciate the work that you have put into this repository. Reading through your papers and code has influenced a number of descisions that I made in my undergraduate...
Currently, If one were to retrieve a Hash document that contains a string field with JSON data, `FindById` or `Where(...).FirstOrDefault` will throw a `JsonException`. Code to reproduce bug: ``` using...
First of all, I would like that to thank you for the work that you put into this template. I needed to change the font as I was finding the...
**Describe the bug** Typically, `DownloadHandler::CanDownload` is called before any download, giving the developer the opportunity to decide whether a file should be downloaded. `DownloadHandler::CanDownload` is not executed when a PDF...