gosuto.eth

Results 40 comments of gosuto.eth

https://pythonspeed.com/articles/indexing-pandas-sqlite/

https://codelabs.developers.google.com/codelabs/intro-cloud-composer/index.html

Same! I am trying to link through the Google Home app. Entering my information there however, gives this error: > An error occured The request by Google Home was malformed....

I'm not sure if this service is still running, I believe it was shut down beginning 2020: https://about.gbridge.io/notice/

note: addon can still be installed using manual installation instructions

No! Don't make it even harder...! Although there are some tasks included already that require you to detect shapes in colored 'noise'; e.g. `1c786137`.

Agree. You could however also argue that the task is merely to extract the left-most or right-most 'block'.

Thanks for those links!

Seems to stem from a `ValueError` caught here: https://github.com/gnosis/gnosis-py/blob/af806a39ada2d47cdf368218a98abb3a8b3f322b/gnosis/safe/safe.py#L513

some form of this problem persists after #11: ``` safe.estimate_gas(safe_tx) File "./ape_safe.py", line 151, in estimate_gas return self.estimate_tx_gas(safe_tx.to, safe_tx.value, safe_tx.data, safe_tx.operation) File "gnosis/safe/safe.py", line 577, in estimate_tx_gas return self.estimate_tx_gas_with_web3(to, value,...