quanghoc

Results 10 issues of quanghoc

It'd be better to put down submission criteria and timeframe for EACH website for better planning. For example: 1. Must be in WA (Geek Wire) 2. Must be private (BetaList)...

Right now if we use ``, I got Javascript error because only `type=text` is supported. This is important for mobile since we don't want to show a regular keyboard but...

I wrote simple app using camera and run Caman against the image URI from the Camera. It took forever like 10min to render. Even if I lower down resolution with...

Processing filter froze some browser and specially on mobile. I believe the function to process filter is not async. Can we turn it into some kind of promise with callback?

I think the way deckgrid works now is to render each photo per column, then move on to the next column. How do I make sure it goes horizontal instead?...

feature request

Is there a way to use `http` instead of `https` from google? I tried `-k` or `--skip-ssl-validation` but still got error: ``` Cannot connect to Google. Error: Error on response:Error:...

Is it possible if you can create a demo link (Github or Codepen)?

Using this inside company firewall may not work because I cannot go to https://www.google.com. Can we have option for `http` here? ``` var URL = 'https://www.google.%s/search?hl=%s&q=%s&start=%s&sa=N&num=%s&ie=UTF-8&oe=UTF-8&gws_rd=ssl' ``` https://github.com/jprichardson/node-google/blob/faf57d24bde301a7249d16a1c1589c5506a56ccf/lib/google.js#L11

Right now it's a required param. We need to make it optional so it would figure out the optimal k.

Great work you are doing. I am just wondering what is the disadvantages vs. disadvantages of Filterous vs. CamanJS https://github.com/meltingice/CamanJS I have tried CamanJS and it's pretty good although render...