nojhan

Results 122 comments of nojhan

Wouldn't this be useful with a more general approach? Like answering a question such as "is this currently running on my machine?". Like checking if any service is up ("is...

This should be done with this forced push.

The [diff-match-patch](http://code.google.com/p/google-diff-match-patch/) library comes in C++ and javascript, maybe a good option.

I found [dtp](http://code.google.com/p/dtl-cpp) and [GNUlib](http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/diffseq.h;hb=HEAD), but maybe the most interesting option would be to propose an STL implementation to `diff-match-patch`.

Interestingly, `dtp` use the Wu's algorithm, whereas the other used Myer's one. But I'm not sure which one best suits the needs of anyterm. Also, dtp's author seems to have...

Indeed, I also often use vim, flipping whole pages at once. I will try to find time to check if it possible to have a `dtl` implementation using `stl` types...

Can you indicate your Python version? I've got an Ubuntu jammy as well here, and it works just fine with Python 3.10.6.

Can you upload here the content of the `tunnelmon.log` file after having done `python3 tunnelmon.py -c --log-level debug --log-file tunnelmon.log`?

I just committed 2d95669928a3c3aca948690b3cb6c3e016d216cb, so that you may have logs without sensitive information. Just update your repository and rerun the command (sensitive information will not be logged anymore, unless you...

Thanks, you're definitely right, I should have updated that years ago :) On Tue, Feb 8, 2022 at 11:19 AM Federico Stra ***@***.***> wrote: > Hey, I was browsing your...