Kasper

Results 126 issues of Kasper

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it With this regex search, I get 33 results: ``` from\('sites'\) ``` If...

defect
editor
search / project search

I'd really like a way to deserialize into a struct while seeing the line/column of errors when there's an invalid type. With `serde_json::from_str` I parse a string directly into a...

enhancement

I noticed that if a user is deleted (I ran `supabase db reset`), they can still successfully call the `payment-sheet` function, and a new Stripe customer will be created every...

### Check for existing issues - [X] Completed ### Describe the feature In VSCode I usually have multiple projects open at the same time, and it's convenient for me to...

enhancement
workspace
macOS
platform support

Fixes this: New:

### Describe the feature Show a color preview for languages like CSS and Tailwind. VSCode has this, which it calls "color decorators": JetBrains editors, such as PyCharm, take it one...

editor
css

### Describe the bug For non-QWERTY layouts, the shortcuts do not correspond to what's shown in the command palette. For example it says Save is `META+S`, but it only saves...

bug

**Describe the bug** If you click away from the Commits tab before it loads, the commits tab opens back up **To Reproduce** Steps to reproduce the behavior: 1. Go to...

bug

Currently, the window state is stored in a `.window-state` file. macOS provides an API to automatically store the window state in `defaults`. [NSWindow setFrameAutosaveName](https://developer.apple.com/documentation/appkit/nswindow/1419509-setframeautosavename) When I run `defaults read com.apple.calculator`...

enhancement
help wanted
platform: macos
plugin: window-state

# Bug report ## Link https://supabase.com/docs/guides/auth/server-side/email-based-auth-with-pkce-flow-for-ssr?framework=sveltekit ## Describe the problem I've followed [the "Email Auth with PKCE flow" guide](https://supabase.com/docs/guides/auth/server-side/email-based-auth-with-pkce-flow-for-ssr?framework=sveltekit), and I figured out how to set the email URL templeate...

bug
documentation
auth