Posts by gabrielgrs • 457 points
22 posts
-
0
votes1
answer45
viewsQ: Problem with Typescript + Styled-Components
Good afternoon! I am starting to use Typescript and came across some problems in the configuration of the React project, using Typescript and Styled-Components! I am using module statement,…
-
0
votes1
answer276
viewsQ: Allow requests only for a specific Nodejs route?
I’m trying to create an API gateway, which is going really well. However, when trying to get a microservice to accept ONLY requests through the gateway, I am having trouble. I want any external…
-
0
votes1
answer344
viewsQ: Git - Merge only conflicted files
Good afternoon! Is there any way to merge between two branchs only in files with conflicts? I am in a situation where we work with Azure and when doing a Pull Request she notifies that there are…
gitasked gabrielgrs 457 -
0
votes1
answer399
viewsQ: Update object array in Mongodb with Node?
Good evening, everyone. I’m developing a simple chatbot for testing purposes, but I ran into a problem. I have a user, when starting a conversation, a bot is generated, and this bot has an array of…
-
0
votes1
answer565
viewsQ: Nodejs, express, browser does not find files
Good afternoon guys, I made an API with Node and I consumed it with React, in development environment, works OK because I start one independent of the other, but in production I’m trying to deliver…
-
0
votes1
answer392
viewsQ: Redial after sending form with React-router-dom?
Good afternoon guys, all right? The situation is this, I am using the React-router-dom in an application in Reactjs and need that after clicking save in a form, the same goes to the listing screen,…
reactasked gabrielgrs 457 -
1
votes1
answer487
viewsQ: Form with Node/EJS does not work!
Good morning guys, I’m making a form, using Node and the EJS view engine, however I’m having trouble getting data from the forms in the controller. The return of req.body is always Undefined. app.js…
-
0
votes0
answers303
viewsQ: Problem to save image to Node and React
I am trying to upload images to my server using Node and React, however, when trying to upload, it generates this message: Not allowed to load local Resource:…
-
0
votes1
answer441
viewsQ: Problem when mapping api with Axios and React,
Good afternoon guys, all right? I am trying to make an application with React, however, when trying to map a random API, to try to render the data, it fails to return what I am trying to pull. Would…
-
0
votes1
answer24
viewsQ: Manipulation of Unity3d scripts and properties?
Good afternoon, everyone! Next, I’m facing a problem. I am developing a game, where there is a script called Playermodel, that when starting the Battle, it comes with data that were pre-defined in…
unity3dasked gabrielgrs 457 -
1
votes1
answer108
viewsQ: Addcomponent() with parameters in Unity3d?
Good morning, everyone! In short, I am trying to use "new" to build an Object in Unity, but it says that it is not recommended to use new to instantiate an object and suggests the use of…
-
0
votes1
answer900
viewsQ: Update Angular Component 4?
Good morning! In short, I have a Navbar component and it has an if that if you are logged in appears some items and if you are not, others appear. It works, the problem is that to validate the…
-
2
votes0
answers48
viewsQ: Design Patterns Unity3d?
Good morning, I started working with Unity3D, everything was going well, until I saw my codes become GIANTS, so I decided to separate everything well in a design pattern ""I created three layers to…
unity3dasked gabrielgrs 457 -
0
votes0
answers48
viewsQ: UI framework that doesn’t conflict with Angular 2+?
I’m using Angular 4, I like it a lot, but I saw that the Angular documentation suggests using CSS by components, correct? I found it a little uncomfortable practice and I’m preferring to use it by…
angularasked gabrielgrs 457 -
0
votes1
answer64
viewsQ: Relationships with the Entity Framework?
Next, I’m modeling the domain class of a system and I’m having a hard time understanding certain things from Entity Framework, so I hope you can help me, aiming that I’m following the idea of Code…
-
11
votes3
answers39830
viewsQ: Configure . gitignore to not upload certain files
I am developing a project. Net and would like to add some files to not go up on Github through the .gitignore. I started researching about and saw some solutions, of which I did not understand. So…
gitasked gabrielgrs 457 -
4
votes1
answer204
viewsQ: Linux image in Docker?
I’m trying to understand the concept of Docker but it’s still a little confusing for me. Docker would be an image generator/emulator that can be managed in the cloud? If so, I believe I have…
dockerasked gabrielgrs 457 -
2
votes1
answer120
viewsA: Changing a Controller name without losing information
To change the name of a class and its references, I suggest that change the file name for Visual Studio in Solution Explorer, so he will ask if you wish too change all references of that class,…
asp.net-mvcanswered gabrielgrs 457 -
2
votes1
answer43
viewsA: Problems with Power
Git must be added to the Windows Path. To work, the Git path must be in "C: Program Files (x86) Git", if different, you need to change the last step to the path you are on. 1 - Right-click on "My…
boweranswered gabrielgrs 457 -
1
votes1
answer62
viewsQ: Install . Net Core SDK and Runtime from the Windows terminal?
I need to install both Runtime and the SDK. Net Core on the college machine, however, only place where I can put a proxy for general access is in Terminal, so I wonder if you have how to install…
-
4
votes1
answer672
viewsQ: .Net Core, Dapper and Visual Studio Code?
I’m trying to integrate Dapper into the. Net Core, but I’m not getting and all the tutorials I found, were made in Visual Studio, using Nugget. Then someone could explain me how to import Dapper…
-
1
votes0
answers53
viewsQ: Connect Java to Access (.accdb)
I’m trying to connect a desktop application that uses Java to a server. First I tried to use Acess, but I had problem with drivers, I tried to use Ucanaccess and more problems, anyway, I gave up, I…