Chayoung You

Results 199 comments of Chayoung You

안녕하세요, 제보 감사합니다. 확인해보니 표시하신 곳에 크기를 차지하는 영역이 있는 것이 아니고, 주변 요소들이 항상 고정된 위치에 표시되는 것으로 보입니다. 해당 위치에 있는 요소를 가려도 자리를 채워서 위로 올라오거나 하지...

이상하네요, 지금 YousList만 적용한 상태에서 들어가 보면 정상적으로 보여서요. Firefox, Chrome 둘 다 모바일 페이지 들어가서 확인해봤는데 별 이상은 없어 보이네요. 쓰는 필터에서 YousList만 제외하면 정상적으로 보이는 건가요? 혹시 쓰시는...

일단 편집이랑 역사 페이지에서는 잘못 가리지 않도록 해두었습니다. DOM 변경사항이 또 생길지 모르니 지켜봐야 할 거 같네요.

That's possible, but the result will be erroneous because script doesn't know whether it's okay to block the whole domain. For example, there are some rules starting with `youtube.com`: ```...

For CircleCI, I've fixed this by adding `--no-sandbox` to `defaults.chromeLaunchConfig.args`: ``` json { "defaults": { "chromeLaunchConfig": { "args": [ "--no-sandbox" ] } } } ``` See .

FWIW, a temporary workaround for this: ``` c /* *INDENT-OFF* */ #ifdef __cplusplus extern "C" { #endif /* *INDENT-ON* */ ... /* *INDENT-OFF* */ #ifdef __cplusplus } #endif /* *INDENT-ON*...

I tried to remove `markdownify` from `source/_includes/custom/category_feed.xml`. When I run `rake generate`, `public/categories/octopress/atom.xml` has just plain markdown source. Where the differences come from?

I think it is related with issue #444, #510, #884, #1346 and pull request #1270.

Can you also consider this one? This is a [known issue](http://devspade.com/blog/2013/08/06/fixing-gist-embeds-in-octopress/).

Can you also consider this?