Results 49 comments of Brennen Raimer

@alcalbg @s-kaczmarek That's very odd. Firstly I will say I built and am currently using the docker image constructed by the Dockerfile as it exists in my recent PR https://github.com/filegator/filegator/pull/254...

what are the permissions on `~/filegator/repository` and `~/filegator/private`? Can you show me the output of `ls -l -n ~/filegator`. I suspect it will say something like ``` drwxr-xr-x 1000 1000...

> Ok, I've created a container form an image on dockerhub: https://hub.docker.com/r/kwillia/filegator_docker > > My docker-compose looks like this: > > ``` > version: '2' > services: > filegator: >...

@s-kaczmarek so where's this stand? is this resolved now for you?

@manrajgrover I have this issue across many terminals as well as in Jupyter notebooks. I can only ever get the "line" spinner, no matter what value I put

@manrajgrover yep, already found the line in your code. I'll try to fix it for you. I get that terminal support sucks, but you shouldn't be preventing it in Jupyter...

This isn't so much a bug as it is an unnecessary limitation placed on Windows users. If you remove this limit and use a terminal emulator that supports Unicode output...

> Hi @norweeg > Can I help in order to fix the pipeline? I tried locally with two python versions (2.7 and 3.7) both of them seem to succeed. Do...

> > > Gently bumping this, since it hasn't seen activity in a while, and also happens to affects me. :) I will get back on this! I need to...

This issue has nothing to do with Windows and everything to do with your terminal emulator. For example, on Windows using [Windows Terminal (preview)](https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701), both CMD and Powershell are able...