Timothy Guan-tin Chien
Timothy Guan-tin Chien
``` diff diff --git a/enable_certified_apps_for_devtools.sh b/enable_certified_apps_for_devtools.sh index 6a71ff4..99c8c95 100755 --- a/enable_certified_apps_for_devtools.sh +++ b/enable_certified_apps_for_devtools.sh @@ -99,6 +99,11 @@ adb pull ${PREFS_PATH} ${TMP_DIR} echo "### Enable Devtools and Certified Apps..." echo "###...
According the the doc, one should put the default lang under a `[*]` section, and all languages w/o a matching would match against that. So we would have: ``` [*]...
And I am not saying this in a ironic way. :P It would be nice if we could also annotate the manifest file, like this: http://timdream.org/site.appcache AppCache now works with...
There are multiple instances so the fix is more involved than using GitHub web interface. The comment in example says `// Bind the position buffer.` while the line right below...
Console output: ``` $ uname -a Linux timdream-Ubuntu 3.13.0-86-generic #131-Ubuntu SMP Thu May 12 23:33:13 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux $ rr rr: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required...
#### Name of the game: An old private game between friends for holiday greeting (Sorry for not being able to release it w/o permission) #### Player platform: Web #### Describe...
The online web demo was pretty slow and 82% of the time are spent outside of the JS function, the majority of them are display list (paint).
The `cache.getAll()` requests receives stuff from disk cache even with to Cmd+R. Cache busting is needed since [`Request.cache`](https://developer.mozilla.org/en-US/docs/Web/API/Request/cache) is not supported yet in all browsers.
This is fun. DataView is actually not 50% slower than bitwise operation. https://jsperf.com/dataview-vs-typed-array-views
Chrome DevTools Profiler has identified `JSZhuyinDataPackStorage#_getIncompleteMatchedSingleCodesInBlock` as the top offender -- the for loop should be optimized if possible.