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 1,686 public repositories matching this topic...

jkennedy1980
jkennedy1980 commented Aug 2, 2019

Bug Report

Restify Version

Documentation ( we're using an old version but the current doc. is still wrong )

Node.js Version

N/A

Expected behaviour

The documentation should explain the maxParamLength

Actual behaviour

The maxParamLength server option should be included in the documentation. It's also a little strange that the server throws a 404 not found when a par

thornjad
thornjad commented Dec 18, 2019

A small pet peeve of mine is that the --ssl option enables TLS, not SSL. I accept that the tech world uses these related but different terms interchangeably, but I'd rather be more correct by default.

To do:

  1. Replace the existing --ssl option with --tls.
    a. Note that this enables "TLS/SSL" in the documentation so it doesn't confuse people.
    b. The short option -S could stay th
patchwork
cinnamon-bun
cinnamon-bun commented Jun 7, 2019

There is a user with a dick pic as their icon. Many people have blocked them, as have I.

I recently clicked through to their profile page to remember if I had blocked them and although their posts are hidden, their user icon is still shown.

Can we use CSS to blur the user icons of blocked and ignored users?

filter: blur(8px);
-webkit-filter: blur(8px);

(Those icons might al

perguth
perguth commented Jun 9, 2019

This a 🐛 bug report.

.documents is not accepting an object as second parameter even though it's documented in the README.

Expected Behavior

var someState = { render: 'me' }

// Documented API:
// `compiler.documents(routename, [opts], done(err, { buffer, hash }))`
compiler.documen
Undistraction
Undistraction commented Mar 19, 2019

Is this a bug report or a feature request?

I guess it's a bug if it is supposed to work and a feature request if it isn't.

  • version 1.7.12
  • platform OSX

Reproduction using Gatsby's default starter here.

Expected behavior

With the following npm scripts:

"develop": "gatsby develop --https",
"start": "npm run develop",
dhaeb
dhaeb commented Apr 7, 2020

Hey guys,

thanks for the project, I was able to run it.
Actually, I'm currently developing a GUI for holdem and I'm searching for a suitable backend.
But the problem is, that I can not find any docs about your game protocol. I guess I have to reverse engineer that .... so therefore its faster to create my own. Sorry guys, but you really need to improve that.
Best,

Dan

kihashi
kihashi commented Oct 26, 2018

OS

OS: Windows 10
Backslide@feature/refactor

Problem

When exporting a presentation that has html with attributes in a code block, the resulting HTML has both escaped and non-escaped quotes.

<html lang="en">

Results in

<html lang="\"en\"">

Because of the un-escaped ", the resulting HTML is not correct.

Expected

HT

bug
swagger-express-middleware
Wikipedia
Wikipedia
You can’t perform that action at this time.