Clifton King
Clifton King
1. `poetry install` 2. `poetry run jupyter notebook`
Hi, I thought I'd dockerize this project to make the setup less onerous. ```sh $ dc up -d # => should see all services start $ dc run --rm shell...
Pinned pytest version is over a year old and doesn't seem to play nice when using `poetry add dydx-v3-python`
``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: EnvVar(NotPresent)' ``` I was looking into mapping the error and adding context (eg, "missing VAR_XYZ"), but it would be...
Hey Kyle, @justinsteffy and I have been hitting performance snags doing 50-100 serializations during the request response cycle. We've identified that most of the time is spent in the `beefcake`...
Getting this error despite the currency attribute being present on every item. ```xml ``` trace: ```trace --------------------------------------------------------------------------- KeyError Traceback (most recent call last) File ~/code/port/.venv/lib/python3.11/site-packages/ibflex/parser.py:115, in parse_data_element(elem) [114](https://file+.vscode-resource.vscode-cdn.net/Users/clifton/code/port/~/code/port/.venv/lib/python3.11/site-packages/ibflex/parser.py:114) try: -->...
fixes #287 the following object ```ts const openApiDoc: OpenAPIObject = { openapi: "3.0.0", info: { version: "1.0.0", title: "Union array", }, paths: {}, components: { schemas: { Foo: { type:...