Michael Ozeryansky

Results 26 comments of Michael Ozeryansky

If it's not safe, then why does the README show the example as `accessMode: 'offline'`? How can I use the library to request twice?

Referring to this line of code: https://github.com/Shopify/koa-shopify-auth/blob/4e79d5eb97fb66ecd683496a28f42f77deede8d3/src/auth/create-oauth-callback.ts#L64 The auth token is copied into the session which is sent to the browser. So based on that, the code provided here is...

@tanema Thank you! That makes a lot of sense now.

I haven't come back to this in a while, but no, I opted to only request the offline token and use my own api endpoints to act upon the token....

@edew With the `minimumWidth` option this still doesn't address syncing the charts. I rather not set both charts with a fixed min width, and instead have them use the max...

I guess I was over thinking something like `minWidthRef: otherChartRef`. I've changed my code to adjust the `minimumWidth` on the `subscribeSizeChange` callback, and now no timeout tricks needed. Is there...

I have 2 charts and the top chart I have disabled the timescale as I use the bottom charts timescale. For the top chart, I get a single callback with...

Thanks, [lwc-plugin-visible-price-range-util](https://www.npmjs.com/package/lwc-plugin-visible-price-range-util) works great!

I see that and I may not be using the API as intended, but it does seem like an unintended side effect. As I start with my candles and I...

I guess I'm just asking if there could instead be a `isFulfilledBarData` and `isFulfilledLineData` instead of only a `isFulfilledData`? I can make a PR if you think this is something...