Skip to content
#

apis

Here are 931 public repositories matching this topic...

public-apis
matheusfelipeog
matheusfelipeog commented Mar 17, 2022

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

good first issue important
piyushgupta243
piyushgupta243 commented Nov 2, 2021

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
zalmanlew
zalmanlew commented May 6, 2022

The current ZeroTier trigger for node online/offline is using the unique dedupe parameter.

The issue with this is that it checks for unique values across the entire object. If another value like clock or ipAssignments change it will trigger the event again.

For these two triggers, it needs to be updated to only check if the online (boolean) state has changed - and ignore all the othe

enhancement help wanted good first issue trigger / source
kuma
glom
mahmoud
mahmoud commented May 9, 2018

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

help wanted good first issue
rmsamitha
rmsamitha commented Feb 25, 2022

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

Improve this page

Add a description, image, and links to the apis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apis topic, visit your repo's landing page and select "manage topics."

Learn more