Results 29 comments of Valeriy Mukhtarulin

I am experiencing the same with non-wsgi package. Just `Unable to import module 'api': No module named api`, api being my file with a lambda_handler Update: I think my bug...

But this tool provides certain features to simplify the setup. I am trying to wrap my head around it.

@kuimono Thanks, but you didn't answer why parse_obj behaves in unexpected way. I checked `PydanticSchema` and it has the same problem - seems like there's no support for Pedantic schemas...

A slight change to reproduce - payment terms are missing: ``` from typing import * from pydantic import Field from openapi_schema_pydantic import OpenAPI from openapi_schema_pydantic.util import PydanticSchema, construct_open_api_with_schema_class from pydantic...

@jonmmease I have the same issue in JupyterLab. `iframe` renderer is faster. ``` import pandas as pd import numpy as np import plotly.graph_objs as go import plotly.io as pio pio.renderers.default...

It seems much faster in Jupyter Lab 1 ``` JupyterLab v1.1.3 Known labextensions: app dir: /Users/valery/.local/share/virtualenvs/arche-lm24e12g/share/jupyter/lab @jupyter-widgets/jupyterlab-manager v1.0.1 enabled OK jupyterlab-chart-editor v1.2.0 enabled X jupyterlab-plotly v1.0.0 enabled OK plotlywidget v1.0.0...

Yep, and you are welcome to submit a pr.

@vionemc Do you have a particular example? Do you mean monitor the scraped data being exported to a database?

It turns out the use case is to include docstrings by manually adding such directives https://github.com/scrapinghub/spidermon/pull/165/files#diff-4786b3bb718002eab0f43f719542eaa8R139, and not creating docs for the source code. ~I am not sure if `autoapi`...