Batuhan Wilhelm

Results 173 comments of Batuhan Wilhelm

Hello @rassie thanks for the issue, and sorry for the despair :) We need to clarify some things: - Could you share your dockerfile (minimal version)? - Are you running...

Hello @rassie, we'll try to explore our options and get back to you, as this one is a bit complicated issue. We'll see what we can do about it.

Hello @rassie, sorry for the late reply! Your notification got lost in GitHub's bloated notification UI. The main problem is, DevTools authentication server only allows localhost:5001 and 127.0.0.1:5001 origins for...

Allowed origin configuration is dictated on the backend with white-list approach. We are using ORY Kratos for authorization server and kratos doesn't even allow using localhost or 127.0.0.1 as origin:...

Hello @rassie, a quick update. We discussed with @omeraplak and agreed to allow any port from `localhost` and `127.0.0.1` origins. We can also allow certain origins like GitHub codespaces if...

Hello @An0nymous0 thanks for the issue! We're evaluating it, we need to make a plan, once we have it, we'll let you know!

Now we are using AppDir by default for NextJS projects.

Hello @damywise this issue isn't related to refine and coming from supabase library. You can check the following discussion on possible cause: https://github.com/orgs/supabase/discussions/1222 Best.

Hello @dipbazz thanks for the detailed issue! @salihozdemir actually created a task in our backlog as you guys communicated. Would you like to create a PR for this one? If...

We've discussed this internally and agreed to continue with @dipbazz's suggestion. ``` useSelect({ optionLabel: (item) => `${item.someField} ${item.anotherField}`, optionValue: (item) => item.foo.id, }) ```