Christian Stewart

Results 106 issues of Christian Stewart

- Try to use findmnt to lookup mountpoint information. - If findmnt fails, fallback to the older approach. - Add no-resize-partition and ignore-resize-partition flags.

Support JS clipboard, see: https://github.com/gowebapi/webapi/blob/master/clipboard/clipboard.go

``` github.com/jacobsa/crypto/cmac golang.org/x/sys/cpu # github.com/jacobsa/crypto/cmac vendor/github.com/jacobsa/crypto/cmac/hash.go:97:3: undefined: xorBlock ``` See: http://autobuild.buildroot.net/results/caa60874781c4077273884eb37281cc9e02ef9ac/build-end.log

Replace dependency jacobsa/crypto with a fork with support for riscv64. Issue: https://github.com/rfjakob/gocryptfs/issues/666 Upstream PR: https://github.com/jacobsa/crypto/issues/13 Unaddressed on jacobsa/crypto: https://github.com/jacobsa/crypto/pull/14#issuecomment-1182744229

There have been a number of fixes merged which look somewhat important, can we get a v2.2.2? Thanks.

Given the following object: ```json { "friends": { "dale": { "nets": ["ig", "fb", "tw"] }, "jane": { "nets": ["fb", "qq"] }, "murphy": { "nets": ["xq", "tw"] } } } ```...

Some things I am interested in doing: - Running the proxy in a Node.JS process - Allowing arbitrary transport to the proxy (websocket, any other two-way link like WebRTC)

I'm interested in having Gopherjs produce rather than a single javascript file, multiple files - one for each Go package. This would provide huge benefits to those of us using...

Proposal

The `plugin` package in Go declares a simple mechanism for loading Go plugins. - A package is compiled with the command `go build -buildmode=plugin` - A plugin file is produced...

Right now there is a lot of code in tool.go, defined under in-line functions. Ideally this code would be broken out into packages accessible when using Gopherjs as a library:...