Feo Wu

Results 11 issues of Feo Wu

``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[4], [line 1](vscode-notebook-cell:?execution_count=4&line=1) ----> [1](vscode-notebook-cell:?execution_count=4&line=1) tabs = pd.read_html('https://github.com/lixin4ever/Conference-Acceptance-Rate/blob/master/README.md') [3](vscode-notebook-cell:?execution_count=4&line=3) dfs = [] [4](vscode-notebook-cell:?execution_count=4&line=4) for t0 in tabs: File [c:\Users\admin\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas\util\_decorators.py:311](file:///C:/Users/admin/AppData/Local/Programs/Python/Python39/lib/site-packages/pandas/util/_decorators.py:311), in deprecate_nonkeyword_arguments..decorate..wrapper(*args,...

**Approach:** implement a customed parser according to `Expression` source: 1. https://github.com/godotengine/godot/blob/master/core/math/expression.cpp. 2. https://github.com/godotengine/godot/blob/master/tests/core/math/test_expression.h **Basic Steps:** 1. Implement a lexical analyzer to tokenize the input expression string into individual tokens, such...

Critical 💩
Feature✨

the native logger module should be a part of dev console. TODO: - [ ] Improve the dev console output performance to support millions of lines of output - [...

Feature✨
Improvement✒

the demo should be more interactive like a game. also, can be used as a regression test.

Improvement✒

By utilizing this great project: https://github.com/bitwes/Gut A good reference: https://github.com/bitbrain/beehave/blob/godot-4.x/.github/workflows/unit-tests.yml

Help Wanted ❕
Improvement✒

Seems the current logger module is a little weak for the community, so several enhancement will be made to make it more powerful, but, it is not an easy job...

Improvement✒

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

Feature✨

**Is your feature request related to a problem? Please describe.** The current multi-window feature in Panku Console, while flexible, may lead to a cluttered user interface and potentially confusing user...

Critical 💩
Feature✨
UI/UX ✏

I'm working on it, this will improved user experience a lot. more will be explained later. - ralated to #124

**Task List** - [ ] #200 - [ ] more...

Improvement✒