Charlike Mike Reagent

Results 783 comments of Charlike Mike Reagent

I think you can use the github api to get all the names and bundle them together and then use them in the site.

this [one](https://github.com/crispymtn/linear-partition)?

> at least look into using the polyfill for the promise based APIs. not needed. It has Promise support for long time i believe, so it not make sense and...

:+1: it's not only the color, we can't set anything to `BULLETTRAIN_PROMPT_CHAR`, i tried to set custom text or another segment, nothing works. It is just just empty when set...

Hm. Maybe. I tried with direct assign `BULLETTRAIN_PROMPT_CHAR=" foo "`

@bharadwaj-raju the whole idea for that variables are to control themes out of theme files.

Don't see sense and value on your example. oh-my-zsh is already loaded the things in anyway. In anyway, i stopped using ohz and this theme already.

I think it would be great if each segment can have `$BULLETTRAIN_*_PLACE` option. for example ``` sh BULLETTRAIN_STATUS_PLACE='left' # or 0 - left; 1 - right ``` https://github.com/bhilburn/powerlevel9k may help...

Or just ``` js var Koa = require('koa') var convert = require('koa-convert') var app = new Koa() // users Resource here app.use(convert(users.middleware())) ``` but it won't work for each endpoint's...

Hmm, interesting approach, cool! And yea, i see `ez-streams` and read your blog posts, but to now, I can't realize how to couple them. Thanks I'll try it. Am I...