Leonardus Chen

Results 9 comments of Leonardus Chen

Any plans to implement this feature anytime soon?

So sad to hear the recent news about Q. One thing comes to mind though, is there any plans on what's going to happen to Zipline regarding support for newer...

Got the same error when running a `DELETE` on `/positions?cancel_orders=True` This is not resolved yet? It's been a full year now.

I found 2 additional issues related to naming conventions: 1) A bug from SQLAlchemy: https://github.com/sqlalchemy/sqlalchemy/issues/7958 There's a bug when using referrenced table's columns in naming convention (e.g., `%(referred_column_0_name)s"`, `%(referred_column_0_N_name)s"`) together...

Hi, I would love to explore taking up maintainership for this project! Although, I was hoping that could I work under the guidance of someone more experienced (both on this...

Hi @agronholm , apologies for the prolonged silence, I've been wanting to get back to you on this --- >My intent with the next release is to create a system...

Normally, I'd be leaning towards TOML so we'd be able to use `pyproject.toml` to avoid maintaining an extra config file. I find having configs for tools like `mypy`, `isort`, `black`...

Right, I'm actually working on 2 additional issues, details outlined in https://github.com/agronholm/sqlacodegen/issues/193#issuecomment-1109521217 Those issues are only relevant when using these 2 types of tokens: - `%(referred_column_0_name)s`, `%(referred_column_0_N_name)s`, `%(referred_column_0N_name)s`, etc -...

I've addressed the 2 issues I mentioned earlier https://github.com/agronholm/sqlacodegen/issues/193#issuecomment-1109521217 - ready for review now