Cameron Yick

Results 211 comments of Cameron Yick

From looking at the code further, the primary in-depth change needed to make this work is to support the `lmtPriceOffset` field, which is currently not handled in the `outgoing.js` file....

Thanks for the suggestion @nemozny. I tried manually building the order as well before, and was able to send other types of order that way. The issue is that the...

Update: Upon closer inspection, it appears that adding these fields was probably part of the jump from API version `9.70.01` from `9.73` (Compare what the Java client supports) - https://github.com/pilwon/node-ib/blob/85305c753ad3f69b3e9e3cc54f50b628892da9bb/ref/client/EClient.java#L100...

Copying @ndelangen 's suggestion from another thread to make these user-defined controls lazy-loaded: https://github.com/storybookjs/storybook/pull/12685#issuecomment-711761883

We added a few `--no-verify-access` calls in https://github.com/intuit/auto/pull/2032/ , but it's possible I might have missed a spot: have you been able to use this automation token successfully elsewhere (outside...

Thanks for sharing this example @hasparus - on the topic of muting Dependabot, we're also avoiding building canary commits for Dependabot's PRs using github actions syntax to avoid running shipit...

Several of the auto commands have "-v" verbose and "-vv" verbose logging options - does that have the level of detail you're looking for? ( Via https://intuit.github.io/auto/blog/v8#deprecate---very-verbose--w-flag )

I would find this handy too. Currently I'm working around this in an internal project by getting the default branch renamed from `main` to `next`, it helped seeing that this...

This is a larger change, but if the p5 team is interested in automating the process of version bumping, updating the changelog, and publishing the package to NPM, you might...

I just tried Cosmos out with Yarn 2 on an internal project after running into issues with Storybook ( https://github.com/storybookjs/storybook/issues/9527 ), and am happy to report that this is working...