Cheuk Ting Ho

Results 38 issues of 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...

bug

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...

needs: discussion
needs: decision
Do-Not-Merge

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...

enhancement

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...

meetings

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)

enhancement

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...

good first issue
help wanted
multi-contributors
mentored-sprint

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...