Pierre POMES

Results 46 comments of Pierre POMES

Hi @rsaylor73, Sorry for the so looooong delay.... Just to let you know, I started to work on this request. Pierre

Nope :-( Finally did not have any time to do it.... :-(

@rsaylor73, @alexliam83 , @davidmr163, I just added some code as a draft, to provide python support. Python faker can now be used. You need to install python-dev libraries (for Ubuntu:...

Hi @SpartakusMd, Thanks for your feedback! I agree with you, sending the value to the python script is a good thing. I just added it, still in branch issue5, and...

Thanks for this, this should now be fixed. There was an issue since day one, anonymization function did not remove (beginning and ending) quotes for string coming from db's. Since...

Your feedback motivates me to do it current month ;-) I will integrate the branch into main.

Hi Martin, Yes it is normal since (afaik) standard distributions do not provide a static library (.a) for libpython. However, I was able to build a docker image with dynamic...

It is working for the "test_python" scenario, because this scenario does not need any package. However, things become complicated when packages are needed (I am not a docker expert).

New Dockerfile commited! With 2 add-ons : - py3-faker (apk): python scripts based on faker will run out of the box, - pip: may be used to install packages before...