Sam Sudar

Results 17 issues of Sam Sudar

Are there any demos of using `$node_info[version]` in a prompt, as described [in the node module](https://github.com/sorin-ionescu/prezto/tree/master/modules/node)? I'm trying to use it and am unable to do so. `echo $node_info[version]` shows...

> This adds the ability to set custom shortcuts for up/down in the picker, so you can do ctrl-p and ctrl-n as you do with the omnibar and the vomnibar...

Then I trigger the popup it opens instantaneously, but there is a noticeable lag before the tabs are populated. I'd say 500ms to 1s. The vimium tab switcher is completely...

Is there a Kosher way to disable the trackers, maybe with an option?

Roughly 50-80% of the time, when I run karma Chrome starts but the tests never run. Instead Chrome waits, trying to load a URL like `http://localhost:9876/?id=36448760`. Unlike with #63, however,...

I have an `index.html` that imports my dependencies and runs mocha, as I would without karma. It is a full HTML document with ``, ``, etc. At the end of...

The blue hero image at the top of the theme looks awesome. When I see the hero it looks like a gradient dark low to light high. If I remove...

Is it possible to skip specific requires/imports via a directive? For example, say that I have something like: `foo.js`: ``` exports.doFoo() => { const bar = require('./bar'); return bar.doBar() +...

It looks like `` is no longer mentioned in the itunes docs: https://help.apple.com/itc/podcasts_connect/#/itcb54353390 However, the library currently always sets it if there is a `` set: https://github.com/maxnowack/node-podcast/blob/7379a25d1158f8b32966fa265f77c532dec46d51/src/index.ts#L96 The docs for...