Cheuk Ting Ho
Cheuk Ting Ho
Found in version 5.12.0 of isort from solving https://github.com/Zac-HD/shed/pull/94 Multiline import will automatically be put in one line. Here is an example: ``` from os import ( waitpid, waitstatus_to_exitcode, walk,...
## Description When using `%load` magic, either with a local relative path like: `%load ../solutions/02_01.py` or absolute URL like: `%load https://github.com/HumbleData/online-workshop/raw/main/content/solutions/02_01.py` It produces an error: `ValueError: '../solutions/02_01.py' was not found...
As per talking with @Mariatta there were several attmpt to migrate the PyLadies static website out from the previous one. There are some issues that can be addressed with a...
Hi, while using it with Python 3.10.9 from pyenv. I got the follow error: ``` [ERROR] Traceback (most recent call last): File "/Users/cheuktingho/.pyenv/versions/anaconda/bin/anaconda", line 33, in sys.exit(load_entry_point('anaconda-client==1.2.2', 'console_scripts', 'anaconda')()) File...
### What is the problem or limitation you are having? Right now creating the Positron app is very hands-on, need to start with the Toga template and then paste the...
This is an example to show how to make a PR
I would like to propose these activities for PyCon 2024, I know it is not relevant to the documentation for Python but I would like to get the opinion of...
Make the query editor become a more powerful IDE, having auto-complete and suggestions for users and will hint the predefine method/ objects (either define by TerminusDB or in the schema)
We have made our TerminusDB more powerful and ready for sharing data and collaborating on Hub. It means that the old python code may not work in the latest TerminusDB...
If there is a '-' in the package name it will cause the `"EntryPoint must be in 'name=module:attrs [extras]' format"` error. Workaround is to change the '-' into '_' in...