darachm
darachm
I get this error trying to run `papermill` (which apparently imports `black`, hello) inside of a Singularity container. - https://github.com/psf/black/issues/1143#issuecomment-730814683 does not work, likely because the container is built as...
If you replace a character before the newline with a unicode character, then delete another ascii character, then it also has the problem. I think maybe this is related to...
Same experience here. Failed to find translation files for "en-US", comenting out `LANGUAGE_CODE` line in `.env` worked Running the docker on ubuntu with `LANG=en_US.UTF-8` reported from `locale`
I had this issue too. The problem was that I was using it to output some stuff scraped from BeautifulSoup, so some of the apparent strings were actually `` (aint...
I've got the same behavior as gowachin, plus a minor observation. Running this on 18.04 Ubuntu, I can't install via `install.packages()` from CRAN or from local `tgz` file. Running `R...
I've went ahead and instead used a workflow/process to deconflict this. So that looks a bit ugly, but it's pulling all the desired tuples into a single `val` input for...
Hey folks, I came here to ask for something similar, so I figured I'd just add a comment here. I am currently using starcode in bioinformatics pipelines to cluster to...
Hey @nlubock , a similar feature is now ready for testing in the feature/tidy branch, as discussed on this pull request : https://github.com/gui11aume/starcode/pull/40#issuecomment-925377411 So if you're still working with this,...
I've been keeping this problem in the back of my mind for the last month, but since I was working on this today ( https://github.com/gui11aume/starcode/pull/40#issue-988612039 ), I thought I'd write....
I believe I've also got a similar problem as described here. Trying to setup by using something like: `uri = "qemu+ssh://[email protected]/system?keyfile=/home/zed/.ssh/user"` and got error: `Error: failed to connect: could not...