cirezd
cirezd
Would this solution also enable to include custom properties (e.g. header information)? If yes, how would one do this? I tried extending the Middleware by adding `span.add_attribute("http.headers.referrer", request.headers.get("referer"))` but this...
> I met the same issue while following README steps. > > I fixed it by removing the left and right columns block in "Notion Element Tests" page. That also...
> for me the solution was to turn off the content filter in Azure:D How can you do that? I understood one needs to have a Microsoft-managed subscription in order...
> Is your screenshot of the markdown showing the output of docu-notion? If yes, it seems that docu-notion is creating the expected output. If this is not expected, what should...
I use docusaurus v3. I specifically decided on docusaurus as there is this nice docu-notion package ;) The link should be `/docs/settings`. I use the docs prefix for the `documentation`...
I realized that the core issue is that Sqlalchemy stores the enum members/names, and not the values. Once I change it and dump the pydantic models to the repository methods,...