Highlights
- 2 discussions answered
Pinned
4,205 contributions in the last year
Less
More
Activity overview
Contributed to
SerenityOS/serenity,
awesomekling/computron,
robwirving/cppcast
and 3 other
repositories
Contribution activity
June 2021
Created 22 commits in 1 repository
Reviewed 15 pull requests in 1 repository
SerenityOS/serenity 15 pull requests
- Ports: Add Beneath a Steel Sky
- LibGUI/WindowServer: Add IPC call for set_maximized & FileManager: Store state on exit
- LibC+LibELF: Implement dladdr()
- LibJS: Math built-in improvements
- AK: Improve the URL parser
- Taskbar: Allow creating menus for sub-categories
- LibWeb: Remove Utf8View usage and try avoiding StringBuilder in TextNode
- LibGUI: ComboBox now goes upwards when running out of room to render
- LibWeb: Implement somewhat spec compliant FlexBoxes
- AK: Add CharacterTypes.h as a ctype.h replacement
- CppLanguageServer: Work with a HashMap of Symbols in each document
- Un-printf() userland: Part 3 - Utilities
- PixelPaint: Support opening more image file formats
- AK: Add a new, spec-compliant URL Parser
- LibJS: Fix two UBSAN errors
Created an issue in SerenityOS/serenity that received 1 comment
LibJS: array[" 12 "] is treated as array[12]
Looks like we're incorrectly stripping whitespace around property names and turning them into numbers.
1
comment


