Hector Ayala

Results 69 issues of Hector Ayala

# 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

Hello. We've created a patch for this library, which has worked wonderfully. This change allows users to submit forms imperatively with a new `submit` function returned by the form hook,...

Resolves https://github.com/react-icons/react-icons/issues/719 - Add a feature to auto-wrap icons in a span component with a class name

enhancement

### Describe Many UI libraries wrap their own Icon components in divs with special classes to format icons correctly. At the moment, one has to add these divs and classes...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [ ] Related issue(s)...

### Describe the bug When building our app, we get this error: ```sh Named export 'SyncOutlined' not found. The requested module '@ant-design/icons' is a CommonJS module, which may not support...

bug

# 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

Hello, looking at the `setPath` logic, it seems to check if the path value on the object is not null/undefined before attempting to insert the new value. How can we...

feature request
runtime

This PR enhances the component by adding a new callback: `Validator`, which prevents the input from changing if the value does not pass the validation. This is useful to prevent...