Pablo Díaz

Results 28 comments of Pablo Díaz

@YassienW would you do a PR of your fork to merge support for bs4?

@YassienW Hi How did you builded/compiled this project ? I have this error when I try ``` ERROR in ./libs/js/Editable.jsx Module parse failed: /react-x-editable/libs/js/Editable.jsx Unexpected token (62:18) You may need...

Nice work @YassienW. I noticed that it uses font-awesome but I didn't found any dependency to font-awesome, it should be loaded in the parent project using it ? (https://github.com/YassienW/react-bootstrap-editable/blob/master/src/Editable.js#L40) P.S....

I tried to re deploy my app today, without code changes and the health check is having error. I'm on v4.0.0-beta.271. Curl inside the docker works as expected

I added a log when accessing the root path, that should be the default health path. This is how it looks a deployment, first is the current docker and the...

My app is based on Docker file. I tried this config ``` HEALTHCHECK --interval=10s --timeout=3s --start-period=10s \ CMD curl -f http://localhost:4000 || exit 1 ``` and I removed it after,...

I had the same issue. @andrasbacsai you can close the issue now.

previously it wasn't doing anything, you can disable the healthcheck