Mike Johnson

Results 20 comments of Mike Johnson

I'm thinking of writing a tool for running idiomatic Go tests in the browser. My plan so far is that it would do what "gopherjs test" does, but add in...

> Just a dumb idea, but can we check the `ReadyState` value in `Send`? I don't see any technical reason that we couldn't. I wonder if there's a way that...

I haven't considered that approach. I was considering the `gopherwasm/js` package only. I think I've modified it such that it may work with both gopherjs and wasm using `gopherwasm/js`. I...

I've made it use the `gopherwasm/js` package instead of `syscall/js`. However, GopherJS can't seem to compile it when using Go 1.11 on Windows.

Since almost all of the functions in both the `websocket` and `websocketjs` package interact with JavaScript, we'd have two choices: * We could break out the interaction with JavaScript into...

Did you find a suitable solution to this? I'm running into the same inflexibility.

There was a relatively recent post on the Cilium blog about someone using Cilium with Nomad[^1]. Unfortunately, it seems that they have not yet released their work[^2]. > Dan and...

There is a significant weakness in the proposed design. > For each node pair, Headscale generates a separate PSK that is pushed onto that pair. The Headscale server should never...

I’m also interested in having Netbird work smoothly with Kanidm. I saw that Kanidm has SCIM endpoints. SCIM is a standardized format for syncing user data between an identity provider...

This ticket is stunning. The OIDC implementation that ownCloud uses is fundamentally broken: the clients are not authenticating in a way that anyone considers rational, and which is incompatible with...