ian

Results 22 issues of ian

Wanted to throw out the suggestion for a global on/off switch. It would be nice to be able to globally cripple Analytics. Use case would be for development vs production:...

enhancement

This example appears to package and run but there is nothing listening on port 4000: ``` ➜ npm run watch > [email protected] watch /Users/ian/Projects/proxy > webpack --mode production --watch webpack...

Trying to figure out if it's dead or not. Lots of issues reported and no responses.

We really need a React-based approach to this library, the snippet that is assigned in the project's config will fail JSX formatting rules. Either segment should update their global script...

What's going on with the "show code" on storybook? It's really not helpful: This should show a more precise example of how to configure and use the associated example. As...

I'm seeing an issue with fastify + mercurius where some GraphQL playgrounds / queries are getting parsed as `variables = {}` instead of the expected `variables = undefined` Versions: ```...

**Describe the bug** When running filterSchema it should be keeping the type in its entirety, but it's removing all the fields from the type but keeping the type definition. Running...

We're getting an interesting situation where a specific series of relationships produces an unknown column error in production only. Consider the following: class User < ActiveRecord::Base has_many_polymorphs :accessible_products, :through =>...

- [x] Have you checked the guidelines in our [Contributing] ### Description On the PHP docs the `ord` function returns an int between 0-255. However, I'm seeing integer values out...