Andy Chou

Results 18 comments of Andy Chou

Thanks for taking a first stab at this. Some suggestions: - I'm not sure the hamburger menu works for laptop size resolutions. Part of the value of the sidebar is...

Thanks for the suggestion. So far the page has no JavaScript. I'm not opposed to it but would like to keep it to a minimum, with no dependencies. Any suggestions...

I just noticed that Issue #20 also addresses the broken links. This pull request is a superset of that one.

Ok, I've copied the updated contents from the readme to index.html.

I'm not so sure the advice on emacs is correct in the readme. The emacs integration docs now says to install the global tools, and that's worked for me. However,...

Here's a repo with the project: https://github.com/acchou/ixjs-example

Thank you, this resolves the issue with `Symbol.asyncIterator`... I wasn't aware of this flag as I'm new to Node and to generators. How about the DOM library issue? I can...

I just ran into this today while trying out the `until` directive. I was relying on the `updated()` function to perform some processing of rendered elements but this callback wasn't...

Ideally admin permissions to the entire account. The reason is that faast.js creates its own role and sets the permissions for that role, and in order to do that you...

It's a little complex because faast.js needs to do many things in order to orchestrate the work it does. Producing an absolute minimal configuration will be challenging, but a coarse...