Erik Ashepa
Erik Ashepa
Hi, I didn't refer to the async callbacks. I'll rephrase the question : Suppose the user updates his username twice: a -> b and b -> c, which would trigger...
Thanks for the elaborate response! 👍 I completely agree with you regarding ordering of commands (e.g update username), it's practically impossible to synchronise two mouse clicks. On the other hand...
Bump!
NP @FinnDore . Here it is: https://github.com/erikash/pnpm-create-t3-app-repro Just make sure to `pnpm i` and update the `.env` for Discord Auth. You'll get the above error. After `pnpm i openid-client`, rerunning...
Maybe it could help others facing the same issue: Personally I just stopped using `amplify mock function` and just use `ts-node` to run my function directly and it just works...
You should be able to extend it if you have poor wifi now with the `defaultTimeout` option.
Thanks Eran, Now It's my turn to be a bit busy... Hope to have some time to work on this next week :) Happy holidays! Erik. On Mon, Sep 26,...
Didn't have much time.. but I really liked your two step approach @esakal without deduplication (except for the combined installment transaction maybe?). Hope to get to this next Saturday 🙏
Congrats @orzarchi - your PR https://github.com/eshaham/israeli-bank-scrapers/pull/777 seems to solve this issue as well :)
This could be an opportunity to discuss the overall design - maybe we should create a new AsyncBaseScraper and let the consuming code call the login and scrape on it's...