Antonio Díaz Correa

Results 2 issues of Antonio Díaz Correa

I have a working example with one route and custom schema: ```rust use rocket::get; use rocket::{Build, Rocket}; use rocket_okapi::okapi::openapi3::OpenApi; use rocket_okapi::openapi; use rocket_okapi::openapi_get_routes_spec; use rocket_okapi::settings::OpenApiSettings; use rocket_okapi::{mount_endpoints_and_merged_docs, openapi_get_routes, swagger_ui::*}; #[openapi]...

**Description** When using Slate and Slate-react along with [Katex](https://katex.org/) library —to render math within blocks—, the whole editor breaks when cursor reachs the rendered formula, throwing an error and breaking...

bug