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 6,688 public repositories matching this topic...
suggest new feature: cli command scaffold.
like this:
gin new project
gin new model newmodel
gin new view newview
gin build
gin run
gin update
gin pack
....
refer to:
kratos-tool
bee
fay
Looks like the API documentation has not been regenerated since 3.0.2, as the maxBodySize value typo is still present here:
Dear developers. I write my custom specific web server for work with specific archive files, compression, encryption, etc. And i want to publish my web server under BSD-2-Clause license.
In my project i use Iris and Iris logger as basement.
I'm not going to use the name of your project to promote my project.
Can I publish my project under the BSD-2-Clause license?
Thanks.
Environment
- PostgreSQL version: All
- PostgREST+ version: 6.0.2 (713b214)
Current state
Currently, Comment on Table
COMMENT ON SCHEMA todos IS
'Todos object description';generate a summary for all operations on this resource
/todos:
get:
tags:
- todos
summary: Todos object description
parameters:But sum
-
Updated
Jan 21, 2020
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!
The Status Checks explanation for missing DNSSEC is not clear enough on what the DNSKEY record should look like. I would like the DNSSEC explanation to display what the DNSKEY should look like, to copy and paste into the registrar's form.
We registered a Russian domain for a client at nic.ru who support DNSSEC, with a manual setup.
 on an iPad or iPhone users can access from a PC or Mac or other phone. Is this possible with Kitura? What level of support does this have? And are there any documentation or examples I can get started with? Thank you
There's a good amount of duplicate content, and since we think that gocloud.dev is a better experience, we should keep the godoc very terse in terms of how-to and add link(s) to the relevant gocloud.dev page.
webpack-cli/bin/ no longer exists as of (webpack/webpack-cli@82407e5). This is a blocker for at least webpack-cli@4.0.0-alpha-5. Is there a workaround...?
_Originally posted by @JoshuaKGoldberg in https://gith
The only tests we should be skipping on JRuby are the ones where the feature isn't supported by the platform. I had to add a bunch of skips to get us back to green (skip_on). We should remove these test-by-test.
I'm 99% confident that the problem in all these cases is just racy tests rather than code, but the only way to be sure is a passing test.
Describe the bug
Docs never mention that Vibora searches for a folder named templates, additionally template rendering varies depending on where from you execute the file.
To Reproduce
Given the following folder structure:
.
├── project1
│ ├── app.py
│ └── templates
│ └── index.html
When Vibora is run from root folder like so python3 project1/app.py it wo
It would be very helpful if example urls were included in the page here: https://github.com/adnanh/webhook/wiki/Hook-Examples
It would help newbies such as myself to learn :)
-
Updated
Feb 13, 2020 - Ruby
there was an issue discussed in the #ponzu slack channel where knowing the order in which content type's item.Hookable methods are executed may have helped a lot. this helps users determine the state of the database and what is available at what time.
documentation would be great to mention this order (note the hook invocations):
https://github.com/ponzu-cms/ponzu/blob/ec7b5b2bab2cad13db
Environment
- ejabberd version: current git source
- Erlang version:
vagrant@vagrant-ubuntu-trusty-64:~/ejabberd$ erl +V Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 10.7 vagrant@vagrant-ubuntu-trusty-64:~/ejabberd$ - OS: Linux (Debian) - Ubuntu Trusty via vagrant / virtualbox
- Installed from: source
Configuration (only if needed): grep -Ev '^$|^\s*#' ejabberd.yml
``
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:
pyscript文件夹下建立一个头文件, 命名为
py_docs.h:
PyDoc_STRVAR(createCellEntity_docs,
"sha3_512([data]) -> SHA3 object\n\
\n\
Return a new SHA3 hash object with a hashbit length of 64 bytes.");
PyDoc_STRVAR(createCellEntityInNewSpace_docs,
"sha3_512([data]) -> SHA3 object\n\
\n\
Return a new SHA3 hash object with a hashbit length of 64 bytes.");
然后将所有api的英文描述写入,PyDoc_STRVAR。
未来如果有其他文档
English updated doc
Expected Behavior
To ignore someone 100%
Actual Behavior
Only ignores their messages and not emotes
Steps to reproduce behavior
- Ignore someone
- Tell them to
/me does something - Read their
** person does somethingmessage
-
Updated
Mar 3, 2020 - C#
Hello Vespa Team,
Can you please consider support a properties-file which is available during run-time along with the model ? So some meta-data e.g. threshold/label, etc can be associated with the model.
This is for the stateless evaluation of the models like (XGBoost, TensorFlow, Onnx, etc) which is supported in vespa.
Thank you,
Pinank
Documentation in this repository, mainly .md files, should be checked for accuracy and updated if needed. There have been a few changes to Cuberite in recent years that have probably slipped by.
Mumble-Client.
It would be nice if it would be possible to give others users(only seen by yourself) nickname next to the username, so people can be fastly recognized even if they e.g. have a username which is similiar to another users username.
Suggestion:
This can be set by right-clicking the users name with an entry called "Set nickname".
Then name would like the following in the UI:
- Wikipedia
- Wikipedia
Looking at this,
https://github.com/expressjs/express/blob/master/lib/request.js#L79
It seems like express checks
referrer(with two "r"s) first, thenreferernext.Is there a particular reason why the double-r is checked first?
It seems like single-r should be checked first because it's standard.
Another reason to check single-r first is because it's easier to spoof double