Umar Bolatov

Results 122 comments of Umar Bolatov

@dennisreimann @pavlenex yup, all of the features planned originally are now done. There might be more feature we will still want to include but I think we can close this...

What would be different in the Greenfield version of this endpoint vs the one that already exists? Is it the route so it's like `/api/v1/stores/{storeId}/rates`?

This would be a useful rule. I notice the pattern of custom hooks returning a new reference every time all too often.

> If this is implemented, would it produce a warning or an error? > After reading some articles on the subject, I get the impression that useMemo and useCallback can...

@ndeet @pavlenex I looked into this and looks like Swagger docs were just always wrong. Created a PR to fix it here: https://github.com/btcpayserver/btcpayserver/pull/4348

I'm seeing the same issue on a Pixel 4 with version 7.6.0. @mhd-shagul you can work around this issue by setting `mininumDate={new Date(1900, 0, 1)}` or some other date that's...

I did some more testing and looks like this bug was introduced in version `7.5.0` in this PR: https://github.com/react-native-datetimepicker/datetimepicker/pull/744. The bug doesn't reproduce in `7.4.2`.

@kevin11h yeah, it's the same issue as #151. Blockstream block explorer is good and worked for me for these exercises.

> is the consensus here to use blockstream.info/testnet/api/ like so? > > ``` > #node = SimpleNode('testnet.programmingbitcoin.com', testnet=True, logging=False) > node = SimpleNode('https://blockstream.info/testnet/api/', testnet=True, logging=False) > ``` Yeah, that's what...

It's been a while since I've gone through the book and I don't really know what `gaierror` means. I found this: https://stackoverflow.com/questions/15246088/what-does-this-socket-gaierror-mean I would also search for the `nodename nor...