Archimedes Trajano

Results 419 comments of Archimedes Trajano

https://snack.expo.dev/@trajano/bossy-tortilla ``` {format(Date.now(), "PP")} has year. I am looking for "Jan 3" {format(Date.now(), "PP", { locale: ja })} has year. and does not write it in Japanese Looking for 1月3日...

Do you mean open a new one @mandaputtra

Since you're practically out of letters you may have to do something like `PP~` Also extend this for to include the short weekday just like the macOS clock if we're...

Three weeks ago there was some phishing/spam which is why I had `?` because it looked weird when I first saw it, then I noticed it on all the other...

Yeah that would be the start at least we can confirm there's access to that API. The next bit is to show the notification as a separate layer on top...

Maybe just don't create it by default is an option as well https://github.com/nextcloud/photos/issues/3152

if you do `aliae init zsh` you should see the order of execution. But generally env ? and perhaps path? then aliases then scripts To help me understand what's going...

I am actually switching to Immich because of this issue for photo galleries.

The error is likely on https://github.com/nextcloud/photos/blob/295cb7fb1c308d03996475e64e5d7bcf810ebeea/src/mixins/FetchFacesMixin.ts#L173 due to the error message saying "replace" Unfortunately, it isn't aas simple as adding a `?`. Adding that or ``` .filter((t) => t.realpath) ```...