Dae
Dae
## Description It's possible that I'm just doing something wrong but this behavior seems related to other issues so I'm posting it as a bug. I'm using SSH port forwarding...
I have several folder uploaded to OSF with >100 files in them. I'm indexing the contents using ```python osf = osfclient.OSF(username=USER, password=PASSWORD, token=TOKEN) args_indexosf = args( username=USER, project=PROJECT, remote='/' )...
I'm uploading a large (~3.3Gb) file using `osfclient.cli.upload()`. The transfer to the OSF repo completes (i.e. I can download the file from OSF and it's bit-wise identical to the uploaded...
Thanks for the great package, it has been extremely useful. One feature I'd appreciate is to be able to sync osf with a local folder without overwriting every file. My...
The [documentation](https://turinglang.org/docs/tutorials/docs-12-using-turing-guide/index.html) gives an example of how the sample macro can be used to either condition a model or sample RVs: ```julia @model function gdemo(x, ::Type{T}=Float64) where {T} if x...
I'm having a new issue, I think it might have just started recently, where the `cursor-positions.json` file is not reliably updated. I tried deleting the json file, modifying the settings,...
Currently the "Website Blacklist" uses the domain of the url as the title of the markdown link. That's great for some sites, but for other sites I would like the...
BibLaTeX `@collection`/`@incollection` entries render incorrectly in some styles, including APA. The reason seems to be that they are mapped to the wrong CSL types. I think the origin of the...