Patrice Ferlet

Results 70 issues of Patrice Ferlet

I tried to set shadow on elements that have background (positionned). Shadow is ok but background image disapeard. Don't know if anyone report this bug (github has no search rerport......

The documentation is really poor and full of English mistakes.

enhancement

Users should not need to go to the documentation (readthedoc) page to understand and have examples - so, we need a better README file.

enhancement

Hi, Using Linux (Fedora 22, x64) At first: congrat, nice library and it seems to be working as expected, so I take a longer look :) Is there any way...

Hi, We created https://github.com/Smile-SA/dagota that makes easy to setup a Statefulset on Kubernetes and OpenShift. It works as expected. But as soon as we tried to use it with some...

Using Fedora, I have a recent version of OpenCV (and opencv-devel) packages: 4.5.3 But, the latest release of gocv 0.29.0 corresponds to 4.5.4 version. It's hard to find the correct...

documentation

Running on latest Kubernetes. I simply create a "date" function in bash: ``` #!/bin/bash date ``` Then I create project and deploy it: ``` nuctl create project basic -n nuclio...

Very impressed by MaryTTS, I'm currently trying to use Pierre French voice (I don't know if the problem exists in others languages) If I try to make Mary saying: "Quel...

Propose go.mod and go.sum. This is hard from a fork, but that should be OK. In any case, examples are not separated in several directories, so that avoid the go.sum...

In a simple docker-compose like this one: ```yaml version: "3" services: app: image: alpine command: sh -c "date && echo $HOME" ``` That docker-file has no problem with docker-compose, but...