florpe

Results 2 issues of florpe

### Description Nixfmt (sometimes?) converts strings to double single quote form. For certain strings, the transformation is incorrect. No transformation at all would be preferrable. ### Small example input ```...

bug

Hi, I'm trying to run multiple FUSE mounts from the same process - only the last call to pyfuse3.init() takes effect. Here's an example adapted from hello_asyncio.py: Code from hello_asyncio.py...