Cameron Yick
Cameron Yick
I went through the docs to find some algorithms for processing DAGs, and noticed these two were missing / marked as TODO. They're nearly identical ports of the Python algorithm,...
Hey, Sorry I goofed in the previous PR https://github.com/thundergolfer/interview-with-python/pull/5 ! There are 256, not 255 ASCII characters. The classic CS "off-by-one" error strikes again!
This is the order type documented under the `Trailing Stop Limit` heading [here](https://interactivebrokers.github.io/tws-api/basic_orders.html ), with the code of `TRAIL LIMIT`. It would have fields for - action - quantity -...
**Is your feature request related to a problem? Please describe.** - Reduce the effort to add `auto` to existing projects **Describe the solution you'd like** - A preset that stays...
**Describe the bug** The [documentation](https://intuit.github.io/auto/docs/generated/shipit#prereleases) for `auto shipit` recommends > To update the latest stable version simply merge your pre-release branch into your baseBranch. A downside to this approach is...
## Motivation - I have a directory of sqlite databases - I'd like to use immutable mode when opening them for better performance [docs](https://docs.datasette.io/en/0.54/performance.html#immutable-mode) - Currently using this flag throws...
## Motivation - The build system for my new [plugin](https://github.com/hydrosquall/datasette-nteract-data-explorer) has two output JS files, one for browsers that support ES modules, one for browsers that don't. At present, I'm...
Hi team! As a data analyst, I would like to be able to create swarm plots using `vega-lite`, as they are a nice way to display all the points in...
## Motivation - Adjustments to the docs site for when building for a [Dash generator script](https://github.com/Kapeli/Dash-User-Contributions/pull/3383) ## Changes - Use paths to html files in the menu bar consistently -...
## Motivation - Providing a custom data fetcher, and noticed the response type could be narrowed. - ~Checked `vega-loader`, I think it's already behaving as if this type is a...