Posts by Yves Cavalcanti • 52 points
4 posts
-
-2
votes1
answer42
viewsA: Get difference in hours with specific interval
You have to check if the two dates are in this range. Do you know Moment.js? If you don’t want to implement. You can limit the maximum input values by changing the input type to time. Check the…
-
0
votes1
answer475
viewsA: Docker Postgres:9.4 , how to create schema in the bank once the container starts?
I believe it is a ';' missing at the end of the SQL line, just after '...AUTHORIZATION Intelbras'. The Bank is waiting for the end of the statement. and does not perform, tested here and worked.…
docker-composeanswered Yves Cavalcanti 52 -
1
votes1
answer81
viewsA: Strange behavior in Javascript
This has to do with the IEEE regulation for binary representation for floating point number. A good way out is also to work with integers, multiplying your coin by 100 before operating and then…
javascriptanswered Yves Cavalcanti 52 -
3
votes0
answers216
viewsQ: apache/nifi Docker and postgresql Driver
I pulled apache/nifi on the Docker hub. I start the container, but I can’t configure the connection with postgres, It triggers an exception that cannot load the Database Driver. I copied the file .…