Lucas Kinne

Results 14 comments of Lucas Kinne

![image](https://user-images.githubusercontent.com/44834167/143546677-928ac002-4fb5-4e48-84fb-d479c8611891.png) The error message says that element `#buscar2` cannot be found. Are you sure that you GET the correct webpage (it shows `data:` in the browser's url) and that the...

The type is 'object' and the class is 'Symfony\Component\Panther\DomCrawler\Crawler'. The field does exist and is updated, as I can verify it with the JavaScript injection line. I was able to...

Any plans for the foreseeable future on this topic? It would be very nice to have a privacy focused approach instead of being required to make calls to Google. I...

AFAIK this results in a data loss of the events between the current index and the index-to-be by skipping their processing, so a notice would be nice in the documentary...

@mevdschee Is there a specific reason *why* this is not supported? Would the API run in some kind of ambiguity issues during generation of the raw SQL queries or is...

Thanks for the explanation. I see why this is not possible now. A **combination** would not work, because: - **solution 1**: the two queries would have to be done at...

Thanks for the tip. I'll keep it in mind in case we have related performance issues at some point. It would require us to restructure the client parsing though, because...

You could debug yourself through the `JwtAuthMiddleware` class in the `api.php`, specifically the `getVerifiedClaims` function. Check with a debugger or debug statements the correct values of the function parameters and...

> yes that means 'all' Correct. Unfortunately, I can only give you theoretical guidance, because I neither have access to the secret nor have I used Auth0, but we did...

I'll take a look at our code at work tomorrow, but if I remember correctly, we are using the HS256 algorithm.