Jeff Buchbinder

Results 10 issues of Jeff Buchbinder

Compiling with "tip" golang ( `go version devel +fc8137c00f9c Sat Oct 13 19:05:22 2012 +0800` ), this comes up: ``` $ go build # _/code/go/go-ui/ui In file included from $WORK/_/code/go/go-ui/ui/_obj/_cgo_export.c:2:0:...

This adds support for fs.FS filesystems (which are used for go:embed directives, etc) as well as go module support.

Add proper module support for go 1.18, otherwise things that require submodules (like generators, etc) will not be able to resolve properly in the build system.

enhancement
awaiting response

Got this errors when trying to view stats on Linux x64 build: ``` [24711:1231/115544:INFO:CONSOLE(1665)] "Uncaught TypeError: Cannot read property 'elementsCount' of undefined", source: file:///tmp/.org.chromium.Chromium.2MyYKo/js/fountainmanager.js (1665) ``` The following patch seems...

Chrome: 35.0.1916.153 Google Cast Extension: 14.605.0.10 Clicking "PLAY" for any media produced a 500 error (displayed in the console). node app.js displayed: ``` TypeError: Cannot read property 'logger' of undefined...

This patch adds authentication based on a passed token, contained in the `X-Token` header. It allows a login endpoint to create a token which can be passed as a header...

Add'l parameters to add more logstash-like compatibility.

When using davmail (for example), it's not necessary to set up TLS for local connections. This option (which is disabled by default to ensure compatibility with current configurations) simply disables...

Modernize library to make use of go modules and use the new location of the referenced CLI library.