Tomás Di Domenico

Results 17 comments of Tomás Di Domenico

I am seeing this issue consistently with Firefox 48 on Linux. With Chrome 52, however, instead of skipping to the next song what happens is that playback stops for ~10...

A workaround in my case is to select the "Upload an asset" option using the keyboard. Everything is normal then (see https://github.com/logseq/logseq/issues/5113#issuecomment-1156253355).

I've opened a PR to add this: #1761

Converting to draft as during some testing I realised the "conda_env" path doesn't contain the token e.g. when using a module in a private repo that contains a conda environment....

Example error message: ``` Not a conda environment: /my/workflow/.test/https:/gitlab.com/api/v4/projects/myproject/repository/files/workflow%2Fenvs%2Fenvironment.yaml/raw?ref=main ``` So it's treating the environment URL as local. I guess the module import requires redefining the env in this case?

@johanneskoester seems like conda env files are still fetched without the token. I've tested hardcoding it in the conda deployment file [1] and it works. Any pointers on the best...

Bumping this issue. Seeing the same in LineageOS on a MotoG5+. MuPDF will correctly be used when opening from a file browser, but PassAndroid takes over if opening directly from...

Not sure if it's a bug, I've asked in the [issue I just opened](https://github.com/snakemake/snakemake/issues/887). For the time being, the easiest solution is to convert the input to a list: ```python...

Seems like an encoding problem (also evidenced by the "u" prefix that the developer mentions). A quick fix would be to decode the string by replacing: `line = line.replace("u'","")` with...

Related to this: I'm using the Gencode FASTA for GRCh38, where the chromosomes are named "chr1" instead of just "1". I replaced the parameter in the Snakefile for the read...