Ricky Kwan

Results 20 comments of Ricky Kwan

I'm seeing this behavior too, the page without the `visible` query parameter, and the page with it is unchanged. pytest 7.0.1 pytest-metadata 1.11.0 pytest-html 3.1.1 And just so I'm clear,...

It seems this might be an unreleased feature. In [main.js of the latest tag](https://github.com/pytest-dev/pytest-html/blob/v3.1.1/src/pytest_html/resources/main.js#L65) (3.1.1 at time of writing), there is no reference to "visible" at all. But in the...

Just my 2 cents, but what if you use this info circle instead of a question mark. ![image](https://user-images.githubusercontent.com/4498693/192124002-0677f9d3-fb05-4c6e-91e8-87ff26238c3f.png) ![image](https://user-images.githubusercontent.com/4498693/192124004-e5de2d67-5eb2-4c5e-b8bf-1089d9ce7428.png)

Potentially as an additional step to reproduce the issue is to visit the checkout page when the old email is active to trigger the [makeCustomer](https://github.com/lichess-org/lila/blob/0efcaf3f6acf1b7be06babc340f2a11bbe11721e/app/controllers/Plan.scala#L242) call, and _then_ changing the...

This was my first time donating.

I think even if it affects all variables in the datasource, it is a nice option to have. Thanks.

So here we see the player controls are appearing correctly: ![image](https://user-images.githubusercontent.com/4498693/181406917-b1c8f7b9-8497-4f22-a992-a66930e9a6e2.png) But if I collapse the left sidebar, the player gets bigger but you can see the bottom of the...

@bpatrik I saw your extension PR (#768) that is in alpha. Very excited for extensions to officially release. Is this feature something that can achieved with the current extension functionality?

I recall a few months ago, I had to make an nginx container run as non-root because our kubernetes cluster had a security check in place to not allow containers...

You're right, maybe I'm misremembering something from a few months ago, because I can run a non-root nginx listening on port 80. **Editing** since I don't want to derail this...