Nikolay Zlatev
Nikolay Zlatev
Workaround for #2592 and #2787
When the git submodule is updated, powerline-go doesn't mark git change. 
Is there any way to show double quotes as a single quote symbol Test: ``` echo '1,"Test ""22"""'|xsv table -p 10 ``` Result: ``` 1 "Test ""22""" ``` Wanted: ```...
I think it would be good if we were able to set recursion level. I have several big libraries/frameworks in Applications folder (Android studio, android sdk, 4-5 versions of Qt,...
I think it's a good idea to have two io_context. One for accepting new connections (maybe also signal handler), and one for sessions. Currently I am using something like this:...
GCC 10.1.0 can't compile `http_method.cpp`. ```C++ /usr/include/boost/utility/ostream_string.hpp: In instantiation of ‘std::basic_ostream& boost::ostream_string(std::basic_ostream&, const charT*, std::size_t) [with charT = char; traits = std::char_traits; std::size_t = long unsigned int]’: /usr/include/boost/utility/string_view.hpp:581:37: required from...
Is it possible to use rpitx for transmitting recorded AIS wav file? > An AIS transceiver normally works in an autonomous and continuous mode, regardless of whether it is operating...
The performance is poor (and memory-hungry) when the listing is large, in my case 12k entities. Can lazy loading be used or something like virtual-scroller.