ReimarBauer

Results 301 comments of ReimarBauer

Before working on this we should talk about if we want to keep Pyfilesystem2 in our lib or replace it completly by os / pathlib. When we introduced FS we...

https://github.com/Open-MSS/MSS/pull/2405/files#r1665854420 when we want to keep fs in the future we can't use send_from_directory. We have to replace it by send_file because this can also send a BytesIO object But...

> What is the use case for fs, at least on the server side, anyway? In the past there was no file storage on Google Cloud Platform. It is an...

When I look on the Release history on PyPi, https://pypi.org/project/fs/#history More than 2 years ago 2.4.16 was released. Also on https://github.com/PyFilesystem/pyfilesystem2 it seems not further developed. There are some PR...

The test should show an other user than the creator joined as collaborator by a socket event operation The database entries are created by the join_collaborator_to_operation event. For me the...

I was blind, yes you are correct.

currently miniforge3 and mambaforge docker images have the 1.4.2 version of mamba ``` docker run --rm -it --entrypoint bash quay.io/condaforge/miniforge3 (base) root@af288fbcb9b0:/# mamba --version mamba 1.4.2 conda 23.3.1 ``` ```...

https://github.com/conda-forge/mamba-feedstock/issues/193

docker run --rm -it --entrypoint bash condaforge/miniforge3:latest current condaforge build is still based on mamba --version mamba 1.4.2 conda 23.3.1 mamba 1.5.5 was recently released