Block or Report
Block or report badboy
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
mozilla/gecko-dev Public
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
-
-
mozilla/data-docs Public
A guide for Mozilla's developers and data scientists to analyze and interpret the data gathered by our data collection systems.
-
-
-
1
fn main() {
2println!("Hello World!");
3}
3,080 contributions in the last year
Less
More
Activity overview
Contribution activity
December 2022
Created 14 commits in 5 repositories
Created a pull request in mozilla/glean that received 2 comments
Opened 2 other pull requests in 2 repositories
mozilla/glean_parser
1
merged
mozilla/glean
1
merged
Reviewed 9 pull requests in 5 repositories
mozilla/glean
4 pull requests
mozilla/probe-scraper
2 pull requests
mozilla/bigquery-etl
1 pull request
mozilla/application-services
1 pull request
mozilla/data-docs
1 pull request
Created an issue in tobymao/sqlglot that received 1 comment
Failure to parse nested SELECT in ARRAY [Dialect: BigQuery]
sqlglot 10.1.3 fails to parse this query:
SELECT ARRAY(SELECT x * 2 FROM UNNEST([0, 1]) AS x)
The inner SELECT makes it fail.
(My actual query is o…
1
comment