Jonathan Gilbert
Jonathan Gilbert
It might be useful to have it autopopulate a dictionary by scanning changed files for tokens matching both something like `^[a-zA-Z0-9_$@]{6,}$` and `[^A-Z][A-Z]`, heuristically guessing that these would be longer...
The Google found this: https://wiki.tcl-lang.org/page/autocomplete
I'm no expert at this, but I _believe_ what's going on is, one of the things that the NuGet package does when you install Nancy.ViewEngines.Razor is, it adds this to...
Could this be https://github.com/NancyFx/Nancy/issues/2563 still rearing its head? Maybe the app pool gets recycled at some point, and multiple requests for different views overlap as the new instance is spooling...
I added a work-around to the error pipeline that specifically detects this error and restarts the app pool in response. The logs show it periodically triggering. But now this same...
It's not my code, but just to chime in, I think the "< 0" might be there to account for inaccuracies in some file systems where the time stamp might...
Hmm, so thinking about this further, the following sequence comes to mind: 1) User is running an OS using a FAT-based filesystem. Server is using a much more reasonable file...
That is very reasonable. :-) Given that, if the date round-trips with the exact string, then I concur that an exact date comparison is appropriate.
Oh? But that assumes that _any time_ someone wants to format a `Type`, they want a verbose human-readable description of it. Is that a safe assumption?
@jnyrup #1814