Markos Konstantopoulos

Results 4 issues of Markos Konstantopoulos

For example, you may want to show the weapons OR the pirates. Right now you can select (weapons OR minions) AND pirates which returns only the pirates. It's excessive and...

enhancement

I want to protect with HTTP Basic authentication the swagger URLs themselves. I tried the following: ```cpp oatpp::base::Environment::init(); AppComponent components; OATPP_COMPONENT(const std::shared_ptr, router); auto misc_controller = router->addController(std::make_shared()); oatpp::web::server::api::Endpoints docEndpoints{}; docEndpoints.append(misc_controller->getEndpoints());...

I know you didn't ask for it but I'll write it anyway because I like your posts. - If you press `:` in the search you get this error: ```...

bug
help wanted

Hi, this is awesome work, thx! I want to let you know about two issues I have on Windows with the paths: - [In the eleventy config](https://github.com/markboulton/specimen-builder/blob/master/.eleventy.js#L15), when I run...