Marcelo Morgado

Results 32 issues of Marcelo Morgado

Having that repo as a `npm` package allows add this lib as dependency easily that way: ``` "dependencies": { "jsmnSol": "https://github.com/close-cross/jsmnSol/tarball/", }, ``` It will only work with the repo...

Hi there, I've just pushed the Kyber interface fix. I've just noticed that was wrong because I've tried to use if for a project of mine. I think that it...

Hi! I'm interested to keep contributing with this project because I'm studying DeFi protocols and it's a great way to get they better, but one thing is bothering me, the...

## Expected behavior I want to have all my DB queries done through transactions to keep consistency. ## Actual behavior I didn't find a reference for this in the docs...

Hi, the site shows gauge contract: ![Screenshot at 2022-08-05 17-57-28](https://user-images.githubusercontent.com/29674218/183125333-4b53c291-8950-4986-ad20-3adafa33219e.png) But the Registry contract is returning null: ![Screenshot at 2022-08-05 17-59-01](https://user-images.githubusercontent.com/29674218/183125536-37f03a80-8ca7-4a13-be34-7de56f75c731.png) Best,

truffle-flattner script

Use local `ganache-cli` bin instead of the global.

**Is your feature request related to a problem? Please describe.** I was not able to pass an async function in order to return a dynamic value, only when the function...

bug
bounty

Install `babel-node` and use it on npm start script. Also change code of `/starter.js` and `/helpers/starter.js` from ES5 to ES6. Refs: https://github.com/tasitlabs/tasit/pull/269#discussion_r273531411

tech debt

The `BuyLandScreen` component has a lot of action functions passed to it. Refs: https://github.com/tasitlabs/tasit/pull/333#discussion_r277419928 Refs: https://egghead.io/lessons/react-respond-to-a-single-redux-action-in-multiple-reducers

tech debt