Eliot Stock

Results 16 comments of Eliot Stock

Having run the examples now, I see that I shouldn't expect the unwinding to happen automatically. The user will just have to click Back above after changing the value. So...

Sure. Here's what I do to create the position: ``` const position = Position.fromAmounts({ pool: rangeOrderPool, tickLower: this.minTick, tickUpper: this.maxTick, amount0: availableUsdc, amount1: availableWeth, useFullPrecision: true }) const mintOptions: MintOptions...

Haven't been running this code lately, sorry. At the time I was using these versions: ``` "dependencies": { "@uniswap/sdk-core": "^3.0.1", "@uniswap/v3-core": "^1.0.0", "@uniswap/v3-sdk": "^3.5.1", ... }, ```

Related: Using `Trade.exactIn()` fails with error `No tick data provider was given`: ``` const swapRoute = new Route([swapPool], wethToken, usdcToken) const trade: Trade = await Trade.exactIn(swapRoute, amountToSwap) ``` I don't...

Thanks, a Python script would be a start. Not sure how the macros help. Are you suggesting I kick off a test with a macro? We would definitely need to...

OK, thanks. I'll do that. I'll probably do it all from Make, without bash or Python. So, that's really "Make tests runnable from Mac/Linux" we're talking about whereas I still...

It's a good point about the "tap and miss" problem. That would need to be balanced against the UX when a user taps a device that's no longer advertising or...

I just tested the WiFi AP picker in the phone setup on a Pixel and this is exactly what they do: right before changing the list, all list items are...

I definitely found this confusing. The docs read as though someone got half way through writing the page and then went off to make some toast and forgot to come...