apis
Here are 905 public repositories matching this topic...
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Apr 10, 2022 - TypeScript
Issue
The response header does not reflect the correct version for HTTP2 requests. Even though, wiremock replies in h2 but the version in the response header shows "HTTP/1.1 200". This is caused by the hardcoded value in the toString() method of Response.java class
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
**sb.append("HTTP
-
Updated
Mar 4, 2022 - JavaScript
What happened?
As parsing time.Duration works only with time periods (i.e 1m
, 24h
, 23h59m
etc.) you cannot specify period in days/months/years as we suggests in help/docs of our commands:
https://github.com/kumahq/kuma/blob/8708885a8ef244f0806aa7d5dae08c7dde64a7bb/app/kumactl/cmd/generate/generate_zoneingress_token.go#L29
we can fix it by changing flag description/help, but I think we
Hiya, think I can use some help. So basically I have set up a workflow between Reddit and Google Drive as in hot posts from r/wallpapers will be saved in my connected Google Drive specified folder as images. This is working fine except for posts which contains multiple images (album) such as this one
https://www.reddit.com/r/wallpapers/comments/tyci69/some_walls_from_my_collections_vol9/
in that
-
Updated
Dec 19, 2019 - Go
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Mar 30, 2022 - Ruby
-
Updated
Apr 16, 2021 - Python
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When I schedule new pods I see equally the same behaviour each time - pod fails to start and does 'restarts', kubectl reports minimum 2 restarts before pod is marked as 'running'. in events I see next:
Events:
Type Reason Age From Message
-
Right now the tutorial is coherently designed, tested, and even documented. However, it doesn't build up in a way that's very beginner friendly. It establishes glom's value and then immediately uses it at an intermediate level.
I'd like it if it was a bit more drawn out to use basic features first and then add a multi-line Coalesce
as the
-
Updated
Apr 9, 2022 - Go
-
Updated
Apr 7, 2022 - Python
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Apr 1, 2022 - TypeScript
-
Updated
Apr 8, 2022 - Java
Describe your problem(s)
In the "Complexity Analysis" tab in GraphQL try-out page in devportal, we can see only the complexity Values of each field. If we want to know the complexity value or the depth value, we have to calculate ourself manually. Instead, it would be a nice to have feature to have the possibility to display the calculated complexity/depth values on a button click. So before
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Apr 8, 2022 - JavaScript
Hi, I'd like to implement the flow where verification is triggered via webhook. One can configure various options (ncluding authorization token) for WithPactBrokerSource, however for WithUriSource there's no such possibility. How can I pass auth token when using uri source?
-
Updated
Apr 5, 2022 - Python
-
Updated
Apr 8, 2022 - JavaScript
Improve this page
Add a description, image, and links to the apis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apis topic, visit your repo's landing page and select "manage topics."
Hi community
This message is to clarify and make transparent the current situation of Public APIs, in addition to demonstrating the frustration of us maintainers. So read this if you find it interesting, please.
Well, I keep the Public APIs project together with other 3 developers (@pawelborkar, @marekdano and @yannbertrand) for a long time.
1 year ago, the Public APIs project was dead, w