Block or Report
Block or report tdunning
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
273 contributions in the last year
Less
More
Contribution activity
January 2022
Created 2 repositories
-
tdunning/bots
Python
•
Built by
- tdunning/julia Julia
Created a pull request in JuliaLang/julia that received 28 comments
Add optional error message to only to simplify usage
Uses of only are often replaced (or just not done in the first place) with explicit logic to get better error messages. Allowing the error message …
+53
−15
•
28
comments
Reviewed 2 pull requests in 2 repositories
JuliaLang/julia
1 pull request
tdunning/t-digest
1 pull request
Created an issue in kimmolinna/DuckDB.jl that received 20 comments
Can't query parquet files?
I have tried the following from the duckDB docs:
D select count(1) from parquet_scan('test.parquet');
┌──────────┐
│ count(1) │
├──────────┤
│ 1536…
20
comments