pfee
pfee
I've encountered the same issue, reproduced with: ``` $ vmtouch -v /usr/bin/ls | cat -v /usr/bin/ls ^M[OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO] 33/33^M[OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO] 33/33 Files: 1 Directories: 0 Resident Pages: 33/33 132K/132K 100% Elapsed: 0.000152...
Having looked at the code, the carriage return characters can be eliminated for the case where `-v` is used on the command line without `-t`. The changes are available in...
Moving upstream into Boost sounds like a better idea than separate packaging. That way all Boost users should get it eventually. I was pleased to stumble across this project as...
I've signed up to the boost-devel mailing list and asked about getting this code included.
Correct, I'm afraid there were no replies to my post: http://thread.gmane.org/gmane.comp.lib.boost.devel/255375 You're welcome to try again and help push this along. Having these pretty printers bundled with Boost and/or distro...
Pasting in additional information from: https://bugzilla.suse.com/show_bug.cgi?id=1197015#c5 Packages provided by Leap are not listed after a search, e.g. https://software.opensuse.org/package/kernel-default Only Tumbleweed shows an official release entry. Leap 15.4, 15.5 and 15.6...
+1 for gapless looping over a video. I'll try experimenting with OMXPlayerVideo::close(), OMXPlayerVideo::open() or perhaps feeding an endless sequence of packets into it via OMXPlayerVideo::AddPacket(). I don't need audio for...
Are there instructions on setting up the build environment for omxplayer? The source code looked reasonable, but I haven't got a build environment setup to permit experimentation. Is it best...
Example compilation error: ``` $ c++ deduction.cpp deduction.cpp: In function ‘int main()’: deduction.cpp:17:66: error: class template argument deduction failed: 17 | frozen::map d = {std::pair{"one"sv, 1}, std::pair{"two"sv, 2}}; // Compilation...