Simon Egersand
Simon Egersand
Looking at the code it would be nice with some template engine if we're gonna have a grid. I'll give this some more thought.
Tmux is awesome.
Thanks for this! Should be merged with master.
Hi @therecluse26. 1. How would this be different from defining an alias? `alias my-cmd="something I want to run often"` 2. This would maybe be interesting for some people. I found...
@therecluse26 I can't quite figure out what use-case would 1) solve. Someone jumping between machines and can't be bothered to set up their dotfiles, but can be bothered to setup...
What is the status for this? I see the "approved" label but I can't tell if enough changes has been made.
Does this mean that Starlark is not dependent on Python 2?
Hi @Mater. I don't understand what you mean by "rendering calendar into body". Why can't you just use CSS to put the calendar above the `div`?
I did a quick Google for `parent overflow hidden child visible` and found [this SO post](http://stackoverflow.com/questions/3387489/make-child-visible-outside-an-overflowhidden-parent). Could it be of any help? To apply the `clearfix` class instead of using...
I see the problem you are having, and rendering it to body would solve the problem. But I don't want to do that, mainly because the of the [reasons that...