Shane Keulen

Results 7 issues of Shane Keulen

Just installed this, very nice. Seems that jk works nicely in the reflog (as does C-d / C-u nice!) but does not work in the main panel.

add additional conda instructions --- name: theme-request about: Use the following template if you want a new theme to be included in the collection. title: Add to the collection. labels:...

can you include how, after installing via conda, you're supposed to install the theme. I don't know where conda downloaded the theme too and no amount of googling is helping...

looks like webpack is trying to establish a connection on '/__webpack_hmr' Problem is when loading the js into a page on another domain i need to configure webpack to connect...

enhancement
question

devcard.ns('sub-namespace') ? to create a nested namespace? I can take a look at this if you think it's worthwhile.

should this be working? ``` const data = { text: 'whyoff' }; const attributes = t.union([ t.struct({ text: t.String }), t.struct({ url: t.String }) ], 'Attributes'); const result = validate(data,...

question