Posts by Paulo Vinícius • 126 points
10 posts
-
0
votes0
answers20
viewsQ: Download S3 object in Node with typescript
I am developing an XML signing API with digital certificates in P12/pfx format. These certificates are stored in a S3 Bucket. The API is being built using Node and Typescript. My problem is the…
-
0
votes3
answers9590
viewsA: How to use Jquery with Vue.js?
This answer is for those who dropped here by Google or search in the same OS. It is not indicated to use Jquery with Vue, because both manipulate the DOM (in Vue we have the virtual DOM and this is…
-
2
votes1
answer225
viewsA: select is not displaying API call data in Vue
With the help of a colleague, we discovered a solution. The initialization of the select component was in the Mounted() cycle of Vue. Switch to the updated cycle(). I think I need to study Vue’s…
vue.jsanswered Paulo Vinícius 126 -
1
votes1
answer225
viewsQ: select is not displaying API call data in Vue
I have a select that should display a list of objects returned by an API call, however Vue is not rendering the list. Objects are being stored in the variable, but are not being displayed. Below the…
vue.jsasked Paulo Vinícius 126 -
3
votes1
answer350
viewsA: How to access a local virtualhost from another device?
I know and tested the tool ngrok. With it you expose your door to access an internet address. I’ve never used it professionally, just for home testing, but I believe you can test your development…
-
1
votes2
answers544
viewsA: Update from Jenkins
Another way, beyond this of the answer I accepted is to follow the path as if to install again, described in https://pkg.jenkins.io/debian-stable/ (specific to debian/Ubuntu). First add this key to…
-
1
votes1
answer124
viewsA: Rabbitmq running on an external server
I managed to solve the problem and resolved to answer my own question to those who eventually fall here through a "googlada". The problem was not with the rabbitMQ settings, but with the Celery in…
-
1
votes1
answer124
viewsQ: Rabbitmq running on an external server
I have a Django web application that uses Celery for asynchronous tasks and Rabbitmq for Broker management. When both are running on the same machine, tasks are performed smoothly, but the…
-
0
votes2
answers544
viewsQ: Update from Jenkins
I have Jenkins installed on a server with Debian 8. I would like to know the correct procedure for updating the version. In the current documentation, it does not specify the update procedure. In…
-
1
votes0
answers1168
viewsQ: Problem with Spring Tools Suite
I am starting my studies with Spring and downloaded the Spring Tool Suite version 3.9.4. to develop java web applications. I had previously installed JDK version 8. I am using Ubuntu 18.04. Given…