William Khoe

Results 13 comments of William Khoe

Alternatively, some image processing platform like Cloudinary can intelligently serve WebP or JPEG-XR depending on detected client. So you can use a regular `img` and it'll be transparent to the...

Same problem on OSX. Setting DYLD_LIBRARY_PATH didn't work :(

I too have a button that is fixed at the bottom and I couldn't get position:fixed; to stay at the bottom on Android 2.x until I added the following: ```...

> ```js > shouldFocusAfterRender={false} > ``` > > works fine for me. Thank you @bertho-zero. Why isn't this prop documented? Can I help put it into README?

Another upvote here. I am looking to upgrade to Express 3 soon. For now, should I rely on `include` or wait for a more proper implementation? Thanks.

Sorry, didn't mean improper, I meant to say incomplete. Anyway, I have decided to learn Jade instead since that already has block/extend/include support

Trying to debug this...the `touchmove` event seems to stop getting triggered when it hits the next/previous zoom level. The issue also seems to be intermittent.

I moved all the touches listener to document.body, no luck, doesn't seem to matter.