Tomas Barton
Tomas Barton
@jiayuchen888 Password is defined as `Sensitive[String]`, yet it doesn't work. As you can see currently there is no test for passing `Sensitive[String]`.
@kenyon Cool, thanks. Hope it gets merged soon!
@joepicard Could you please paste the `exiftool` output: ``` $ exiftool -ee -a photo.jpg | grep Original Date/Time Original : 2011:09:03 19:16:09 ``` and output of this command: ``` exiftool...
No problem. The photo has following Date/Time metadata: ``` $ exiftool -ee -a 414932661-3cd2368b-4172-4e38-919d-460161499e9d.jpg | grep "Date/Time" File Modification Date/Time : 2025:02:20 12:15:02+01:00 File Access Date/Time : 2025:02:20 12:15:51+01:00 File...
This project allow 1:1 mapping of media file metadata (EXIF data) to DaVinci properties, for example: `EXIF:DateTimeOriginal` -> `clip:Shot` attribute This is done by calling [`setMetadata`](https://github.com/deric/DaVinciResolve-metadata/blob/main/com.deric.ExifMetadata/Scripts/Comp/EXIF-metadata.lua#L572C20-L572C31) function. What you probably...
@oxzi PostgreSQL limits the maximum query size `track_activity_query_size`, so I was unable to get the full SQL. I'll try to increase that. ``` table_name | table_size | indexes_size | total_size...
> Your history has become quite large. I don't want to put the blame on you, I just want to state the fact and that there are potentially performance issues...
@lippserd it would produce following query plan: ``` Nested Loop Left Join (cost=200919.74..3242886.88 rows=10 width=5550) (actual time=4790.756..12811.623 rows=26 loops=1) -> Nested Loop Left Join (cost=200919.18..3242879.66 rows=10 width=4399) (actual time=4790.747..12806.814 rows=26...
@teasonia Thanks for your contribution! The modification needs to be backwards compatible. You should check `$kubernetes_version` and modify the command accordingly. Also such change should be covered by tests.
@yoshz No, we can't merge it. The code needs to be rebased.