文宇祥
文宇祥
Great game! Look at https://developer.chrome.com/apps/getstarted_arc. It can wrap an android apk to chrome app to make it cross platform. I've tested this game works fine! Currently, ARC Welder can run...
Currently theme vars are injected eagerly into `:root` element. Actually some vars are defined but never used.
I tested utop example. It displays "some_values" perfectly. I don't know how it works. Maybe we can learn how it achieved. https://github.com/ocaml-community/utop/blob/8cc563282597abdb8f5cca64df41166c5ebca6b5/examples/interact/test_program.ml#L1-L11
The "index.js" file breaks browserify. Could you please change it to static require? Currently I have to manually fixed as follow. ``` javascript var fs = require('fs'), path = require('path');...
When work on huge state tree. This middleware runs doggy slow. It can avoid track already freeze(d) state, since can't mutate them any more.
增加属性
比如说增加a标签noopener, iframe标签增加sandbox等
This error makes docker container early exit. Is there an option to turn off this check?