Danny Hurlburt

Results 12 comments of Danny Hurlburt

This is almost an exact duplicate of #42.

Thanks for creating the codepen for the repro. I looked but I don't see any vertical scrollbars. I tried with Chrome 74. I tried with different zoom levels. But I...

I believe this is happening because the backdrop of the modal dialog slowly fades away based on Stripe's CSS. It appears there is no backdrop because it is completely transparent....

This also happens with server-side-rendering (effectively what Gatsby does to generate the static HTML, CSS, etc). The reason the problem is arising is because of the use of the `style-loader`...

BTW, here is the work around I just added to the project I am having SSR issues. Instead of ``` import Slideshow from 'react-slidez'; ``` I am using ``` let...

@gienec I too need support for aliases. Do you have a suggestion for a backwards compatible way to support aliases?

I tried working on a new API this last weekend. I haven't yet come up with a useful API that takes into account aliases, arguments, named fragments (derived from FragmentSpread...

That is along the lines of what I have started. I have a class, `GraphQlResolveInfoInspector`, where you can pass in the resolveInfo into the constructor. I have a method named...

@robrichard I need this feature for a project I am working on. So, I have forked the repo and started working on the implementation. However, I ran into a decision...

@robrichard Thanks for the timely reply. BTW, did you notice that the items in a `ListValue` are flattened in version 2 (at least for primitives)? We can't change this for...