Jeff Lindsay

Results 405 comments of Jeff Lindsay

https://github.com/progrium/envy/issues/3 `/code` isn't great because there are plenty of repos that might not be code. Maybe `/work`. So maybe make an issue discussing a `/work` directory and the behaviors around...

PR welcome On Thu, May 17, 2018 at 12:26 PM, Lin wrote: > Git now supports push-to-deploy without the need for a bare repo, update > script? > > —...

userid implies numeric value. do you mind changing back to username? On Thu, Aug 28, 2014 at 11:04 AM, lifuzu [email protected] wrote: > ## ...@hostname https://github.com/hostname' > > You can...

I thought I commented on this. Looks like a good PoC, but I think the naming and overall approach needs some massaging. I'll either massage it or use it as...

So pulling latest on your base image that your Dockerfile references? That's tricky. I'd like to expose the host docker to admin users, and that would help in these situations...

I was thinking of a "force" option for rebuild that would force rebuild instead of using any cached layers. I suppose it could be worth doing a pull on the...

The webview (`wv`) should have a `customUserAgent` property. Did you try `wv.SetCustomUserAgent("My user agent")`?

Hope this helped.

Totally agreed somebody should get started on a UDP based transport like QUIC.

Yes, super early. Excited about CoreOS's datachannel work. Basically, I'm looking for a mid-level transport layer for Duplex: https://github.com/progrium/duplex/ I had considered also doing an HTTP2 transport layer for it......