Posts by E. Franklyn • 37 points
6 posts
- 
		0 votes2 answers174 viewsQ: React JS routes do not work in productionI made a small web system and deployed it in Heroku, it turns out that the routes work normally in development, but in production the routes are not rendered and I have the following error "Cannot… 
- 
		-1 votes1 answer28 viewsA: problem with HTMLI was able to solve by doing tests and analyzing so the HTML was: <div class="container"> <div class = "caixa"style="overflow-x: auto"> <div class=" conteudo"> {%for os in os%}… 
- 
		-1 votes1 answer28 viewsQ: problem with HTMLI’m having trouble rendering this HTML, I’m using Jango and this is the template that you get from Viewer, when trying to use this new format of cards I’m having problems, I want it to be a fixed… 
- 
		1 votes1 answer259 viewsA: Xamarin - Hamburger Some Menu by clicking Back WP buttonI had this problem a little while ago. I solved it in an easy way in my project. Go to your MainPage.xaml and add to the tag MasterDetailPage: NavigationPage.HasNavigationBar="False" What happens is… 
- 
		0 votes1 answer68 viewsQ: Link in Statusbar bar Delphi 10I need to put a link in the status bar of the system, clicking on it will open another function that is already ready, a StatusBar has 3 panels and only 3 should open when click. I am using the… delphiasked E. Franklyn 37
- 
		-1 votes1 answer1019 viewsQ: Windows Service with PythonI’m new with python, and I’m wanting to create a windows service using the language, I saw that there are libraries for q be done until I found some example codes and tried to adapt, when use…