Mister Singh

Results 8 comments of Mister Singh

In `plot_lines_between_nodes` distance between the points is calculated. This distance is of the original warped points. There is no scaling on the points. This is why no scaling on the...

is this supposed to happen i.e. is by design? or is this a config issue?

another way to make this work is to use `getDefaultProvider`. Step 1. Impersonate a whale's account on localhost ``` await hre.network.provider.request({ method: "hardhat_impersonateAccount", params: ["0x8894E0a0c962CB723c1976a4421c95949bE2D4E3"], }); ``` Step2. Get a...

thanks @digoburigo, by setting `AUTH_URL` to `https://foobar.com/api/auth` and setting `basePath: '/api/auth'` finally made it work in production. I just stood up and gave you a standing ovation. 👏👏

I have been instead wrapping the `cors` function in my own middleware to avoid the typescript error. ``` const middleware: Middleware = async (req, res, next) => { await (cors()(req,...

actually wrapping cors middleware in my own middleware leads to this error: `API resolved without sending a response for /api/auctions/generate, this may result in stalled requests.` so help is definitely...

@simontianx followed this ticket here from the oz forum. the `manifest` you are referring to does have the proxy addresses, implantation addresses & storage layout which then has contract name....

Hi the annotations are correct, but perhaps not in the format you expect them. The annotations gives x,y, width and height, where x,y are the center points of the object....