Roman Semenov

Results 14 comments of Roman Semenov

I've added an option for in place filtering in PR #45. Not exactly auto update but now you can go back to original document with single undo command.

Tried those fonts in zsh (putty + wsl + zsh + oh-my-zsh + agnoster theme) and Droid and Ubuntu fonts show boxes in place of ⚡ (lightning) symbol (it is...

> but the application design doesn't Do you mean GUI or architecture?

For hotsapi: * Name: HotsApi * ID: hotsapi * Logo: ![logo_only_light](https://user-images.githubusercontent.com/2109710/30777657-3b91a3b0-a0c8-11e7-9941-3fa8b445a1f8.png), [.svg source](https://github.com/poma/hotsapi/blob/master/public/logos/logo_only_light.svg)

Another one: ``` 0x60606040526004361061004c576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680636a5e26501461005157806375a4e3a01461007e575b600080fd5b341561005c57600080fd5b6100646100cd565b604051808215151515815260200191505060405180910390f35b6100b360048080357bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19169060200190919050506100df565b604051808215151515815260200191505060405180910390f35b6000809054906101000a900460ff1681565b6000806000806000806706f05b59d3b2000034101515156100ff57600080fd5b600092505b60048360ff1610156101a457868360ff1660048110151561012157fe5b1a7f0100000000000000000000000000000000000000000000000000000000000000027f0100000000000000000000000000000000000000000000000000000000000000900491506030821015801561017b575060398211155b15610197576030820390506004810a8401935080600a86020194505b8280600101935050610104565b848414156101cf5760016000806101000a81548160ff021916908315150217905550600195506101d4565b600095505b50505050509190505600a165627a7a72305820ef3a95c05bae54c166857bce3345654b9ae06cc26d4637aa06930da6d62ac70d0029 ``` Verbose output: ``` orosity v0.1 (https://www.comae.io) Matt Suiche, Comae Technologies The Ethereum bytecode commandline decompiler. Decompiles the given Ethereum input bytecode and outputs the Solidity...

While we are waiting for this to be merged, you can use updated docker-gen from the repo [poma/docker-gen](https://github.com/poma/docker-gen) that already contains this PR

Rebased PR onto the current master, now also supports upper case "NGINX_*" env vars. One problem I've encountered is that some containers export export "NGINX_*" env vars that are invalid...

I've made a simple wrapper implementation as described in the last paragraph [gist](https://gist.github.com/poma/0e0ccbfca2dd5ba62f18d3b45a8bfc77) that adds new exclusions when you use `npm` or `cargo`. Any thoughts on this approach?

Try `sudo chsh -s /bin/zsh yourUser` The idea of this script is to run `which` command in windows shell to determine if a file (first argument) exists. We are not...

Also updated script to allow commands from home dir (false by default) but be careful with it