Posts by felipesmendes • 21 points
3 posts
-
1
votes1
answer69
viewsQ: GIT FLOW How do I keep files in the master branch and develop and the release do not merge by deleting?
I have 3 format files. yml that I need them to always be on the master branch because it is they who run the automatic system post, but these files cannot be on the develop branch. So I went and…
-
1
votes0
answers101
viewsQ: Socket.io connects but does not send Emit to the server and vice versa. Nginx and SSL
I am using Nginx with SSL and this setting for a service to communicate with Node, when I access the address the socket.io normally connects with the server but does not receive Emit or send.…
-
0
votes2
answers56
viewsQ: How to remove a position from an Arraybuffer in javascript?
I have this Arraybuffer below and I need to remove from this array the position that has the value 21 I’ve tried using the splice(24,1) and also the delete array[24] and none worked? Does anyone…
javascriptasked felipesmendes 21