Martin Lercher
Martin Lercher
I'm really convinced that the probability for a guid collision is way less than a radioactive particle flipping a bit in some important RAM location, so replacing the guid generation...
I'm not quite positive on this, but isn't this an out of the box feature of the newer IISes (>= 7.0), is it? Which is supported, I suppose? A different...
Furthermore adding `|log.Lshortfile` is quite un-informative, b/c it always references only this line https://github.com/jcmturner/gokrb5/blob/master/spnego/spnego.go#L95 Defaulting `s.serviceSettings.Logger()` to an empty func and using `Logger()` everywhere to log probably provides better locations....
Thank you so much!
+1 just stumbled into a situation, where I needed to call async/await code from the HandleMessage callback. It turns out that just creating a Task via calling an async method...
In fact it's pretty much an Excel issue because someone at MS decided to localize csv files so that Comma Separated actually means Semicolon Separated in German. Anyway, we Germans...
Cool. Works on my machine. Thanks!
Just stumbled into https://code.visualstudio.com/docs/extensionAPI/extension-points#_contributeslanguages and this leads me to a comfort enhancement request: What about reading the firstLine property mentioned in the article, counting the number of commas and the...
If you say so. However, I guess, if one of the counts is zero and the other one positive, then the method won't produce any false positives. IMHO this reduces...
Hi all, another use case of image creation is to provide thumbnail images of some or all pages of a probably large pdf document stored somewhere on a (web-)server. These...