Dale Magee
Dale Magee
it is the eu eea version, unihertz told me that based on the device's version info. It came with android 10 on it. hmm that is the boot.img that I...
I'm sorry, I haven't had time to come back to this properly and try out the lineageos build. I did manage to get root successfully though, so you can close...
Hi Sebastian I believe that I have solved this problem in [my fork](https://github.com/AntiSol/sqlalchemy-timescaledb) with [this commit](https://github.com/AntiSol/sqlalchemy-timescaledb/commit/a109d8d94e0a4907fbe687c21df8013d564effcd) The approach I took was to intercept table class creation and automatically add an...
thanks for the quick reply! I'm thinking maybe as a workaround to get what I want I can use `image.get('exif-data')` (which seems to be the whole exif header as binary...
(feel free to close this if you want, or leave it open if you do plan to update one day, or whatever :) )
For anyone else trying to solve this problem, here's how you do it with the `exif` pip package: ```python from pyvips import Image from exif._app1_metadata import App1MetaData from exif._constants import...
Hello! It seems fairly clear that this project is abandoned / unmaintained. FYI I have started a fork at https://github.com/AntiSol/sqlalchemy-timescaledb which includes the fixes in the PR I just raised....
`Only those with [write access](https://docs.github.com/articles/what-are-the-different-access-permissions) to this repository can merge pull requests.` I think that means someone who isn't me has to press "merge"
howdy @snitramodranoel I agree! [I've taken on maintenance of my fork](https://github.com/dorosch/sqlalchemy-timescaledb/issues/20#issuecomment-2581936253). It's been low-activity due to my lack of time, but I'd welcome your input. Just the other day I...
That does look pretty cool, I like some of the things in this approach. However: 1. I'd be surprised if this will work with alembic, which for me is a...