William Fendler

Results 9 comments of William Fendler

I'm using `--viewport-y` to add a parallax effect but am seeing a very noticeable start and stop point when the element is halfway visible. I would expect the values to...

Updated svelte and sveltekit and it seems to have resolved the issue.

Sorry, closed too soon. The error doesn't show up right away. It only happens after a few refreshes/hot-reloads. package.json ```json { "name": "my-app", "version": "0.0.1", "scripts": { "dev": "svelte-kit dev",...

I've tried to put together a minimal recreation here: https://stackblitz.com/edit/svelte-kit-qdaku8?file=src/routes/index.svelte

@andris-sevcenko thanks for your help! I'll be trying to make a smaller reproduction of the issue. I did find some info related to these issues here: https://www.gatsbyjs.com/docs/reference/release-notes/v2.28/ I'll be testing...

@andris-sevcenko - unfortunately not. I couldn't spend more time on the transition to Gatsby 3 so I wasn't able to resolve it or create a minimal reproduction.

I have a project that looks something like the following ``` src/ __layout map/ new.svelte [id]/ index.svelte edit.svelte user/ [id].svelte account.svelte forgot-password.svelte home.svelte index.svelte privacy.svelte signin.svelte signup.svelte terms.svelte ``` My...

Having a similar problem. I have my "production" environment set up. I'm able to successfully push to it, but when I try to pull it down I get the following:...

I'm not sure if this is still an issue but when receiving a string of HTML from an API that I'm trying to render in `` it doesn't work with...