Salmanul Farzy

Results 65 comments of Salmanul Farzy

He mentioned those screenshots were taken with [paulhammond/webkit2png](https://github.com/paulhammond/webkit2png) in [another tweet](https://twitter.com/sindresorhus/status/1092815842432040961), Possibly turned into video with `ffmpeg` or `imagemagick`

Looks like current [implementation][2] doesn't support `conda` environments. [2]: https://github.com/caiogondim/bullet-train.zsh/blob/cb68586c0e72f98a490e374ef1a0e36574728d3e/bullet-train.zsh-theme#L565-L573 It could be modified to support `conda` by using `CONDA_DEFAULT_ENV` to get environment name. Also you've to [disable prompt][1] set...

As @vadviktor pointed, It randomly happens on iTerm2 too. Window resizing makes it good.

I think this is not related to the theme. This is most likely due to virtualenwrapper. These threads might help. [1](https://stackoverflow.com/questions/19549824/terminal-issue-with-virtualenvwrapper-after-mavericks-upgrade) , [2](https://github.com/sashahart/vex/issues/13)

@ro31337 Could you please add a backward compatible InDesign file? The provided file is not supported in older versions of InDesign. ![](https://i.imgur.com/d2gHDOy.png)

Note it was merged to 4.0 branch and not to master.

I think this is duplicate of #70 . This must be because `alt` keys are used as modifiers in macOS. One work around is to map `alt` to `+Esc` on...

Looks like inline replies was removed in https://github.com/danielbuechele/goofy/pull/321 while moving to electron based app. Electron now [supports replies in notifications][1] from [electron 1.7.3 ][2] or we could use [node-mac-notifier][3]. [1]:...

`.Hugo` variables are being deprecated, https://github.com/laozhu/hugo-nuo/blob/6d6934bc6ac0cf2b6eb7774a8c6c1cf9c515a384/layouts/partials/head.html#L83-L84 Replace this with ```html {{ hugo.Generator }} ``` or ```html ```

Could you please share your log ?