Jakob Kogler

Results 72 comments of Jakob Kogler
trafficstars

We look at the strings in a cyclic form. So there are substrings of arbitrary lenght here. E.g. if we have the string "abcde" and we take the substring of...

@infinidem @SofyaSasnavik-sm Feel free to switch to library https://github.com/dataclass-mapper/dataclass-mapper/. It has pretty much the same features as `object-mapper`, and it is maintained (by me :smile: ).

I had a similar issue today. The log looked completely fine (e.g. the qBittorrent daemon started successfully, ...), but then the daemon immediately crashed without any error messages in the...

The new method was added in #1082.

:heavy_check_mark: First of, if I download the correct wheel file, and install it manually `poetry add ./scrapy_rss-0.1.9-py38-none-any.whl`, then it installs correctly. :heavy_check_mark: Installing it with `pip` also works. E.g. in...

I think the reason is, that the 3.3 wheel, still specifies that it will run on all python versions. And poetry just picks it.

Yes, a division for large BigInts is currently missing. However I'm not gonna plan to implement a division operation for large integers anytime near, as I currently don't maintain this...

We don't explain any sort articles yet on the website. Also no explanations to radix sort (which is also used in the suffix array article). We could add some short...

@mpate132 No need to ask. If you write a good article about this method and make a pull request, then we're happy to merge it. Check the https://cp-algorithms.com/contrib.html site before...