madelson
madelson
This can be useful when managing long-running processes. See https://github.com/madelson/MedallionShell/issues/26 as an example use-case. Likely this would be implemented via a new option (`RestartOnFailure(bool)`). In such a case the `ProcessId`...
We shouldn't rely solely on this (we'll still have a busy wait loop with timeouts), but this can allow us to wake up immediately whenever the lock file is deleted....
As more and more types are added, this has gotten quite slow (>5s). Debugging in particular is extremely slow.
https://github.com/ap0llo/mddocs/blob/master/docs/configuration/README.md states: > Applies to: Version 0.5 an later However, I can't find anything newer than version 0.4.x on NuGet. Docs mistake or is this functionality not yet released?
For types that are (1) not sealed and (2) have a visible constructor (public, protected, or protected internal), all protected/protected internal members are part of the public API. Currently, it...
Hi @andersnm, This is probably out of scope for the library, but given that you are likely knowledgeable on the subject I thought I'd ask. I have an app which...
First off, thanks for this fantastic library! One thing I ran into while testing which stumped me for a bit is that sometimes I was getting empty string back from...
## What is missing or needs to be updated? With regards to SameSite cookies, the cheat sheet says this: > It is important to note that this attribute should be...
I have a test project with several namespaces. I would like each namespace to run in parallel with other namespaces, but for the tests within each namespace to run serially....
Avoids quadratic re-enumeration of the file system and the bounding box extraction if the user runs the program with a longer list of images.