Popular repositories
407 contributions in the last year
Less
More
Contribution activity
August 2021
Created 53 commits in 2 repositories
Opened 2 pull requests in 1 repository
winpython/winpython
2
merged
Created an issue in python/mypy that received 5 comments
MyPy needs to ignore 'gc.set_threshold(150 * 1000)' when running on PyPy3-3.8
Testing on PyPy-3.8 nightly, I discover that 1 line may be to ignore, when MyPy is running on PyPy3: then it's apparently functionnal, see https:/…
5
comments
Opened 7 other issues in 1 repository
stonebig/sqlite_bro
1
open
6
closed
- on the ETL side
- move to github actions
- add .output , .print , .dump to command-line features
- replace 'utf-8-sig' per 'utf-8' as the default everywhere on Windows
- allow direct database opening and scripting via command line
- add a '.attach' command to allow attachement of database
- add ".separator" and ".headers" shell instruction to complete the '.once' feature