Vadim Venediktov
Vadim Venediktov
After removing `~/.gist-vim` file trying to post a gist brings a prompt to enter my password: ``` Gist.vim requires authorization to use the GitHub API. These settings are stored in...
Угу, например на такой: https://www.meteoservice.ru/content/export
В интенсиве мы так и сделали
Discussion: http://habrahabr.ru/post/192972/#comment_7822421
I am not insisting on that very syntax for block generator, btw. It's just rough example.
Yes, the convert call would throw an error otherwise. Something like this: ``` rb 2.4.1 :002 > MagickTitle.say("Hello!") convert: unable to read font `./fonts/PermanentMarker.ttf' @ warning/annotate.c/RenderType/872. => #"./", :font=>"PermanentMarker.ttf", :font_path=>#,...
Nope, the default font seems to be the `PermanentMarker.ttf` and convert can't find it, as I mentioned earlier.
Гугл [предлагает](https://google.github.io/styleguide/htmlcssguide.html#HTML_Line-Wrapping) ещё такой перенос: ``` ``` Отступ 4 пробела — сомнителен, но в целом, идея не тратить по целой строке на каждый атрибут выглядит здравой.
Так сослался же: https://google.github.io/styleguide/htmlcssguide.html#HTML_Line-Wrapping
Почему? Во многих стайл-гайдах допускается использование одного из нескольких вариантов. Например, в стандартном [гайде](https://www.w3schools.com/html/html5_syntax.asp) отступ 2 пробела при вложенности в контейнер — опционален. > It is not necessary to indent...