Alan Du

Results 25 comments of Alan Du

> I'm afraid I simply don't know how to make things fork-safe in the presence of threads and potentially active coroutines and/or sockets. Yeah, I agree this seems tricky. How...

I've tracked this down to `conda.common.pkg_formats.python.parse_specification`: if you feed in `black (>='19.3') ; python_version >= "3.6"` as an input, ~~it chokes on the parenthesis.~~ EDIT: it loos like it's the...

Hm...I can't recreate this. When I create a blogpost on 10/23 and then publish it on 10/24, it shows up on the website as 10/24. But...if you ever unpublish and...

Kind of. You could only change the publication date to the real one. You wouldn't be able to change the publication date arbitrarily.

@Skylion007 : re the copy, I've updated the implementation to be (hopefully) a little less dependent on the exact implementation -- here, we directly use `fs._open` and handle the commit...

> Before getting into details, can someone comment on the purpose of transactions in general? Any file can be opened with autocommit=False, and then be cancelled or committed, so you...

@Skylion007 @pradeepfn Do you have any suggestions on how to proceed here? Without this PR, our code is currently breaking with more recent fsspec, so I'm eager to try to...

Sorry to bug you again, but @pradeepfn @fegin @LucasLLC, but I'm interested in figuring out what the right path forward here is. I would like to be able to use...