Tony Narlock
Tony Narlock
There's no .prettierrc defined, so when I run formatting, stuff is formatted and it makes the diff very elaborate for only styling purposes. I think it'd be good to have...
After seeing #4, some SQL languages handle table creation a bit differently. SQLAlchemy has it's own way of creating tables, @cburgmer, would SQLAlchemy tables/schemas make sense for handling creating of...
MySQL would give an error with the quotations.
@cburgmer Can we change the license at the software-level to BSD, MIT or Apache? My reasons are for the ones stated here: https://github.com/ScottDuckworth/python-anyvcs/issues/32#issuecomment-28528142. Due to the nature of cjklib being...
I automatically format on save so this is causing a large rewrite/diff for me. I assume the intent (via eslint + prettier) is to stick to some consistent formatting It'd...
Is there a chance integer RGB values can be accepted? It makes compatibility with PIL's color signatures more streamlined.
Is it possible to make mutable properties like `.luminance` chainable like in spectra? (https://github.com/jsvine/spectra#colorbrightenamount10)
Is there any reason this project available via `pip`? Would you be open to a PR for this?
Found a great place to use zhon's symbol lists. Parsing regular expressions out of UNIHAN. https://github.com/cihai/unihan-etl https://github.com/cihai/unihan-etl/blob/335441a/unihan_etl/expansion.py Thanks for the project
> [!NOTE] > This issue is a duplicate of #971 but includes a full description for searchability and links to history on the tracker itself. ## What is the Current...