Vitaly Potyarkin

Results 67 comments of Vitaly Potyarkin

~~Mine: https://potyarkin.com~~ I was using Attila for many years but have switched recently to a custom theme

I confirm that the problem exists. I'm using a [quick fix](https://github.com/sio/potyarkin.ml/commit/2f8e35e8953078a9abfd241e796e5b7b1647c2a6#diff-61b1604b942a1093e72d1ce6ca202af723af7bf5c911405751e4f8878a7c7fa6) in a CSS_OVERRIDE file for now: ```css pre code { margin:0!important; padding:0!important; } ```

Yeah, it's some artistic decision I do not agree with :) I think it's added to make image area slightly wider than the text column. I'm using [CSS_OVERRIDE](https://github.com/sio/potyarkin.ml/commit/6c8a5375e4fdeaa8f79491acf3b32555cbd694d3#diff-61b1604b942a1093e72d1ce6ca202af723af7bf5c911405751e4f8878a7c7fa6) to disable...

Are these links optional? I'd like to have the ability to opt out of rendering them.

I think it's best to target specific new features introduced in the Ghost version of theme than to try to follow it exactly like it is upstream. Pelican theme is...

Thank you for the suggestion! What's the default bash behavior in this regard? Does it offer path completion for directories in $CDPATH (without _bcpp)? Quick test on bash 4.4 (what...

Could you add the output of `type _cd` from that RedHat machine? I guess it's loaded from [scop/bash-completion](https://github.com/scop/bash-completion/blob/a855714c89ea84a37c73d4d379909e4a7e3fd495/bash_completion#L2135-L2180)

Thanks for confirming. Currently bcpp hacks into `_filedir` function to extend `scop/bash-completion`, but it appears that when $CDPATH is in use they do not call that function. That means this...

@chenkaie, thank you for your kind words! You've mentioned that it wasn't easy to find this project - could you suggest which search terms and keywords we can add to...

Thank you for reporting that! Which version of bash are you using? Paste the output of `bash --version` please. Does the completion work fine after showing that error? I heard...