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,539 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.
-
Updated
Feb 22, 2020
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.
.
I want to develop an iOS application that hosts its own web server (https://myiphone.server/index.html) 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
https://gocloud.dev/howto/blob/open-bucket/#prefix
Comment from @vangent: "I think we can drop this section and just leave it in the godoc. Thoughts?"
Originally posted in google/go-cloud@ff6e56c_
OpenSSL issues
Two items:
-
README: there is no mention of OpenSSL versions. At present, all MRI CI (Linux, MacOS, Windows) is using OpenSSL 1.0.2 or 1.1.1. OpenSSL web page does make clear that 'The 0.9.8, 1.0.0 and 1.0.1 versions are now out of support and should not be used.', but maybe a note should be added to the README?
-
Puma::MiniSSL::Context- OpenSSL 1.1.
- Operating System: macOS Mojave version 10.14.3
- Node
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
I want to suggest an improvement on how the examples are currently organized.
Instead of having a markdown file with a list of examples (this) I think it would be better to have different directories each one with the configuration file (or different files.)
Then the list of examples included here could be c
It would be great if a new message, appearing automatically via WebSockets, also triggers notifications via the Notifications API.
https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API
Cautionary: There should also be some kind of grouping/throttling for massive batches that arrive all at once.
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
What version of ejabberd are you using?
ejabberd 18.06
What operating system (version) are you using?
Erlang/OTP 19 [erts-8.3.5.4] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:true] on Fedora release 27 (Twenty Seven)
How did you install ejabberd (source, package, distribution)?
git@0a40ab93c85b2070111914a9ee752a127bf5411e (source)
What did not work
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
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
-
Updated
Feb 21, 2020 - C#
We currently check PRs for new undocumented API symbols. We should also check that all the previous API symbols are still present, that the PR didn't remove an API symbol by accident. For this, APIDump needs to output the list of all current symbols and be able to compare that list against an official list downloaded from web (just like the undocumented symbols). And we need to decide on a way to
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
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 things over, the
Contributing.mddoc is rather anemic with regards to describing the decision making process. It would be good to expand with a more formal discussion of the project governance, how folks get a commit bit, how conflicts are resolved, that sort of thing./cc @ritch @tunniclm
Refs: expressjs/express#2844