GithubHelp home page GithubHelp logo

bahamut_ani_stat's Introduction

Hi ๐Ÿ‘‹ Wei Lee here

I'm a

I enjoy automating tedious tasks and creating high-quality code. Enjoy participating in open-source communities and contributing to open-source projects. Traveling is also a passion of mine, and I often use PyCon as an opportunity to explore new places. I have attended PyCon conferences in Taiwan ๐Ÿ‡น๐Ÿ‡ผ, the United States ๐Ÿ‡บ๐Ÿ‡ธ, Japan ๐Ÿ‡ฏ๐Ÿ‡ต, Canada ๐Ÿ‡จ๐Ÿ‡ฆ, Remote Python Pizza ๐Ÿ•, and Euro Python (remotely) ๐Ÿ‡ช๐Ÿ‡บ.

I share my technical notes, book digests, and occasional thoughts on my main blog Those aren't written down are meant to be forgotten. If you're interested in topics such as cooking, anime, and travel, I chat about those things on Those things no one cares about.


You can find me through


I use Neovim Sublime Text macOS Firefox Spotify Apache Airflow


๐Ÿ–Š๏ธ Blogs

Those aren't written down are meant to be forgotten

Those things no one cares about

๐Ÿ–ฅ๏ธ Recently working on

  1. ๐Ÿ—ฃ Commented on #41306 in apache/airflow
  2. ๐Ÿ—ฃ Commented on #41306 in apache/airflow
  3. ๐Ÿ’ช Opened PR #41348 in apache/airflow
  4. ๐Ÿ—ฃ Commented on #1170 in commitizen-tools/commitizen
  5. ๐ŸŽ‰ Merged PR #153 in pycontw/pycontw-blog
  6. ๐ŸŽ‰ Merged PR #1204 in commitizen-tools/commitizen
  7. ๐ŸŽ‰ Merged PR #1203 in commitizen-tools/commitizen
  8. ๐Ÿ—ฃ Commented on #41336 in apache/airflow
  9. ๐Ÿ—ฃ Commented on #1195 in commitizen-tools/commitizen
  10. ๐Ÿ—ฃ Commented on #41306 in apache/airflow

โญ GitHub Stat

committers.top badge (Taiwan)

Wei Lee's github activity graph

bahamut_ani_stat's People

Contributors

actions-user avatar dependabot[bot] avatar eddiechocho avatar github-actions[bot] avatar iknowright avatar lee-w avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bahamut_ani_stat's Issues

[Refractor] replace python dataclass with pydantic

Description

Pydantic is powerful data validation and settings management in python. we can use it to improve object parser.

Possible Solution

add pydantic denepencies and make changes to fit current model

[Bug Report] Command parse get-new-animes --print-output is not working

Description

Command parse get-new-animes --print-output is not working correctly

bahamut_ani_stat version

0.3.0

Steps to Reproduce

  1. Enter command
    poetry run python bahamut_ani_stat/__main__.py parse get-new-animes --print-output

  2. See error
    Either --print-out or --output-file needs to be provided

[Bug Report] Command parse get-new-animes --output-filename is not working

Description

Command parse get-new-animes --output-filename is not working correctly

bahamut_ani_stat version

0.3.0

Steps to Reproduce

  1. Enter command
    poetry run python bahamut_ani_stat/__main__.py parse get-new-animes --output-filename CoolFile.json

  2. See error
    Traceback (most recent call last): File "~/bahamut_ani_stat/bahamut_ani_stat/__main__.py", line 19, in <module> main() File "~/Library/Caches/pypoetry/virtualenvs/bahamut-ani-stat-Geh0287Y-py3.9/lib/python3.9/site-packages/click/core.py", line 1137, in __call__ return self.main(*args, **kwargs) File "~/Library/Caches/pypoetry/virtualenvs/bahamut-ani-stat-Geh0287Y-py3.9/lib/python3.9/site-packages/click/core.py", line 1062, in main rv = self.invoke(ctx) File "~/Library/Caches/pypoetry/virtualenvs/bahamut-ani-stat-Geh0287Y-py3.9/lib/python3.9/site-packages/click/core.py", line 1668, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "~/Library/Caches/pypoetry/virtualenvs/bahamut-ani-stat-Geh0287Y-py3.9/lib/python3.9/site-packages/click/core.py", line 1668, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "~/Library/Caches/pypoetry/virtualenvs/bahamut-ani-stat-Geh0287Y-py3.9/lib/python3.9/site-packages/click/core.py", line 1404, in invoke return ctx.invoke(self.callback, **ctx.params) File "~/Library/Caches/pypoetry/virtualenvs/bahamut-ani-stat-Geh0287Y-py3.9/lib/python3.9/site-packages/click/core.py", line 763, in invoke return __callback(*args, **kwargs) File "~/bahamut_ani_stat/bahamut_ani_stat/cli/parse_commands.py", line 72, in get_new_animes_command click.echo(json.dumps(new_animes, indent=4, ensure_ascii=False)) File "/usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/json/__init__.py", line 234, in dumps return cls( File "/usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/json/encoder.py", line 201, in encode chunks = list(chunks) File "/usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/json/encoder.py", line 429, in _iterencode yield from _iterencode_list(o, _current_indent_level) File "/usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/json/encoder.py", line 325, in _iterencode_list yield from chunks File "/usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/json/encoder.py", line 438, in _iterencode o = _default(o) File "/usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/json/encoder.py", line 179, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type Anime is not JSON serializable

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.