raphCode

Results 92 comments of raphCode

Maybe we can add an option to output URL filtering information to stdout or a file, e.g, if the include or exclude regex matches? I think this would lead to...

> What do you mean? To download a phpBB forum, I added a hack to rewrite some URLs, namely remove a `?sid=` parameter. Otherwise the same pages get downloaded over...

In general you are correct, but in the specific case of phpBB the content is always the same, no matter the `?sid` parameter value. One solution would be to just...

The problem seems a combination of a dot being contained in the folder name and a link leading to this folder without a trailing slash. In [url_helper.rs:28](https://github.com/Skallwar/suckit/blob/79f961495241b31a43b1f3386260a430ab07d81b/src/url_helper.rs#L28) the missing slash...

There is still interest from other projects in a library feature, e.g. https://github.com/extrawurst/gitui/issues/358#issuecomment-1029273184. Is there anything we can do to help the process? If I read correctly we need to...

I also got a RSS of 1.9G after running alacritty 0.10.1 (2844606d) with a zellij session for some days. [zellij](https://github.com/zellij-org/zellij/) is a terminal multiplexer similar to tmux. I run Arch...

In the moment no, but I will be alert and watch the memory consumption from time to time and report back if I can spot something.

I did some research: - I checked [zellij](https://github.com/zellij-org/zellij)'s code because I know it can selectively catch Ctrl keycodes: It seems to use _termion_, while gitui uses _crossterm_ - I tried...

There seems to be another inconsistency, caused by the behavior which pane is active (usually the first one) upon switching to a tab: - Open two tabs with two panes...

Oh well, this must be broken since forever / I started using zellij, I thought this is the intended behavior :D I saw occasional e2e test failures where the cursor...