Daniel Einars

Results 41 comments of Daniel Einars

Ok, this has been bugging me for quite some time. So much so that I wrote a script to rename all the videos once downloaded. The downside is that they're...

I'm also seeing this behavior, but only when using query parameters. Otherwise great work!

> Confirming that this issue also exists in Ubuntu 20.04 with gcloud version 301.0.0. > > To fix: > > ``` > sudo apt install google-cloud-sdk=297.0.1-0 > ``` This temporary...

do you have the `FAST_REFRESH` flag in the `.env.development` file set to true? I'm working on a pretty strong machine, so I maybe that's why I don't really notice slow...

@derneuere seems to think the dev experience isn't that great and there is an [issue in the create-react-app repo](https://github.com/facebook/create-react-app/issues/9886), which matches this description. I've created [a mr](https://github.com/LibrePhotos/librephotos-frontend/pull/100) to disable es-lint...

whoops, yes. That probably has something to do with this line here [/src/hooks/useWorkerStatus.ts#L28](https://github.com/polaroidkidd/librephotos-frontend/blob/b9fce8714d6d834c1f8e6df2433045827e36a651/src/hooks/useWorkerStatus.ts#L28) I think I'll have to add a case where it handles canceled jobs there.

no. I actually just found out that the "finished" notifications are a bit broken. Are jobs asynchronous in the backend? is there a que they enter? do they exit FIFO...

What do you mean when you say "terminating beforehand"? Typically all client requests go through the proxy container (in my case nginx with Letsencrypt certs) and are then passed on...

> SSL terminates on my own proxy server and is then forwarded to librephotos This is the standard setup and should work as advertised. > they are blurred out that's...

Ah, ok. That looks like an error I merged recently. I'm on the move right now but I'll get back tonight. Regarding the nginx config, there isn't anything special. In...