Joachim Jablon

Results 394 comments of Joachim Jablon

That would, theoretically, be awesome :) Even if I'm the project creator, I'm no longer a user of this project, which means it's pretty low in my todolist (and by...

Haha, I was trying to summon the motivation to _just do it_ and realized the bitwarden sdk is a feature of the "Bitwarden Secrets manager" product and not "Bitwarden Password...

So, I had started writing code reinitializing the lib from scratch in https://github.com/ewjoachim/bitwarden-keyring/pull/11, but then: how do we want to integrate bw now ?

I think it might make sense to have 2 distinct keyring backend (bw vs bws). Now, does it make sense to have the 2 in the same package ? maybe,...

If we document it, I think it makes more sense to document it as a migration and let people factor it differently if relevant for them. For the vast majority...

BTW, here's [how Django generates the constraint name](https://github.com/django/django/blob/30a60e84923c18f3b2c725f7a31e521a833b8057/django/db/backends/base/schema.py#L1731-L1742)

> Is there a way to check extension first and then try to apply activate? Yes but... That's called `CREATE EXTENSION IF NOT EXISTS` :D Maybe it's on Xata's side...

Here's the associated ticket on the Django tracker https://code.djangoproject.com/ticket/31615 It seems more compelling an argument that `CREATE EXTENSION` (often) requires superuser, though I can't get a definitive answer whether plpgsql...

Would you be interested in making a PR ?

It might be possible to do it all in the postgresql migration: https://stackoverflow.com/questions/59037549/try-catch-equivalent-in-postgres