Christopher

Results 11 comments of Christopher

Maybe to add: it seems that most scanners detect this problem and still report the jq has an open CVE in the latest alpine. Scanner I tested: - AWS ECR...

I only checked it with `cypress open` and yes, we have `experimentalRunAllSpecs` enabled. It happens there also when running single sub folders. I will try to check later the day,...

@a631807682 although that seem to fix it, the documentation at https://gorm.io/docs/advanced_query.html#Group-Conditions clearly says that the way without `query.Session(&gorm.Session{})` should work as well. further the documentation you linked is about "reusing...

@jinzhu as the issue is now open for nearly two weeks, do you have an idea what broke that behaviour? or do you at least agree that it's a critical...

Hmm. I still don't agree. The documentation https://gorm.io/docs/advanced_query.html#Group-Conditions generates (at least in the code outline) the correct SQL. Or is your point about the separation? ``` query := DB.Table("users").Where("users.something IN...

OK I understand, thanks for clearification. But I would still say, that the documentation at https://gorm.io/docs/advanced_query.html#Group-Conditions is not correct about that, as it uses lowercase `db` suggesting it is a...

hey @DiegoAndai, thanks for getting back :) I did not had a look into Joy UI yet, but I will take a look. I think my point is more in...

Thanks :) So my conclusion is, that a fully themed MUI can only be achived, by also looking in the components sources and check if the component has some non-themable...

I would suggest renaming the issue, that node custom certs is not supported, as zscaler is only one specific mitm proxy. there are also other proxies that need the same...

Experiencing the same, reproducable with: ``` mkdir lost-pixel-test cd lost-pixel-text npm init npm i --save-dev lost-pixel @playwright/test npx lost-pixel init-ts npx lost-pixel ``` Results in error `browserType.launch: Executable doesn't exist...