Lakshan Perera
Lakshan Perera
keyCode 13's default action is prevented only when there are suggestions. Will look into a way of giving an option to disable that behaviour. ## Lakshan On Mon, Apr 4,...
You can keep the potential results in an array and remove the item which was selected in the `itemSelect` event handler. Then use the `filter` function of the plugin to...
You can use the `resultFormatter` option to pass the formatted text to show (check the 7th example in the demo page). Then with the `itemSelect` event you can get a...
Which version of IE you tested with? On Tue, Mar 20, 2012 at 2:50 PM, lbriquet < [email protected] > wrote: > > Hello, > I've run into a problem with...
This is a known limitation in edge functions deployed to Supabase. https://supabase.com/docs/guides/functions#limitations Check with your email service if they support an alternate port or an HTTP API for sending email.
@alita-moore Can you share the Supabase CLI version you're using? Also, try with latest version of Supabase CLI (`npx supabase@latest functions deploy`) and see if you experience the same issue.
@alita-moore Can you try running the Beta version of CLI (`npx supabase@beta functions serve`)? You probably don't need to manually do `deno cache` and also can remove the existing deno...
yeah, try the newer version of CLI and let us know how it goes. Technically, it shouldn't look into your `deno cache`.
@alita-moore Can you also try the beta release and confirm if it works?
@codingiswhyicry Can you share which version of the Supabase CLI you're on?