Mehdi Achour
Mehdi Achour
Motivation (see https://github.com/yiisoft/rbac/issues/49) > In yii/yii2 it always bothered me that the 3 entities assigment, role and permission are all stored in the same backend: it's either all PHP or...
I've been wondering about ways of reducing the `mpdf/mpdf` code base in order to make it easier to maintain / document. One way is to extract components with self-contained logic...
| Question | Response | | ---------------- | ----------- | | Version? | v1.4.1 | | Devices tested? | iPhone 7 | --- ## What Currently Happens? If you search...
This component could benefit from a refactoring similar to `EventsScreen`, where every event type would be handled by a dedicated method. Instead of the big switch/case in render(), we could...
## Description Reopening #504 using an automated tool, let's do this overdue changelog thing! 🎉
As we were going through #770 with @housseindjirdeh, we both emitted the desire of ditching flow in favor of typescript. I personally struggled with flow while trying to enforce types,...
This issue is here to help keeping track of the first step of our big redux refactoring: migrating paginated calls. - [x] Events: list (#736) - [x] Issue: comments(#848) -...
## What Currently Happens? Currently, when you click on the `Location` field in a user profile, a Google Map is opened with a pin to that location. ## What Would...
Once #777 is merged, react-native-i18n will become almost unused. The only two things it's used for will be: * Retrieve the current locale (functionality provided by react-native-device-info) * Lookup translations...
Sharing here what I have in mind for the big Redux refactoring. ### Step 1 : Pagination Migrate all the lists fetched from the API to use pagination This is...