Casper

Results 84 comments of Casper

I finally found a simple way to create tables in different databases. ```python import uuid as uuid_pkg from typing import Optional from sqlalchemy.orm import registry from sqlmodel import Field, SQLModel,...

Sorry for the late reply. Hmm, this bug happened randomly, I will continue to focus on this issue.

Sure, I will add this after I finish #63.

> Wouldn't it be better to find a solution that switches to dark/light theme based on GitHub current theme 🤔 > > https://www.ctrl.blog/entry/svg-embed-dark-mode.html This would be a good solution to...

That's odd. I will investigate it on the weekend.

Hi, I just found the cause. In GitHub Graph API, user and organization data use different query. Organization : ```graphql { organization(login: "facebook") { id } } ``` User :...

Good! I will add this feature.

Not started this one yet. I will add a parameter here. And some data from GitHub GraphQL API may have different formats or even not exist between user and organization,...

Sorry for the late reply. Yes! We can add the feature. For the implementation details, we can just hide the languages or ignore languages from the counting. How do you...

Sounds good, I had the same thought.