GH Romain Gonord

Results 29 comments of GH Romain Gonord

Hum, that is a solution in some case, but it is not enough for my use case. The number of params i've got for one action are variable, only the...

I have updated the stackblitz to have the workaround. I have added a new pipe : ```js import { Pipe, PipeTransform } from '@angular/core'; import { TranslationService } from 'angular-l10n';...

Having certbot log in syslog would make it easier to add it to elasticsearch through filebeat, no specific configuration to do =P

Unfortunately i have no idea about how to do so ... my logging system are missing certbot logs ='(

@imso077 , i had the same objective as you : working with a remote magento and with minimal tools. Here is the result of my analysis : https://github.com/astik/scandipwa-init-front. First step,...

I tried some iterations over a custom react-script (from create-react-app). FWIW here are the results of the analysis: # Goals towards custom create-react-app - use as much as possible create-react-app...

Looking at v3-stable, there is some big changes that get us farther away from create-react-app: - fallback plugin depends heavily on magento theme file structure - scandipwa relies heavily on...

I found a project that could be of help on using create-react-app: https://github.com/gsoft-inc/craco It allows extending create-react-app by providing our own webpack configuration. It would be great to have a...

@alfredsgenkins, the idea is to remove magento specificities as much as possible from frontend developers. Having a specific folder structure following magento / composer convention is ok, no problem. Asking...

I just push new code on master to handle v3 (v2 has its own branch). I also add some specificities: - adding a new host (scandipwa.local) is mandatory as it...