Calle Kabo

Results 34 comments of Calle Kabo

I have the same problem. I get "Could not create account, Unable to find transactions url." when I try to save my VW-card account.

Sorry, I don't have it anymore.

My current workaround: ```typescript const handlePlayerError = (err: any) => { playerRef.current!.getInternalPlayer().src = 'empty.mp3' playerRef.current!.getInternalPlayer().src = ogUrl playerRef.current!.seekTo(progress.playedSeconds >= 1 ? progress.playedSeconds - 1 : 0, 'seconds') } ``` Seems...

I started tinkering with the wrapper idea. Code This does run, but doesn't seem to do much in terms of compile time checks/helping out. ```typescript import { match } from...

I'm having the exact same issue, but with ```typescript const s3 = new S3ControlClient({ region: 'us-east-1' }) const response = s3.send(new GetPublicAccessBlockCommand({ AccountId: '112233445566' })) ``` version 3.507.0

with ```typescript new S3ControlClient({ region: 'us-east-1', logger: console }) ``` ``` endpoints Initial EndpointParams: { "UseArnRegion": false, "UseFIPS": false, "Region": "us-east-1", "UseDualStack": false, "RequiresAccountId": true, "AccountId": 112233445566 } endpoints evaluateCondition:...

I figured out what was causing the issue in my case. I was taking account id as input from outside and it should be a string but turned out to...

@shtrom I tested the build above on 10.10.5 and it worked :)

Same here. Running Android 4.4.4 though.

When installing notecipher from F-droid it works.