Mickael Lecoq
Mickael Lecoq
Currently if we make a query with joined tables, we cannot sort on columns of joined tables. The goal of this PR is to be able to indicate on which...
Hi, I need to control access to my api with user groups : in the same user pool, users belong to different groups and have access to different parts (pages)...
### Motivation The goal is to support spacing between tabs ( see #1020 ) - It is roughly doable with some customizations (thanks to `renderTabBarItem` and `renderIndicator` methods) but it...
I am developing a custom toolbar where use can select text color, font size, and background color and see currently selected value Currently the editor does not send back these...
Just an update of TypeScript definition file I am trying to build a custom toolbar so I need to use `sendAction` (as RichToolbar does)
Hi, When I try to display a document with pages that have different sizes (last pages have a bigger width), the bigger ones are cut. Here is a document to...
**What `react-native` version are you using?** 0.59 (Expokit 35.0.0) **What `react-native-pdf` version are you using?** 5.1.5 (works fine with 5.1.3) **What platform does your issue occur on? (android/ios/both)** Android **Describe...
I was trying to run detox tests on my own project following this example. I didn't manage to make them run - with detox 12, expo app is launched but...
**Motivation** The goal is to be able to disable animation if needed. When there are many tabs, it's disturbing to quickly see all the intermediate tabs when navigating between 2...
**Is your feature request related to a problem? Please describe.** Hi, I'm using `graphql-yoga` in a nextjs edge function and I would like to use `useSentry` plugin. Unfortunately I cannot...