Timothy Guan-tin Chien

Results 93 comments of Timothy Guan-tin Chien

Allow me to update what I have for now. So with great help from kripken, I managed to implement two features into Emscripten on top of IDBFS: - kripken/emscripten#2492 which...

@dreamlayers I did look at your work on BrowserFS and I think it's a great progress! However, I choose to continue to work with Emscripten IDBFS because re-implementing an Emscripten...

I would also need to point out what I am working on is almost only referring to playing a game on a page generated by `packager.py` here. To be comparable...

@iakshay Not much progress since the last comments. You could check the linked issues to find my WIPs.

I have client-side code to draw a word cloud on HTML5 canvas https://github.com/timdream/wordcloud/

Could be nothing wrong with the code, rather a server config issue. MySQL databases should be set to `utf8` instead of `latin1` which is the default.

Came across a good article on this http://www.xpertdeveloper.com/2012/01/store-unicode-in-mysql/

My bad. IndexedDB is not supported on Mobile Safari.... looks like this need an abstraction library to solve the issue.

https://github.com/mozilla/localForage _might_ work... however that's probably too much than manually switching between two storage backends.

Could you paste the error message here? Would you like to submit a pull request?