Batuhan Wilhelm

Results 239 comments of Batuhan Wilhelm

@sindresorhus I'd like to work on this, do you have any suggestion about how to handle default values? One idea could be to do something like; ``` conf.get(['foo.bar', 'bar.baz', 'baz'],...

Thinking about it again, it's really tricky to make it type-safe with `[key, defaultValue]` syntax. So I implemented something like below, wrote tests, they are already passing and will write...

@sindresorhus I managed to create a similar concept with strong type-safety. Would you like to check and let me know if we can extract something from there? https://github.com/BatuhanW/haf

Hey @linkscope can you clarify what do you mean here? > but the parameters are brought in when requesting the API Search isn't expected to be triggered on the first...

Hey @linkscope thanks for the clarification! I see the point now. Adding video to give context. We'll discuss it and get back to you. https://github.com/refinedev/refine/assets/16444991/b0938920-e380-4901-8a3a-6de0f2f3b36f

Hey @Conqxeror thanks for the PR with great description as always! Let's do the implementation according to the comment here: https://github.com/refinedev/refine/issues/4880#issuecomment-1742600902 `optionValue` and `optionLabel` params are currently string only, let's...

Hello @s1anden unfortunately, I don't have enough context atm, but would like to do some research and get back to you in couple of days. In the meantime, if you...

Hello @achalagarwal thanks for the inspection! Would you like to work on this issue with your findings?

Hello @Mikilll94, thanks for the issue as always 🔥 This example is getting it's data from a shared data provider, if we change this to markdown, all other examples where...