-
Updated
Nov 26, 2021 - Python
REST API
A representational state transfer (REST) API is a way to provide compatibility between computer systems on the Internet. The concept was first outlined in a dissertation by Roy Fielding in 2000.
Here are 22,792 public repositories matching this topic...
Issue split from hasura/graphql-engine#6951
our pytest output has a pretty low signal:noise ratio, and it's often difficult to understand the cause of a test failure, if there is one. [Example: a 8600-line log for what turned out to be a flaky test that passed on a second run](https://app.circleci.com/pipelines/github/hasura/graphql-engine-mono/10008/workflows/5e17c7
Base64 packing the logo is unproductive and prohibitively complicated.
Originally I just thought it was related to the method of delivery, minification,etc....
But then I discovered the "enterprise" copy you sell directly offers the "feature" of changing the logo, which then just packs up a new image.
Now I realize why changing the logo is difficult and you won't document how to do it in
-
Updated
Nov 27, 2021 - Vue
-
Updated
Nov 27, 2021 - JavaScript
-
Updated
Nov 25, 2021 - JavaScript
-
Updated
Nov 17, 2021 - Go
-
Updated
Nov 25, 2021 - Mustache
🐛 Bug Report
This comment sums up the issue:
grpc-ecosystem/grpc-gateway#2398 (review)
Basically, our code is riddled with things like:
JSONRegister: system.RegisterSystemServiceHandler,
We can possibly fix this by changing all of our declarations of *grpc.ClientConn
to grpc.ClientConnInterface
. However, the `grpc.ClientC
Bug Report Checklist
- [~] Have you provided a full/minimal spec to reproduce the issue?
- Have you validated the input using an OpenAPI validator, yes I used the validate function of the api generator
- [5.0.0 ] What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
- What's the actual output vs expected output?
-
Updated
Nov 18, 2021 - Go
-
Updated
Nov 27, 2021 - JavaScript
-
Updated
Nov 27, 2021 - PHP
-
Updated
Sep 9, 2021 - Python
-
Updated
Nov 26, 2021 - JavaScript
-
Updated
Nov 25, 2021 - Java
-
Updated
Nov 16, 2021 - C#
I believe the comparison operator used in the IsBroken
method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.
-
Updated
Nov 20, 2021 - Kotlin
-
Updated
Sep 8, 2019
-
Updated
Nov 26, 2021 - Go
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Nov 23, 2021 - Python
-
Updated
Nov 26, 2021 - TypeScript
It would be awesome to set a bearer token on a socket.io request just like you can do it on a rest request.