Dash
Dash
Related: #488 Let's say I already am running my own event loop (in my particular case it's quamash). How can I integrate this with `nvim.run_loop()`? As far as I see...
I have a large set (300k, 80G) of files that is slowly, but constantly expanded with new files, whereas the existing files are not modified. It takes very long time...
This project already had a couple of such issues before, this time it's our company's stumbling into lack of support for `fernet_fields.fields.EncryptedCharField`. Now because this is an external package I...
Is there any chance of adding support for new `CompressedBG___` graphics that are used in [Magical Charming](https://vndb.org/v11857)? AFAIK up until [this line](https://github.com/minirop/arc-reader/blob/master/cbg.c#L83) the format stays the same (meaning, it still...
I copy pasted the image preview script [as seen in the wiki](https://wiki.vifm.info/index.php?title=How_to_preview_images)... and it _almost_ works:  As you can see, the image preview is briefly displayed, but then it...
It would be nice if we had: - a way to show xattrs as a column (for example, as a list of all associated keys joined with a `,`) -...
Moving/copying large number of files quickly freezes up the whole UI which has several effects: - one can't press i to show up the details dialog - one can't cancel...
Having vifm prefer the pane whose current directory matches that of `--select`ed file would be pretty cool. Use case that involves hypothetical image viewer: 1. Start an image viewer for...
# Bug report ## What's wrong Given the snippet such as this ```python3 from rest_framework.response import Response from rest_framework.test import APIClient def test_response(api_client: APIClient) -> None: response: Response = api_client.get('https://example.com/example.json')...
In light of #17 I tried to use `ngx_echo` to make it include `README.txt`, but I failed miserably. Using 0.4.1 on nginx 1.10, any call to `echo_location_async` or similar from...