Dmitry Valter

Results 14 comments of Dmitry Valter

Looks like an actual cause of this particular error is not related to counters or document structure, but is caused by non-positive AFTERSKIP parameter of `\startsection`. I'm not sure, but...

I guess this is a result of some whitelisting in conjunction to the fact that webmail uses a slightly different API version/config I had this on VM hosted in some...

> Does bumping the version fix it? IDK, didn't have enough time to try. I'll try to reproduce and compare to web behavior later today

> Does bumping the version fix it? Unfortunately it does not. I tried to proxy my browser via said VM and at first glance web version worked fine. However since...

It looks like the cookie you actually need is `Session-Id`. If this cookie is valid and have been used for a successful login previously, setting it should bypass error 9001...

> @dvalter I tried your fix but I get the same 9001 error as @MatthewCroughan did. I had to mention more explicitly, you have to obtain a valid Session-Id via...

I have been working on Firefox fork of TGS since 2019 and made it to a somewhat working state but did not bother do re-brand and refactor it to get...

The only drawback is that it's seemingly impossible to change the appearance of the notification buttons on A13 without making all actions custom like in #10580. However in that case...

Looks like the tests has failed for some unrelated reasons. [One](https://github.com/TeamNewPipe/NewPipe/actions/runs/8976331219/job/24727517756?pr=11040) due to some access issues and [the other](https://github.com/TeamNewPipe/NewPipe/actions/runs/8976331216/job/24727518447?pr=11040) in the test that should not be affected by my changes.

full page screen capture miss `""` permission to capture tab content in Firefox. Also it uses WebKit/Blink specific filesystem API, so the code also should be rewritten. By the way...