Cheng
Cheng
Thanks for this explanation. I'm having the same problem for a while and finally it bothered me enough to do a search here. For future visitors, if you need to...
Sorry. I have no idea.
Same here. I'd love to track a search action, including the query and the user, but no model.
Checked the code. You can do this: ``` def index Impression.create(direct_create_statement(message: params[:q])) ... end ```
Here is my hack for expiring the cache every day: ``` class daily_memory: """ daily memory, expires every day usage: @daily_memory.cache def myfunction() """ @staticmethod def cache(func): return daily_memory(func) def...
I encounterd a similar problem on some live photos. In Photos, the live photo does play, so I assume that the .mov file is downloaded? However p.path_live_photo is None so...
Initially my setting was "optimize Mac storage", but I also tested it after changing to "download originals to this Mac", I also waited for a while just in case that...
`--use-photokit` crashes on macOS 14.2 with iTerm2. Changing to Terminal.app resolves the problem.
I upgraded to v1.102.3. Still see this in some albums.
@danieldietzler ``` immich=# SELECT COUNT(*) FROM albums_assets_assets AS a, assets AS b WHERE "a"."assetsId" = "b"."id" AND NOT "b"."isVisible" immich-# ; count ------- 28644 (1 row) ```