Viewing profile — hesslau_
hesslau_
HN member- Joined
- Fri, Jan 31, 2014, 2:16 PM UTC
- HN karma
- 7
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About hesslau_
No profile information was provided.
Recent public activity
-
comment
Comment #9881269
I'd love to use a terminal with similar features on linux
-
comment
Comment #9106477
I can definetely relate. I found myself spending time in the morning coding some JS project using scala-js [1] to get a daily dose of sexy elegancy before turning to rather ugly PH…
-
comment
Comment #7472524
> Even more awesome : integration with trello. great idea! i'm putting this on my weekend-projects list
-
comment
Comment #7168457
My favourite technique: position absolute and top: 0 bottom: 0 left: 0 right: 0 also doesn't require a fixed width http://codepen.io/anon/pen/vsliJ
-
comment
Comment #7156706
Offtopic: the line > .waitForElementVisible("button[name=btnG]", 1000) in the demo test caught my attention - what is a good way to achieve this in production code? i.e. execute a …