Jonathan Serra

Results 10 comments of Jonathan Serra

I updated the `build.gradle` of `react-native-blur` (https://github.com/react-native-community/react-native-blur/blob/master/android/build.gradle#L14), and I put the same SDK and build tool version as mine, which is 28. I don't know what it takes to update...

I also have some performance drop when using BlurView in Android, works great on iOS.

Hey guys, Thanks for your links. Typically Redis uses two ways to persist the data : - RDB files (.rdb) for snapshot : It bumps data snapshot in RDB every...

Thanks @CephalonRho Could you elaborate more on what you envision for "a mixed approch"? Are you talking about a compact as RDB written as AOF? I guess we still will...

Got you. The way I understand it does not really differ from Redis approach. They use RDB for snapshot executed at specified intervals. They don't clear AOF though. https://redis.io/topics/persistence Would...

@christophe-lejeune I have never used such libraries. But I'm working on a technology that allows to make lightweight UI components and makes it easy to plug onto a website (think...

Here is the mock-up, before there are some points to clarify - "Marquer" is a drop-down menu that lists all the categories - "Créer une catégorie" is an input where...

I've noticed that I have the same issue on Associations `/admin/product-association-types/`. I've created one but does not appear in the page. In the DB: mysql> select * from sylius_product_association_type; +----+--------+---------------------+---------------------+...

@UrbiJr I haven't check yet. I used https://github.com/Sylius/Sylius-Standard for setting up the project. The issue does not appears if I install sample data.

Good catch. But actually there is a bug arround certain locales. By default, when adding a locale, the system suggest "France" (code is 'fr'), but it seems that the translation...