Kyle

Results 11 issues of Kyle

I am not sure if this is the best way of going about it. I have a server-side FB login flow through which I obtain an access token. I found...

### Describe the bug I finally got around to migrating away from `import.meta.env.*` for all of my environment variables and onto the SvelteKit-recommended `$end/dynamic|static/public|private`. I had a number of integration...

bug
p1-important

### Provider type Apple ### Environment System: OS: Linux 5.19 KDE neon 5.27 5.27 CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz Memory: 6.74 GB / 15.34 GB...

bug
providers
upstream

## Bug Report After reading the documentation as to how Capacitor works behind the scenes, it is unclear as to what the expected behavior should be when invoking APIs. Here...

platform: android

UPDATED: After the original issue disappeared with a netlify update, the issue recently reappeared. See the comments below for details. I have provided a minimal recreation in the comments. ###...

type: bug
area: functions
area: frameworks
more info needed

I am having a difficult time getting Apple HealthKit integration to work. Even though I have been following the documented basic example for requesting authorization (ie. `CapacitorHealthkit.requestAuthorization`), I have been...

### Describe the bug SvelteKit uses a wrapper around `import.meta.env` (`$env/dynamic/private`, [...see all here](https://kit.svelte.dev/docs/modules#$env-dynamic-private)) to expose environment variables. When deploying code to Netlify background functions, these configuration parameters are not...

type: bug

The instructions indicate to overwrite the `export.xml` file. The workouts in this file have a `FileReference` node that refers to external files (also part of the original `export.zip` file that...

### Describe the bug The [SvelteKit Vercel documentation](https://kit.svelte.dev/docs/adapter-vercel#deployment-configuration) states that individual function execution properties can be overriden (eg. max memory used, max duration, etc...). I have been unable to do...

pkg:adapter-vercel

I was hoping for some advice. I'm using a live URL in my app. I am seeing errors coming from clients that are still on the old build but are...