Primož Jerše

Results 27 comments of Primož Jerše

and just like that, after the reboot, the same stupid command works $Env:TAG = "latest"; make version Version: latest please find one guy, who can explain this

cross platform lmao doesn't even work on their main platform, windows we have bash for this exact reason

there is `jq` for json support thanks for the snippet, i'll give it a shot

This is still a problem today. Who should update this and where? ``` raise CredentialUnavailableError(AZ_ACCOUNT_NOT_INSTALLED) azure.identity._exceptions.CredentialUnavailableError: Az.Account module >= 2.2.0 is not **installed**` ``

I was, but i needed to add scope, it works now, thanks.

**wait, I GOT IT** this works: ``` get_entities().filter(Q(name__contains="foo") | Q(description__contains="foo"), Q(city="1000")) ``` Not sure if it's a bug or just documentation wrong. Anyway, thanks! Edit: No, problem persist

Actually, no I think this is a bug: The problem is in this function: ``` def _combine_expressions(self, expressions): return ' and '.join(expressions) ``` This function gets called several times during...

ok cool :) i will try to run test and create a proper PR, thanks! yes i think the problem is only when combining AND and OR filters, consider this...

Hej thanks .. i haven't forgotten, was just busy with project, am still planing on preparing the PR :) Have some trouble understanding a few things tho, not sure where...

Ah ok, I see,.. so these tests basically just verify that the generated query url is correct (the premise being, if we query with the correct url we should receive...