- San Francisco
- http://superduper.net/
- @sbc100
Block or Report
Block or report sbc100
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
cocos2d-x
cocos2d-x PublicForked from cocos2d/cocos2d-x
native client port of cocos2d-x.. work in progress
-
nativeclient-sdk
nativeclient-sdk PublicGithub mirror of nativeclient-sdk repository. Please file bugs on code.google.com and send patches using the instruction on code.google.com: e.g. git cl upload
-
native_client
native_client PublicGithub mirror of native_client repository. Please file bugs on code.google.com and send patches using the instruction on code.google.com: e.g. git cl upload
-
two_factor_authentication
two_factor_authentication PublicForked from Houdini/two_factor_authentication
Two factor authentication extension for Devise
3,122 contributions in the last year
Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
December 2023
Created 4 commits in 2 repositories
Created a pull request in emscripten-core/emsdk that received 3 comments
Add suggestion to install using --permanent
or --system
on windows. NFC
Fixes: #1307
Opened 8 other pull requests in 2 repositories
emscripten-core/emscripten
7
open
-
[test] Avoid using temporary directories except when running tests in parallel
This contribution was made on Dec 2
-
[test] Kill and restart browser on test failure
This contribution was made on Dec 2
-
Increase node stack size of 8Mb when running js_optimizer
This contribution was made on Dec 2
-
Use
let
for loop variable instead of IIFEs. NFCThis contribution was made on Dec 2 -
Use
for..of
in a few places when it avoids an extra hasOwnProperty call. NFCThis contribution was made on Dec 2 -
Fix function signature in test code. NFC
This contribution was made on Dec 1
-
Move emscripten.py to tools/. NFC
This contribution was made on Dec 1
emscripten-core/emsdk
1
open
-
Error on unknown arguments passed to --activate
This contribution was made on Dec 4
Reviewed 11 pull requests in 2 repositories
emscripten-core/emscripten
8 pull requests
-
Fix Glfw window resize
This contribution was made on Dec 4
-
Use the correct offset of timeval.tv_usec in select syscall
This contribution was made on Dec 4
-
Fix debug-compilation-dir for system libs
This contribution was made on Dec 4
-
Leverage coalescing operators. NFC
This contribution was made on Dec 1
-
embind: Add ahead of time JS glue code generation.
This contribution was made on Dec 1
-
Add Hi DPI Support for GLFW
This contribution was made on Dec 1
-
GL_ENABLE_GET_PROC_ADDRESS
This contribution was made on Dec 1
-
wgpuDeviceGetLimits need to add return
This contribution was made on Dec 1
WebAssembly/wabt
3 pull requests
-
wasm2c runtime: clean up some error messages (NFC)
This contribution was made on Dec 4
-
fix: uint64 opcodes print as %llu
This contribution was made on Dec 2
-
Minor fixes for dump printing
This contribution was made on Dec 1
Created an issue in emscripten-core/emscripten that received 1 comment
Browser tests often fail with "[no http server activity]"
I believe what is happening here is the browser dies or becomes unresponsive, causing all future tests to fail in the same way. I don't believe our…