Sometimes I don't update dependencies.
Times I've broken firefox's build: 7
Block or Report
Block or report Eijebong
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,527 contributions in the last year
Less
More
Activity overview
Contributed to
divvun/taskcluster-scripts,
Eijebong/divvun-tc,
taskcluster/taskcluster
and 5 other
repositories
Contribution activity
April 2022
Created 69 commits in 12 repositories
Created an issue in alexcrichton/toml-rs that received 2 comments
toml::to_string serializes -0.0 to --0.0 which toml::from_str can't parse
#[derive(serde::Deserialize, serde::Serialize)]
struct Foo { a: f64,
} fn main() { let foo = Foo { a: -0.0 }; let s = toml::to_string(&foo).unwrap(…
2
comments
Opened 2 other issues in 1 repository
taskcluster/taskcluster
2
open
13
contributions
in private repositories
Apr 4 – Apr 22