yearski

Results 8 issues of yearski

commit a6ad816 reintroduced an older default layout (prior to 23efd74), and replaced the 2u_inner layout (created in e287c9b) with the layout that should be the default.

Two motivations: 1. Calculate/return numbers that can be directly cast as numbers without addition text parsing. The grouping ("thousands") separator is a problem. Using javascript Intl.NumberFormat class as an option...

linux_distribution() has been removed from the platform library. This pull request uses platform.release() for the user agent string for linux clients. #7 is also a viable alternative, but requiring a...

# System information * Distribution: Arch * `lxc-start --version`: 6.0.0 * `uname -r`: 6.8.7-arch1-1 # Issue description Using lxc-copy generates an error "No such file or directory - Error opening...

PageState object can parse and structure data from ccl_chromium_snss2.NavigationEntry.page_state_raw

create new SessionCommand classes and process_cmd_entry() function to process data into these new structures

Sample code to create sqlalchemy models to store snss2 commands in a database.