Jeshua Lin

Results 20 comments of Jeshua Lin

Did something upstream break the build system? I was getting this with plugins="git,login,jwt" and so I tried: ``` caddy: image: abiosoft/caddy build: context: https://github.com/abiosoft/caddy-docker.git # args: # - plugins="git,login,jwt" #...

It's been a few months so I don't suppose you're struggling with this/a "noob" anymore, but if you still need help (I'm curious too) Do you have the log output...

Ah. I figured as much. Out of curiosity, how do you find nginx as a reverse proxy compares to, say, caddy and traefik in terms of learning curve? Especially if...

Thanks, cheers!

Testing: https://github.com/pldubouilh/gossa/compare/master...jeslinmx:hotfix ...nope, it doesn't work.

> My request is to have this extension proactively fighting against msft proprietary sync technologies. How would you propose that be done? This extension is already fighting against the proprietary...

> > > @legendavey this basically would add support for a cloud service (Firefox Sync), which is not federated. This is directly against the idea behind Bromite, which is to...

Simply setting the user seems to work for me in docker-compose. ``` nextcloud: image: nextcloud:17 container_name: nextcloud restart: unless-stopped user: "1000:1000" security_opt: - no-new-privileges:true cap_drop: - ALL volumes: - nextcloud:/var/www/html...

+1 I am able to reproduce this error in plotly 5.5.0, using renderer "browser". Before moving animation slider: ![image](https://user-images.githubusercontent.com/1007894/148882671-0e62bb8c-1b85-4189-8f51-0eba4107b42e.png) After moving: ![image](https://user-images.githubusercontent.com/1007894/148882765-d1deaaac-be21-4245-8e1a-97255d70ca8c.png) Looking at `fig.frames`, I can see that all...

> It may get deprecated Is this mentioned anywhere on the docs? I was about to use it to implement a schema when I stumbled upon this issue while trying...