Anton Shepelev

Results 12 comments of Anton Shepelev

*This e-mail in Markdown* > It would be good to get a screenshot as my > terminal doesn't make much sense of it either with: > > iconv -fiso-8859-1 <...

Sorry for the previous message. I didn't know *Github* did not process *Markdown* correctly when loading it from e-mails. > It would be good to get a screenshot as my...

So you accept this issue as a change request? Great news, and many thanks.

I had the same problem, which caused the following kernel message: [drm:edid_load [drm]] *ERROR* Size of EDID firmware "1280x1024.bin1" is invalid (expected 0, got 127 In my case, the problem...

I never tried. I though you assumed the (heavy) burden of building *nix software for Windows NT. Beg pardon for the misunderstanding. I myself have trouble building nvi even on...

Thanks for the attempt. If you ever want to fix this, look into some *Subversion* containers that handle `SIGTERM` correctly, e.g. [the one](https://github.com/gbouthenot/docker-svnserve) I mentioned in issue description.

I don't think it is that serious. Generally, since it is open source, you have the right to examine the code, understand how it handle `SIGTERM`, and then *re-implement* the...

Thank, it solved the problem. On some of the mounts the owner is `root` with complete permissions `rwxrwxrwx`, and on some it is the user specified in the `USER` setting...

I was looking in all the wrong places: the man page, and the project website. Now I see that `MNT_GROUP` is a good solution for my family PC: I can...

Yes, it is a good idea, especially in the form of a `sort_by` and `sort_ord` options to specity the field to sort by and the order (descending or ascenting). These...