Gregory Gaines

Results 3 comments of Gregory Gaines

Awesome! One last question. Is this feature available for serving directly from the graphcms CDN instead of downloading locally if I want to take advantage of graphcms caching?

Thanks is awesome @jpedroschmitz, but not quite what I need; I'll explain further. When using `GatsbyImage` with `gatsby-source-graphcms`, images are served by the CDN with the url generator code below......

I'm having the same issue, my workaround is using `rust_binary` with the test arg. ```rust rust_binary( name = "integration_tests", srcs = glob(["tests/**/*.rs"]), rustc_flags = ["--test"], deps = [":lib"], ) ```