Mike

Results 16 comments of Mike

+1 for this feature request (if for no other reason than stopping GitGuardian warn me about example JWT tokens that I have in test authheaders).

Looking at `index.ts` it is odd if the `serverUrl` is being set to`https://api-free.deepl.com` if you are not using an API key that ends with `:fx`. As a workaround you could...

@kertom Hi Thomas, my suggested workaround was just a way to ensure that the correct serverUrl was being supplied (as the error message seemed to indicate this was the problem)....

**Feature Suggestion** It would be lovely if `checkA11y` could accept a selector (or an array of selectors) that must be in the DOM before the check runs. e.g: ``` cy.checkA11y({...

Sure thing @Apollon77 Here are the logs. It's interesting to see that the `payload.version` is 3.3 even though I'm feeding it version 3.4 ``` TuyAPI Finding missing IP undefined or...

> Cna you show your code please? I am using the boilerplate Asynchronous Basic Usage example code and, yes, I'm using the local device key (`xyz` in my obfuscated example)....

Yes, if I specify `issueGetOnConnect: false` then the error goes away but I don't get the child data that I get otherwise (because it is not listening for data because...

> What you mean with "getting child data"? I do not see anything in the debug log above and the error is the respinse to the GET call I was...

Yes, I get (pardon the pun!) this. The topic of this issue is simply the confusing `devid not found` message that is returned as data. It did not phase me...

Hi @devMTConan . This is a NodeJS client rather than an Angular library. Would you like to share your code for how you are trying to implement it?