Andrey Petrov

Results 143 issues of Andrey Petrov

A lot of these default hardcoded values make sense for public servers but don't make as much sense for private servers. We need to make them configurable. - [ ]...

Right now names are unique per connection. If I connect from a second device with the same pubkey, I should be able to claim the same name.

So many new features, sad to drop all connections to restart the server. There are lots of posts about how to do this for http servers, but not sure how...

Help Wanted

Most terminals don't support italics, and they actively break things like GNU Screen. /cc @IQAndreas

There's a line here that mentions terminal modes: https://github.com/gliderlabs/ssh/blob/e5ece1489c20cb346a08e070f7f65a3e90f83e98/ssh.go#L77 What do we envision for "terminal modes"?

question

Specifically, > Uncaught Error: vecty: next child render must not equal previous child render (did the child Render illegally return a stored render variable?) Would be great if it included...

enhancement

boto is a requirement to run glacier-cli, but when boto is installed, boto creates a `glacier` script. https://github.com/boto/boto/blob/develop/setup.py#L59 In the README examples, `glacier.py` is referred to as just `glacier` and...

Is it feasible to make a 32bit build of the Juicebox guest image? Looks like boxcutter has them. Ran into [a problem here](http://discuss.hellowebapp.com/t/juicebox-seeing-hardware-acceleration-not-available-error-on-start-is-this-ok/112) where some devices don't have a CPU...

Probably want to add `LINK_TOKEN.transfer(msg.sender, LINK_TOKEN.balanceOf(address(this)));` to `withdrawRaffleProceeds()` or some other helper. There's all kinds of scenarios where we end up with $LINK trapped in the contract after it's no...