William Bergamo

Results 9 issues of William Bergamo

I'm using `Ember-Auth 9.x` with EAK in order to build an SDK (so no custom controllers no route no views, etc.). The following code ` this.Auth.createSession(JSON.stringify({ access_token: accessToken })); `...

Hi, I cloned the repo, followed the blog post [here](https://www.sanity.io/blog/how-to-quickly-set-up-a-gatsby-js-jamstack-website-with-a-headless-cms) and added all the content in my local Sanity Studio as described in the article, but I keep getting `Cannot...

Fix needed for allowing the support of custom headers when doing this.manager.makeRequest example usage return this.manager.makeRequest(provider, url, { method, headers: { 'custom-header-1': 'foo', 'custom-header-2': 'bar' }, params }); Joint work...

Hi, I'm using `"ethers": "5.4.7"` with `"@ethersproject/hardware-wallets": "5.4.0"` in an hardhat project and I'm trying to sign a transaction with LedgerSigner but the transaction gas price is always set to...

investigate

Hi I was experiencing an issue related to this one https://github.com/trufflesuite/truffle-debugger/issues/51 and now after updating to the latest version of `next` channel (which should have this https://github.com/trufflesuite/truffle/pull/1371 merged) I'm now...

**Classification** Hi there! We're two teammates (@bugduino front-end/blockchain dev and @panteo92 financial analyst). ~~We're looking forward to find other teammates (UX/UI or another front-end / solidity dev would be great)~~...

project idea

Hi, I'm trying to mirror the live order book using the websocket api. Currently I get the initial data of all tickers by emitting a getMarket for each token, the...