André Schröder

Results 8 comments of André Schröder

Can confirm that this works great. Thanks for sharing!

In #1717 (which is a duplicate of this issue) the root of this bug is described: > Hide/Show tabs in this container actually closes and reopens tabs instead of hiding/showing,...

Is it ok, to add an extra dependency for natural sort? I'd recommend the [natsort package](https://pypi.org/project/natsort/) which is also distributed in the [Ubuntu core repo](https://packages.ubuntu.com/search?keywords=python3-natsort).

You are correct, the problem was that I didn't use `-DCMAKE_CXX_COMPILER=clang++`. Sorry, I should have caught that myself. However, it still doesn't compile. I now get a different error: ```...

As you already demonstrated in the Dockerfile, cgrep can actually be built on Arch without any problems and I again missed an argument in the cmake command. I've made this...

I also found that the estimated GB number appears to be wrong. For example: ``` | 7 hashing, 405811 hashed (283.9 GB), 0 cached (0 B), uploaded 237.7 GB, estimated...

Hm, doesn't seem to be the case because if I add the following line to the tests, it works just fine: ``` assert split_dollars(r"#. **t**\ est $X$") == [("text", r"#....

Awesome, thanks for merging and your input @mchammer01 :)