Bjørn Erik Pedersen
Bjørn Erik Pedersen
Hey, Happy to see my changes merged back to its original. I was a little impatient when adding some diagram support to Hugo, and looking at the activity in this...
Having to do: ``` NewBasePathFs(fs, baseDir).(*BasePathFs) ``` Doesn't make much sense. I don't see the problem going the other way around; but as this is a file system with a...
It is already configure, but the repo owner must set the "switch".
See https://github.com/golang/go/blob/0c4db1e347dc51589e5289388305b02108ca0aa1/src/cmd/go/script_test.go#L816 I'm using this via https://github.com/rogpeppe/go-internal/tree/master/testscript And I do understand that one reason why you're having this in an internal package is that you don't want bug reports about...
See https://github.com/spf13/hugo/pull/1179 See the test and the quick fix there.
This is a quick update to make it build with Go 1.17 with Go Modules for dependencies. Note that I have not updated the README etc.
If "tcp" or "tcp-tls" (DNS over TLS) a TCP query will be initiated, otherwise an UDP one (default is "" for UDP). --- Note: I don't know what is needed...
I moved to a new computer, and fetched an updated version of Fac (great piece of software, thank you) -- and notice that the links in the terminal diffs are...
Which was me.
See https://github.com/ChimeraCoder/anaconda/blob/master/README#L83-L92 At this point, no `bucket` is set. Correct should maybe to use `EnableThrottling` and `DisableThrottling`? Maybe also add a note about `bufferSize`?