Ali Emir ลžen

Results 153 comments of Ali Emir ลžen

Hey @sevkioruc, thank you for your effort! Unfortunately, stocks being limited to 5 is just a coincidence ๐Ÿ˜…Instead of checking for `count >= 6` we should check for the errors...

Hey @vehas, we're happy to announce that we've released `@pankod/refine-inferencer` package ๐ŸŽ‰ ๐ŸŽ‰ It's generating components and lets you preview it with a formatted code ready to get you started...

Hey @sebabratakundu, don't know if this is windows related or something else but it looks like the `--scope` parameter is not working properly in your case. You can do `npm...

Hey @sebabratakundu sorry, I missed the comment ๐Ÿคฆ Can you check the `RouteChangeHandler` component? I think it will be a good place to call this callback for global title management....

We've released an update to the related Devtools packages and `@refinedev/cli` to allow Devtools to be used outside of localhost, with a custom port or a domain. ๐Ÿ™

Hey @buremba, that's a good idea really, and can inspire for more ideas around that. Unfortunately this is not planned in our roadmap due to limitations on SAO. We use...

Hey @buremba sorry for the late response ๐Ÿ™ `post_hook` is a better generic to handle ๐Ÿš€ I think there's no limitation on the current codebase to conflict with this implementation...

Hey @nibble0101 sorry for the issue. You're definitely right, its a bad situation for beginners to be in. ๐Ÿ™ `LoginPage` was using `username` and `password` fields but `AuthPage` is using...

Yup, this is an excellent feature request. I hope to see it implemented and would love to help if any PRs open up. Absolutely not stale โค๏ธ Sorry for the...

Hey @MohammadxAli, thank you for the PR! As you can see from the line here https://github.com/refinedev/refine/blob/e5cad5183f4e973027ac40ebd2414daa2f303249/packages/core/src/hooks/auth/useLogin/index.ts#L35 We're omitting `onSuccess` handler from the `mutationOptions` on purpose. Your changes doesn't update that...