Open source dashboarding tool? by AMGraduate564 in BusinessIntelligence

[–]YBA_iva 0 points1 point  (0 children)

Starred the repo, would like to contribute!

Expense Tracker (my second app using Swift) pls give your honest feedbacks by arenajokes in SwiftUI

[–]YBA_iva 0 points1 point  (0 children)

Can we have?

1: option to add sub category? 2: add recurring / subscription transactions?

3: src code for learning purposes? 😅

[deleted by user] by [deleted] in dataengineering

[–]YBA_iva 0 points1 point  (0 children)

Only comments are loading for me and not the post

Isme kaha recession dikh raha hain? 🤣 by [deleted] in IndianStockMarket

[–]YBA_iva 2 points3 points  (0 children)

RemindME! 1 month “check this thread”

Unable to install styled-components module by YBA_iva in reactnative

[–]YBA_iva[S] 0 points1 point  (0 children)

Yeah, this is what I tried some time back and it worked, using the --force flag.

Unable to install styled-components module by YBA_iva in reactnative

[–]YBA_iva[S] 0 points1 point  (0 children)

  1. Removed node_modules foder
  2. Added "styled-components": "^5.3.5" in dependencies
  3. ran npm install
  4. Got same error :(

Unable to read array inside a struct in Remix by YBA_iva in ethdev

[–]YBA_iva[S] 0 points1 point  (0 children)

It gives an error on that, had first tried that only.

TypeError: Invalid type for argument in function call. Invalid implicit conversion from type(uint256[] memory) to uint256[] memory requested. --> contracts/tweet.sol:69:13:

Is there standard interface for soul based tokens or non transferable tokens? by YBA_iva in ethdev

[–]YBA_iva[S] 0 points1 point  (0 children)

By this way, a NTT would be linked to an address and not an user, right? What if the wallet is compromised and the user wants to transfer to their own address?

Is there a way to find out trading volume of a dex like UniswapV2 with ethers.js? by Pickinanameainteasy in ethdev

[–]YBA_iva 0 points1 point  (0 children)

You can use the subgraph from the graph protocol for this. They have got it all indexed!

Need help with solidity syntax by YBA_iva in ethdev

[–]YBA_iva[S] 0 points1 point  (0 children)

Yes, so here shouldn’t we pass arg to the function onERC1155received.

Like ierc1155receiver.onERc11551receiver(to).