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...
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
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:
- Replace the existing
--ssloption with--tls.
a. Note that this enables "TLS/SSL" in the documentation so it doesn't confuse people.
b. The short option-Scould stay th
I think an "added value" to Linux Dash should be the ability to facilitate the creation of custom plugins besides official ones but I haven't found any "getting started" tutorial about this.
Do you think it would be a great idea, too?
Thanks!
- Operating System: macOS 10.15.4
- Node Version: 12.14.
This is also probably a good time to recommend documenting architecture decisions in the project. The project itself is very opinionated (which is great!), so all of that should be documented to help explain the reasons behind the decisions. I'd recommend reading these:
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
I pulled all my hair and my face is bloody and I have no clue what I'm doing.
Can someone point me in a direction? I've search Google, Github and Stackoverflow without help.
https://steamcommunity.com/dev
https://steamcommunity.com/openid
I'm using Strapi so I cant take any shortcuts by using something else... :(
Based on FormData we shouldn't expose functions throw the prototype, for example, https://github.com/form-data/form-data/blob/b16916a568a0d06f3f8a16c31f9a8b89b7844094/lib/form_data.js#L81
We should probably use closures to keep the current this scope or change the scope of the function when you execute it.
This will keep the FormData prototype cleaner and avoid future issues when people sh
-
Updated
Jun 25, 2020 - JavaScript
-
Updated
Jul 5, 2020 - JavaScript
-
Updated
Sep 18, 2018 - JavaScript
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jun 11, 2020 - JavaScript
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",
Documentation?
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
Issue
Documentation is wrong about slot datas (i assume)
Solution
I spent almost an hour to understand that content was in fact just a prismarine item.toNotch.
Would be nice for new users to precise explicitly this matter in docs somehow.
The correct format is the following (or maybe i just don't know how to read the doc table ?)
iOS
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
#1022 contains only methods but we need properties with types and short description
@o-rumiantsev @nechaido
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Jul 3, 2020 - JavaScript
Do you know how to UT a simple endpoint with Jest and Supertest when using swagger-express-middleware?
I want to unit test the very basic swagger-express-middleware walkthrough example:
https://apitools.dev/swagger-express-middleware/docs/walkthroughs/walkthrough.html
But the test is not work
- Wikipedia
- Wikipedia

Express uses hardcoded values for debug namespace, for example:
https://github.com/expressjs/express/blob/b69b7605b07b41273acc931d25ab585377bcd107/lib/router/index.js#L20
and it is extremly hard to determine in output where things are happening while doing TDD on microservices architecture. It would be nice to allow to specify prefix for namespace, i.e. per microservice which is an express app.