Andreas

Results 15 comments of Andreas

Being able to set a local (sdcard) folder for storage is crucial for me as well so :+1:

@kohei-takata awesome and nw! I use [seafile](https://www.seafile.com/en/home/) for example. Works the same way tho. It creates a Seafile folder on the sdcard where the selected files are synced. So I...

Hi @tancik, Thanks for your work! Have the same issue when running `ns-train` on the docker image `nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04` and ssh port forwarding. (In the container I've installed a conda environment...

We seem to have the same issue using calcom-docker (with cal.com v2.4.4). Were you able to fix it?

We've used the Dockerfile in the [calcom/docker](https://github.com/calcom/docker) project to build our own image, as otherwise non-localhost domain names don't work as far as I understood.

Thanks for looking into it! If its a configuration issue or an issue with the callback URL then it shouldn't work after reconnecting the google account, right? But that seems...

Ok it seems that the restarting (or recreating) the container has nothing to do with it! Its that the google tokens cannot get refreshed. Had it running w/o restart and...

Hi @charlieduong94, what do you think of the following workaround? 1. Lasso is used to render a [template file](https://github.com/marko-js-samples/marko-lasso/blob/master/routes/index/template.marko) on the server with express. ```javascript // server.js app.get('/*', function(req, res)...

@charlieduong94 thanks for your quick response. I quickly set up a [demo](https://github.com/Websters-io/marko-router-poc). Didn't parse any url parameters (so no `getParamsFromUrl`) or placeholder paths (e.g. `/user/:userid`) tho, but I guess it...

Thanks! Yeah you are right this is a problem, the component shouldn't be rerendered/mounted twice. Cool, I'm curious to see your final solution! Keep us in the loop :smiley: