The Wayback Machine - https://web.archive.org/web/20220517233009/https://github.com/topics/introspection
Skip to content
#

introspection

Here are 157 public repositories matching this topic...

magic-trace
cgaebel
cgaebel commented Apr 15, 2022

Trace files are big and compress really well, 5x-ish in my experience. Could magic-trace write out compressed traces instead of raw traces?

Perfetto already has support for loading gzipped traces. But gzip is really slow (fingers crossed for Sapphire Rapids, but that's years from being commonplace).

As far as I can tell, we have two options here:

  • teach magic-trace to write gzipped trace
enhancement good first issue
sherodtaylor
sherodtaylor commented Jun 16, 2021

It seems like graphql parser doesn't like graphql comments in the schemas? This is using the federated proxy example.

build base schema: parse graphql document string: external: unexpected token - got: COMMENT want one of: [], locations:

remote schema

input UserInput {
    userID: Int
	# Some comment
	place: String
}

good first issue

Improve this page

Add a description, image, and links to the introspection 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 introspection topic, visit your repo's landing page and select "manage topics."

Learn more