Wolf Walter

Results 6 comments of Wolf Walter

Totally agreeing with @baharev. In my use case I have stored the Cognito Identity IDs in my database and now tried to get the username of the associated userpool user....

We had the same issue. Problem was that we also have `@aws-amplify` in our monorepo and TS was using `@aws-sdk/smithy-client` 3.6.1 from amplify. By adding a modern version of `@aws-sdk/smithy-client`...

As a workaround I used the unary operator: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unary_plus ```ts const test = '123'; const testNumber = +test; ```

Ok. But that is just a PR, so it is not on the main branch. There is even another PR for this issue https://github.com/capacitor-community/electron/pull/201

Had the same problem but with yocto and kernel 4.10. and found that after the latest commit the compatible strings in the dts files and spi-mcspi-slave.c did not match. Changing...