Popular repositories Loading
-
-
robotkernel
robotkernel PublicForked from robots-from-jupyter/robotkernel
Robot Framework IPython kernel for Jupyter Notebook and JupyterLab
Jupyter Notebook
-
-
-
-
5 contributions in the last year
Skip to contributions year listDay of Week | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
July 2025
Created 1 commit in 1 repository
Created 1 repository
-
RomaCZ/aio-overpass
Python
This contribution was made on Jul 28
Created a pull request in timwie/aio-overpass that received 2 comments
Fixes Unicode Decode Error
Summary
This PR fixes a platform-specific UnicodeDecodeError
in __init__.py
on Windows by explicitly setting encoding="utf-8"
in calls to pathlib.P…
+1
−1
lines changed
•
2
comments
Created an issue in timwie/aio-overpass that received 2 comments
UnicodeDecodeError in __init__.py on Windows due to missing encoding in Path.read_text()
Description
When importing aio_overpass
on Windows with Python 3.12+, a UnicodeDecodeError
occurs in __init__.py
while reading documentation files …
2
comments