Chris Marsh
Chris Marsh
@p-e-w I've made a [Duplicacy](https://github.com/Chrismarsh/duplicacy-gnome-extension) back up extension using Argos. How best to add it to the wiki?
Oh, sorry! It's a question + feedback that the documentation is unclear. If I do this: ``` from tqdm.contrib.concurrent import process_map L = range(10000) def foo(element_id): sleep(0.01) # replace with...
Thanks, that helps! Is it possible to load all these attributes into the xarray `.attrs`?
I agree this would be helpful and streamline downstream consumer versioning. As well it seems 5.1.1 and `master` build very different against gklib it would help in differentiating them in...
@shardest @DavidPoliakoff Definitely not a waste of time for poor folks like me who run into this! I have 2/3 machines hitting this in various ways. However for me, it's...
I can confirm that the above pull request (kokkos/kokkos#3969) resolves this for me. However, I also need to change the `DIGITS10_HELPER_INTEGRAL(TYPE)` macro to not be `static constexpr` trilinos/master/include/Kokkos_NumericTraits.hpp L 146
>If you divide by a double by a size_t template value, that's non-constexpr. But if you divide by just a static constexpr size_t, you're fine. Because haha logic is dead...
I also have this problem resulting in pip trying to install to a read-only system location `ERROR: Could not install packages due to an EnvironmentError: [Errno 30] Read-only file system:`
Oh interesting, this seems to be related to having pyenv-which-ext installed. Without it, the pip shims are created, otherwise it seems to default to system pip.
Agreed that `--path` has perhaps cleaned up some of my issues (so far).