ofer-pd

Results 11 comments of ofer-pd

It's obvious to me that this functionality is needed. It's an extremely common occurrence to have your `poetry.lock` file suddenly change under you as a result of running `git pull`...

I have the same issue - I need to pass multiple styles. It's important enough that it means I can't use this library until this problem is fixed - I'll...

Recently started working on an existing project. As a test, I deleted my yarn.lock and ran `yarn` from scratch. Here are all the warnings generated by installing the latest version...

Unfortunately, that tortoise-gis project hasn't had any new activity for 1.5yrs, and the README says "NOT PRODUCTION READY". I guess this is still unsolved problem.

Come to think of it, I guess that question would apply to Meta attributes as well. For example, if you don't care about schema generation, there's no point configuring: ```python...

I currently use a home-made migration system (~250 lines) that supports migrations written in either SQL or Python, and I write migrations by hand. If I want to see the...

This is a waste of time. If people are triggered by a branch name, they should talk to their therapist.

I'm using tortoise-orm v0.23.0 + asyncpg v0.29.0, and I'm in the same situation. - I need to use a domain socket to access my Google Cloud SQL instance from a...

Update: I found a hack that works. :) I feel dirty even sharing, but... ```python from tortoise.backends.base.config_generator import DB_LOOKUP DB_LOOKUP[ "asyncpg" ][ "vmap" ].pop( "hostname" ) Tortoise.init( db_url = "postgres://USER:PASS@/DBNAME?host=/cloudsql/myproj:us-central1:mydb/.s.PGSQL.5432",...

Sorry to intrude on this issue, but I have a related noob question: If I have a private project (company web app), isn't it redundant to have a `.python-version` file...