I found this piece of code that reads all the lines of a specific file. How can I edit it to make it read all the files (html, text, php .etc) in the directory
I have created an app that generates automatic reports for my team and I based on data located on multiple files (> 200). On my localhost streamlit app, I co
The error below is what I get when I run the code. It works on another persons computer but not mine. I have 3.9.7 python and numpy version 1.20. How do I fix t
Initially Allow Apps to access location and my app's access precise location is off in my windows machine. I opened my app and GPS is unavailable. I enabled bot
I'm starting in ruby on rails and created a sample application. In this application I have a mail class and a test generated Mail class. I managed to get all te
I'm trying to create a dl with the dt and dd on the same line and with the following additional requirements: dt and dd are shown on the same line width of all
I have given an example of navbar dropdown below. When i click the dropdown the menu overflows to the right causing horizontal scroll to appear in the window.
I need to find what code is causing an entity to be modified. In my .Net Core Winforms XAF EF app When I go into a detail view and click close I get a message a
if my username is [email protected] and API token is 123456789 then how to create a get request for retrieving tickets related to the user I tried this way and g