Michael
Michael
I am having the same error as @neal1991 on Windows 10
I've been doing this as a workaround: ```tsx
I'm trying to update the test snapshots, but I'm getting these errors: ``` ● disableBgImage › disables background image when disableBgImage === true TypeError: slash is not a function 132...
@wardpeet I don't think so, I can't think of a use case for it? The lack of these is a bug in my view. Gatsby-image doesn't provide the ability to...
Ah yeah you're right, I was looking at the no-script version. Should it have the ability to modify styles? Is just a string option that overrides it passed through the...
So this isn't a React component, it's all raw html passed through remark. We'd have to make merging behaviour if we wanted that.
They'll have to be transformed into actual css properties - any preferred way to do that?
We tried the partial pinning approach and found new commits on the PRs don't trigger new builds, so I'd be interested in having this merged and released.
This runs `npm compile` manually even though `npm install` seems to call `npm prepublish` (insanity), which contains `npm compile`. I'm not sure how to deal with that, or if it's...
Seems to happen at intervals up to a second and a half after the original change event on my machine. A debounce feels like a hacky fix to me?