James Mineau
James Mineau
My user settings have `"remote.SSH.useExecServer"` enabled by default.
Sorry, I see now that the logs I uploaded previously state that `"remote.SSH.useExecServer"` is `false` despite it being enabled in the UI settings. I have forced it to be true...
I'm coming from #9482, where I am having this issue when connecting to a fresh install of Raspberry Pi OS Lite from windows.
Sounds like there is already a directory called "myproject" which contains a stilt project. Either rename your new project or delete the old one.
I ran into this issue awhile ago and made up my own fix, but never submitted a PR. I came to submit some other PR's and found this. I looked...
I chose to do a check for `rhdf5` in `write_traj` instead of including it in `dependencies.r` because of the need for [bioconductor](https://bioconductor.org/packages/release/bioc/html/rhdf5.html) to install: ```r if (!require("BiocManager", quietly = TRUE))...
- Implement `parquet` option per Ben's suggestion in issue 107 - Also included the option of setting `trajec_fmt
I suppose I was following the framework of [write_footprint.r](https://github.com/uataq/stilt/blob/fc4daceee2f608650040688213fdb53554d37b62/r/src/write_footprint.r) where the output formats have been implemented for `netcdf`, `csv`, and `rds`, but only `netcdf` is documented. I hadn't really intended...
My feelings remain the same for the origin repo, but I think I'm going to move forward with a [simplified version](/jmineau/stilt/tree/simplified_output) of the cross-platform output in my own fork. I...
Decided to leave uataq/stilt alone and make my cross platform changes under my personal fork jmineau/stilt