Vassili Tchersky

Results 41 comments of Vassili Tchersky

I've got the same issue, but strangely enough, it used to work with exactly the same drivers on another motherboard. (I moved a system HDD from one motherboard to another)...

> RWMutex - I worry this would slow down [...] > make the Dispatcher an interface Converting to an interface will induce some [overhead](https://syslog.ravelin.com/go-interfaces-but-at-what-cost-961e0f58a07b) ([allocation](https://research.swtch.com/interfaces)). Also, there are alternatives to...

> What information do I need to uniquely identify the mail in the source, so I can reliably delete it later on? I don't know how fetchmail do it. There...

Could you provide a sample .tar.gz containing such a file ?

https://github.com/sahib/rmlint/pull/721

We should probably (?): - remove Glib compilation from setup.py, removing legacy `distutils` import of install_data - add a quick check on Shredder startup if Glib schemas are up-to-date, if...

https://sourceware.org/bugzilla/show_bug.cgi?id=11460

> You mean `better?` not really :( You can try different theme and see for yourself.

+ test GUI with Xvfb and/or Wayland ? Could we at least get a screenshot that after scons install + `rmlint --gui`, shredder is correctly launched ?

You will lose the capacity to detect non-stripped ELF binaries, which is not very useful on macOS anyway as ELF is not used but Mach-O.