Posts by Flavio Lucas Fernandes • 5 points
3 posts
- 
		0 votes1 answer1875 viewsQ: React Navigation Error: Undefined is not an Object (Evaluating '_this.props.navigation')I’m facing the following mistake: Router.js import {createAppContainer, createStackNavigator} from 'react-navigation' import Main from './telas/Main' import Voluntario from './telas/Voluntario'… 
- 
		0 votes0 answers140 viewsQ: Problem running facial recognition test with Python - OpencvWhen executing the following test code: import cv2 import os import numpy as np from PIL import Image detector_face =… 
- 
		0 votes1 answer48 viewsQ: Difficulty running a Select in PostgresqlI am having a difficulty in making a select in postgresql, in the select in question, I would like to display the name of distinct cities related to two distinct tables, below follows the DER and…