Skip to content
#

webserver

Here are 2,099 public repositories matching this topic...

proxy.py
evennia
Vikka
Vikka commented Oct 8, 2020

My problem

When I select a textfield tab, I have to click a second time in the textbox.

Two tabs:
1
Select tab 2:
2
Another click for the textbox:
![3](https://user-images.github

feature-request branch-master good first issue web
Crow
konradkar2
konradkar2 commented May 3, 2022

If an endpoint returns a status that does't exist in this map
https://github.com/CrowCpp/Crow/blob/master/include/crow/http_connection.h#L270

the actual returned code is set to 500
https://github.com/CrowCpp/Crow/blob/master/include/crow/http_connection.h#L319

This happens without any warning log (I've checked with debug level).
Imo the easiest solution is to add a warning log to the bl

feature good first issue

Serve is a small Rack-based web server and rapid prototyping framework for Web applications (specifically Rails apps). Serve is meant to be a lightweight version of the Views part of the Rails MVC. This makes Serve an ideal framework for prototyping Rails applications or creating simple websites. Serve has full support for Rails-style partials and layouts.

  • Updated Dec 20, 2019
  • Ruby

Improve this page

Add a description, image, and links to the webserver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webserver topic, visit your repo's landing page and select "manage topics."

Learn more