Posts by Israell Llopes • 41 points
6 posts
-
-1
votes1
answer48
viewsQ: Postgres SQL query with table relations
I have a users table with the following fields: id username email password created_at updated_at A table followings with fields : id user_id contact_id created_at updated_at And a table with the…
postgresqlasked Israell Llopes 41 -
0
votes3
answers1609
viewsQ: White screen with React-Native
I am initiating a project with React-Native , but after giving the following commands: react-native init projectName react-native run-android I come across not with the React-Turn on boot screen in…
react-nativeasked Israell Llopes 41 -
1
votes1
answer2114
viewsQ: Upload image with React Native
I have this code with React Enable that should send an image to my back, but give me an error . The code is as follows import React, { useState, useEffect } from "react"; import { SafeAreaView,…
react-nativeasked Israell Llopes 41 -
2
votes3
answers78
viewsQ: Align div with css
<div className="containerConversa2"> <div className="conversa"> <div className="preenchidaAutomaticamente">teste </div> </div> </div> I have this html structure…
-
0
votes0
answers103
viewsQ: Return callback variable to main function with Node js
I have a primary function that makes calls from other functions within itself, functions that are called have return with callback as shown in the code below async function processarFrase(frase) {…
node.jsasked Israell Llopes 41 -
0
votes0
answers56
viewsQ: Alternatives to File System functions with Node js
While performing a function to open a very large file ,the same returned me this error Error: Cannot create a string longer than 0x3fffffe7 characters at stringSlice (buffer.js:602:44) at…