👋
Hi there
Open Source Contributions
- Linux Kernel: (link)
- Documentation and code style fixes, merged in mainline.
- Mozila Firefox: (link 1,2,3)
- Fixed the MediaRecorder API implementation to match the W3C spec, including correcting state error cases, adding missing event handler attributes, and writing corresponding test scripts.
- Python (cpython): (link)
- Fixed a bug that the Python did not open web links correctly on a Opera web browser.
- Improved the documentation on asyncio so that it can correctly reflect the actual implementation.
- Emscripten:
- One of maintainers of @types/emscripten package, Typescript definition for Emscripten. (link)
- Small bugfixes and typos (link)
- NNStreamer:
- Arduino Core for STM32: (link)
- Implemented RPMsg Virtio (1,2), an asymmetric multiprocessing (AMP) messaging bus, for STM32MP157, ported to Arduino Core.
- RIOT-OS: (link)
- Fixed various bugs of Microcontroler dirver.
- Developed the first Wi-Fi driver for the OS, connecting it to the TCP/IPv6 networking stack.