kryptus36

Results 7 issues of kryptus36

OS Version: iOS 15.4.1 (19E258) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: BUS_NOOP at 0x1900007463656a6a Crashed Thread: 6 Application Specific Information: permessage_deflate > Attempted to dereference garbage pointer...

This may be a duplicate of #139 but I'm posting it separately as the backtraces are not quite the same and mine seems to give a reason for the crash...

If I have: ```js type InnerTest = { aProp: number } type OuterTest = { inner: InnerTest } const o: OuterTest = { inner: { aProp: 5 } }; await...

help wanted
Typescript

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

FormCheck.svelte has a prop "inline" that is missing on Input.svelte. It works, as it is passed through $$restProps, However typescript complains unless it's added to Input.d.ts

This only happens on iOS. Android is fine. Items overlap after the upgrade. On v10: ![image](https://user-images.githubusercontent.com/8608478/197924646-5b2409a4-2597-4afb-a473-0967e1c3e690.png) On v14 ![image](https://user-images.githubusercontent.com/8608478/197924334-9a2d6424-29b9-448c-9834-373089a1b311.png) and the relevant code (note the issue occurs in the "pot"...

This is a bit of a meta-bug, as it were. This issue seems to be swept under the rug as no big deal, but the crux of the issue here...

bug
enhancement
help wanted