Joshua Chung

Results 10 issues of Joshua Chung

https://devcenter.heroku.com/articles/exec#environment-variables as you can see here, heroku doesn't apply environment variable when using ssh tunnel. so if you set `NREPL_PORT` through `heroku config` it will be disabled and remote repl...

![Screen Shot](https://lh3.googleusercontent.com/3LA6w5C539w5BruhsakBFsZ_Jrbc0SxEcrENhlekQSY34gAx7chZezGLbgSfOVd7MPCnzlxwfAQyHM2-ET6MmzCBVZBDqL7F4jbx=w1366-h667) This is the screen shot from my ipad mini 1(ios 9.3.5). As you can see, the website doesn't show anything. And, can you check if you're smart phone(or...

bug
googlecodein

In #114 , the logo file of keybase is defined in `websites.yml`. However, before when there was similar problem, we put them into the css file. (like [this](https://github.com/manu-chroma/username-availability-checker/blob/aed237bd7652231d9a486e03ebaab9061d36d572/static/css/main.css#L94)) So I...

googlecodein

add.py is a cli tool that automates adding a new website p.s. It's messy now. I'll refactor it soon.

As there was a problem unable to customize file path and content in #105, I think getting websites data as argument instead of global variable makes sense.

This raml file describe api specification for username_api Closes https://github.com/manu-chroma/username-availability-checker/issues/15

Since we need constant result from the website, the best way is to use api. At least there will be less unexpected reault than scraping directly from website. We may...

`keywords` is covering too much things: statements, expressions(including operators), types etc. I suggest to split them into several pieces like the delimiters.

enhancement