Kevin Mok

Results 28 comments of Kevin Mok

I wonder if this can be somewhat auto-generated with Cobra like in #84 and worked into the CI? @obnoxiousnerd

> IMHO its nice to have something quick and at a glance, add it first, automate later. Makes sense. > In regards to automation Most projects I work on have...

@dominikbraun This can be assigned to me, but I'm not sure when I'll get around to it. If anyone else wants to take it on, that'd be cool too.

Also I guess enhancement label can be applied?

Doesn't seem to be working on Chromium either.

Yeah, there seems to be [a dark theme](https://github.com/suan/instant-markdown-d/tree/master/css/themes/darkness), but I'm not sure how to get that working. Edit: `npm i -g` doesn't seem to use the local CSS folder, so...

I have 4 projects (you can see also this in the GIF's :wink:) and 10 tags, but it's weird that just the `+` symbol for the tags takes awhile to...

Yeah, so I think that the actual `watson projects` and `watson tags` commands are the bottleneck for the completion. Is `watson` scanning all the frames on-the-fly for the names?

Is SQLite a viable storage alternative? Also, what about the possibility of keeping a list of projects/names in a list and updating it whenever a new frame is added? Then,...

So based on `watson frames | wc -l`, I'm at 56 frames now, and the problem is compounding. Here's what the completion looks like at the moment: ![watson-pre](https://user-images.githubusercontent.com/25857736/52519068-e04b0080-2c23-11e9-92fb-da8737fbfe27.gif) So as...