Sam Holmes

Results 82 comments of Sam Holmes

Is there a way to have the shell open in the third (right-most) window; where the file previews are shown?

The issue with using something like tmux is that it doesn't manage the lf screens. I'm interested in managing the behavior of the three windows/screens.

Interesting. Can you toggle lf to only show one narrow screen of the current directory? This way I can bind many lf commands to open a new tmux window on...

``` require.define("parts/jewels/chat-message.jade",Function(['require','module','exports','__dirname','__filename','process'],"module.exports = function anonymous(locals, attrs, escape, rethrow, merge) {\nattrs = attrs || jade.attrs; escape = escape || jade.escape; rethrow = rethrow || jade.rethrow; merge = merge || jade.merge;\nvar buf...

I figured out that the issue was coming from this line in my Jade file: ``` a(href="/classified/#{message.classifiedId}"= message.classifiedTitle) ``` Which is an error. It should have been ``` a(href="/classified/#{message.classifiedId}")= message.classifiedTitle...

@nwoltman how did you solve this issue with your package (EJS 2)? Is the issue inherent in the fact that I’m still using a tmLanguage file instead of a sublime-syntax...

Sorry for the frustration. Somehow, notifications for this repo were turned of on Github, so I wasn't receiving emails about these comments. I hope this PR merge solved the issue:...

The reformatting must be in a separate commit. If you choose to reformat, include `prettier` as a `devDependency` and `,prettierrc` file to dictate the formatting change. Otherwise, the formatting should...

Taking this URL as an example: https://twitter.com/elonmusk/status/1224938416795717634 There appears to be only `` from the source and no `` tag from the source. Twitter's web app must be an SPA...