Martin Litvaj

Results 34 comments of Martin Litvaj

Disclaimer: I understand tsdx IS opinionated tool and while this request is (imho) based on some facts, it's still mostly about my opinion. One of the points of the prettier...

Similar issue to https://github.com/ant-design/ant-design/issues/46022

@steve-chavez I am probably missing something but ordering by joined table still doesnt work for me. ``` await supabase .from('reading_list') .select( ` *, books(*) ` ) .eq('userId', user.id) .order('title', {...

I am using CLI for local development only and nothing mentioned in this blog post works for me https://supabase.com/blog/postgrest-11-prerelease . Am I missing something?

@kettanaito I have been using the above PR #277 for a month now, works great!

According to this https://github.com/mswjs/data/issues/285 no new features will be merged. I have modified @noveogroup-amorgunov 's code to be used outside of mswjs-data internal code. You can see it being used...

@luisanton-io Thanks for getting back to me. I use the latest recoil and latest nexus

@luisanton-io Here is the codebase I am using it in https://github.com/Kamahl19/react-starter . I am wrapping the whole application in `RecoilRoot` in https://github.com/Kamahl19/react-starter/blob/c568c273875fad3a5a8058f2c4f396cb041293d8/src/app/providers/Recoil.tsx#L17 which is used in https://github.com/Kamahl19/react-starter/blob/c568c273875fad3a5a8058f2c4f396cb041293d8/src/app/Root.tsx#L17 and https://github.com/Kamahl19/react-starter/blob/c568c273875fad3a5a8058f2c4f396cb041293d8/src/tests/utils.tsx#L34 In...

@gar1t This is actually a great idea. Updating is really painful right now. I am using a different Prettier config and a strict ESLint config which makes the current cli...

@kettanaito would you please take a look on this?