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 7,348 public repositories matching this topic...
Description
Using the fetch API from WHATWG in Google Chrome, an image upload does not have Content-Type multipart/form-data. Instead, the content type is set to the MIME type (ex: image/jpeg) with a boundary parameter. Setting Content-Type explicitly to multipart/form-data should result in an error (and it does).
How to reproduce
Follow an existing image upload example from
-
Updated
Jul 17, 2020 - Swift
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
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
Is there a plan to add a CONTRIBUTING.md? This could include template to do a PR, guidelines to add tests, coding standards, etc.
I'm currently learning Rust and am very interested in contributing on this project somehow. Thanks!
-
Updated
Jul 17, 2020 - Go
-
Updated
Jul 17, 2020 - Go
Tweak scream amount
OpenRCT2, v0.2.5-127-g0cbd70029 (0cbd700 on develop) provided by GitHub
Windows 7 (x86-64)
Some ideas I had posted here: OpenRCT2/OpenRCT2#11070 (comment)
Muting is a bad idea I agree, but the screaming should be tweaked. This has been brought up on both the RCF discord and in the project's new own server too:
Making it so they don't scream
-
Updated
Jul 10, 2020 - Go
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 16, 2020 - Ruby
-
Updated
Apr 11, 2020 - Ruby
-
Updated
Jul 17, 2020 - C
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jul 15, 2020 - C#
-
Updated
Jul 6, 2020 - Go
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
Jul 14, 2020 - C++
- 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.