John Kerl

Results 286 comments of John Kerl

Not positive it's entirely related but we had a hard fail on MacOS, beyond our control: https://github.com/single-cell-data/TileDB-SOMA/issues/1926#issuecomment-1834695149

As a workaround -- maybe not acceptable, but as an option -- you can set environment variables. ``` export AWS_ACCESS_KEY_ID="whatever" export AWS_SECRET_ACCESS_KEY="whatever" export AWS_DEFAULT_REGION="us-west-2" ```

@ivirshup looks the same to me ... will it be possible t use the workaround of setting the environment variable ``` export AWS_DEFAULT_REGION="us-west-2" ``` ?

@dtatarak thank you and our apologies. The underlying is being actively worked. It turns out to have been more subtle than I had anticipated. The workaround I've used successfully in...

Thanks for your patience @dtatarak . It's puzzling me that this workaround suffices for me but not you. :| Can I trouble you to try one more thing? ``` Sys.setenv(TILEDB_VFS_S3_REGION...

Fantastic, thank you @dtatarak ! We are working on the real fix as a priority but I'm happy to hear you have a workaround in the interim.

@mlin yes that was precisely my narrative -- thank you! In hindsight, I should have commented on this issue (as follow-up) earlier. Please do let us know if the issue...

@balki Hi and sorry for the delay! This is AWESOME stuff!!! 😎 Agreed re all four checkboxes -- if you're up for it, these are all great! It's better to...

>Has there been any progress on this? There has not :( > (Mostly, i'm asking to avoid duplicate work. If there hasn't been any work on zsh completion, i might...