GraphQL
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
Here are 21,278 public repositories matching this topic...
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to realtime
- Paste url
wss://ris-live.ripe.net/v1/ws/?client=hoppscotch.io - Observe connect is disabled
- Remove parameter, quickly undo it and click connect (also a bug)
- Send
{ "type": "ris_subscribe" }to the remote server - Observe you receive
-
Updated
May 9, 2022 - TypeScript
-
Updated
May 14, 2022 - JavaScript
Example app: https://pp0o4x40p0.codesandbox.io/#/posts/13
I just copied the last tab a couple of times and you'll see a scrollbar at the bottom.
What I expected: that the Tabs component would be scrollable and the application not to crash.
I think this is because the Tabs parent width is implicit instead of explicit.
 it may be preferable to have directives on their own lines.
See field: String below:
<img width="461" alt="Screenshot 2019-05-06 at 14 33 44" src="https://user-images.githubusercontent.com/1436281/57
When creating a cell, the test file reads:
import { render, screen } from '@redwoodjs/testing/web'at the top. However, screen is unused in the generated test and thus ESLint complains:
'screen' is defined but never used. Allowed unused vars must match /^_/u.eslint[@typescript-eslint/no-unused-vars](https://typescript-eslint.io/rules/no-unused-vars)
Fun f
-
Updated
May 13, 2022 - TypeScript
-
Updated
May 13, 2022 - Ruby
-
Updated
May 9, 2022 - JavaScript
Issue Type (check one)
- Bug Report
Description (type any text below) -->
When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.
If you force outlines back on you can see what is being tabbed.
*:focus {
outline: 3px solid orange !important;
outline-offse-
Updated
May 14, 2022 - TypeScript
-
Updated
Sep 27, 2021 - Go
-
Updated
May 6, 2022 - Go
Summary
Add a site AMP version.
Basic example
Nuxt.js has an example: https://github.com/nuxt/nuxt.js/tree/dev/examples/with-amp
Gatsby AMP Plugin: https://www.gatsbyjs.org/packages/gatsby-plugin-amp/
Motivation
The AMP Project support is very important to accessibility and Google's Pagerank. So, it could will be awesome had this support in Gridsome.
-
Updated
May 13, 2022 - TypeScript
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.
Just gave VulcanJS a try after using Meteor for a while. I'm getting the following error:
`
Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
meteor://💻app/packages/vulcan_lib.js:422
if (error) throw error; // eslint-disable-next-line no-console
^
[Error:
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia

Preliminary Checks
Description