Santiago Gonzalez Toral

Results 12 comments of Santiago Gonzalez Toral

Here's a working example using the Carousel component ``` utter_suggest: - custom: attachment: type: "template" payload: template_type: "generic" elements: - default_action: type: "carousel_item" # web_url url: "" payload: "" title:...

to solve this I used the `torchsummaryX` package that allows you to specify a sample input tensor: ``` !pip install torchsummaryX ``` Example: ``` from torchsummaryX import summary as summaryx...

Hello, Interesting info about WOT. I stated checking your proposed alternative and one of the main drawbacks of using MozRank is that in its free version, it only allows you...

Hi @m-vdb, Yeah, however, I'm not sure if I should write unit tests for the changes I made as there are no existing unit tests for socketio channel. I was...

Hi @BaldyAsh, I've already setup the project dev environment. I was doing some tests by sending small Eth transactions on the Rinkeby testnet. Digging into the code, seems that this...

Hi @BaldyAsh, After doing some test trying to get the tx pool for sent ETH trxs on the Rinkeby testnet, I was always getting `nil`. Looking at the documentation seems...

Hi @BaldyAsh, Okay, so should I wait until this feature is implemented under web3swift? I was thinking of implementing a manual tx pool by maintaining a sent tx list in...

Hi @BaldyAsh , I was considering using the current UI features to show pending transactions (Bob trx on screen image) under the `All` tab ![image](https://user-images.githubusercontent.com/926341/55673201-3924c700-586a-11e9-8336-ec984204d612.png) I was looking to your...

Hi @BaldyAsh, I just looked that you made a new release for the web3swift library. I've proceeded to update the web3swift pod version to `2.1.3` and also changed the Swift...

Cool! Thanks @BaldyAsh. I'll use that branch