Keonik
Keonik
I also came across the fact that HandleModal does not work. In my situation, just replace with http://user:pass@url it is impossible due to the peculiarities of the site, so processing...
OK, I found one crutch, but it works. If all you need is to click "OK" (`return true`) or maybe "Cancel" (`return false`), you can overwrite the "window.confirm" function (possibly...
@allburov have you considered comparing versions via packaging? In my other project, he worked out correctly with a dash ("-"), but I just don't have enough experience to change something...
@allburov Can you explain why such a regular expression does not work in the project? `/test123\/[\d]+.[\d]+\/test123-([\d]+\.[\d]+\.[\d]+-[\d]+)\..+/` (`//` is the same as `\\`, so the error should not be in this.)...
Same issue. https://github.com/reportportal/reportportal/issues/2061 # Short description After installation according to the instructions from the website, I started to do the instructions from [“Get started”](https://reportportal.io/docs/reportportal-tutorial/). A few minutes later (10-20) after...
UPD: I installed ReportPortal on a VM in a kubernetes cluster (`microk8s`) and everything is running stable. Of note: - `analyzer` works. What does that mean? When installing via docker-compose,...
> Since you're mentioning `iptables-nft` in the Additional Info section, could you try to switch to `iptables-legacy` with the following commands: > > ``` > # Select the legacy option...
# tl;dr ```bash sudo update-alternatives --remove iptables /usr/sbin/iptables-legacy sudo update-alternatives --remove ip6tables /usr/sbin/ip6tables-legacy sudo systemctl enable nftables.service #if disabled sudo shutdown -r now ``` # Description Okay, I spent a...
@chrissramos It seems to me that this cannot be done. I took this assumption from this issue https://github.com/mcdcorp/opentest/issues/292, but I haven't experimented with it myself, so I'm not 100% sure....
@vmsoriano try this: https://github.com/mcdcorp/opentest/issues/604#issuecomment-1504874522