The Wayback Machine - https://web.archive.org/web/20211104015041/https://github.com/topics/server
Skip to content
#

Server

A server is a program or device that provides functionality for other programs and devices, called clients. This relation forms the Client-Server Model.

Here are 9,676 public repositories matching this topic...

vapor
bramp
bramp commented Dec 27, 2020

This is a feature request, to display the valid SSL name (from the certificate) when starting up the server.

Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.

$ http-server -S

Starting up http-server, serving ./ through https
Available on:
  https://127.0.0.1:8080
  https://192.168.77.123:8080

**What did you exp

Broxzier
Broxzier commented Nov 1, 2021

Operating System

Windows 10 x64

OpenRCT2 build

OpenRCT2, v0.3.4.1 (af78bbb on develop) provided by GitHub

Describe the issue

This bug is mostly noticeable using a custom theme where the secondary colour is set to something dark.

Area(s) with issue?

No response

Steps to reproduce

  1. Open the tile inspector
  2. Select a couple different element
  3. Observe how the text
vespa
abhimech001
abhimech001 commented Oct 6, 2021

Hi Team,

I have created a vespa multinode stack and performed a load test for search query

  1. search with single field with 60s timeout - median was consistent around 150 to 200ms
    endpoint : /search/
    http request : POST
    Body:
    {
    "yql":"select * from sources * where table contains "testing.vespa.search"
    }
  2. search with more fields and conditions - median was 100+ secs which is very
Wikipedia
Wikipedia