Anthony S. Wu

Results 6 issues of Anthony S. Wu

I was trying to do manual installation as the auto installation failed with the following code. (with sudo) ``` sh [ ! -d /usr/local/bin/ ] && mkdir -p /usr/local/bin make:...

bug

It works for URLs but does not seem to work for any kind of `http://localhost:xxxx` It will be terrific if I can have my editor fullscreen while having the browser...

I got a column(s) not found on prefixed table whenever I preform filtering on dataTables. I dig into the code and I think I found a little bug that caused...

I would like to sort the collection like this, but the array is always sorted in DESC order. The following gives me the correct sorting priority. It sorts `availability` first,...

On README.md, it says ``` js Doc.insert([{ a: 3 }, { a: 42 }], function (err, newDocs) { // Two documents were inserted in the database // newDocs is an...

bug
help wanted

I would like to have controls on whether or not to log messages out. Those messages are useful when it is in development, but in production mode I would rather...