Andrey Fedorov

Results 16 comments of Andrey Fedorov

verified in latest Chrome: http://codepen.io/anfedorov/pen/GWygMx

there are two fixes here, not sure how to best combine them, as CSS and select boxes seem to interact only a little bit. 1/ in your CSS, you can...

sorry about confusion, long day. I think the scroll bars you're talking about come from the border being set to something wider than default. for that issue and the one...

seems to work: http://codepen.io/anfedorov/pen/zZWjEX right?

If I recall correctly, this was fixed for a little while, and seems to be reintroduced (reproduced using IPython 5.1.0 on macOS here: https://git.io/vPDrJ). (edit: I may be mis-remembering the...

Just taking beginner course in TF and ran into this. My `main.tf` is — ~~~ provider "aws" { region="us-west-1" } variable "inputname" { type = string description = "set the...