All Questions
5,089 questions
0
votes
1
answer
23
views
unable to make changes on DB or admin after crud operation./formset
I am building a mid-level project called School-Admin Panel with Django. I have completed most of the segments sucessfully, but I am having an issue with the performance forest.
The formset loads and ...
Advice
1
vote
4
replies
143
views
I'm a beginner in data science feeling lost with Python - how should I practice?
I'm very new to data science and have just started learning Python. I come from a non-programming background, and I'm finding it quite challenging to understand how to properly practice and improve.
I'...
0
votes
0
answers
158
views
Used "Save as" to make a Copy of cpp. Visual Studio 2022 wil only compile the original cpp
I used the "save as" function to create a copy of my .cpp file, to make changes to that file with a reliable fallback if my experiments didn't work out. Now, however, VS 2022 will only ...
0
votes
1
answer
65
views
Flutter AAR release: Duplicate GeneratedPluginRegistrant error when integrating into Flutter project
I built a Flutter module as an .aar (using flutter build aar) and I’m trying to use that .aar inside a Flutter project.
My module only contains a Flutter plugin (all my code is in that plugin).
When I ...
0
votes
1
answer
129
views
VS Code not recognizing .vue files — “Code language not supported or defined” despite Volar installed
I'm working on a Vue 3 project using Visual Studio Code on Windows 11.
Even though I have installed the Vue - Official extension (from Vue) and tried reinstalling it, VS Code keeps showing this error ...
2
votes
0
answers
105
views
Baffling Build behaviours in Visual Studio 2022 for .net projects
Making the move over to .net from .framework and wishing I hadn't. I have a complex setup needing multiple projects being built to separate directories depending on selected configuration (details ...
-4
votes
2
answers
81
views
Menu issues, how do I make it start Off? [closed]
A friend has given me some code which toggle on and off a menu, and he didn't consider the fact it needs to start off (start invisible).
I am using Unity (C#).
Here is the code, any input would be ...
0
votes
0
answers
52
views
C# plugin fails on transitive dependencies when passing logger of main app to the plugin. How to avoid?
I have a .NET 9.0.2 application that should be using plugins as described in the documentation on https://learn.microsoft.com/en-us/dotnet/core/tutorials/creating-app-with-plugin-support.
This works ...
0
votes
1
answer
54
views
Import Microsoft Project in Sharepoint
I am attempting to create a custom list from several Project files that are stored in SharePoint.
Currently, I am copying the data from each project file into an excel spreadsheet in a workbook. I am ...
1
vote
1
answer
52
views
Importing Task Usage view data to Excel
I'm developing a code that allows me to access the TASK USAGE view of any Ms Project file, and to be able to import that information to an Excel file.
I'm using VB .NET and VSTO, accessing through the ...
0
votes
0
answers
87
views
How can i stop this blinking problem for my project in C programme
I made a maze game for my project. Every time ,I am changing my player's position , i need to print the whole maze with the changed player position , for avoiding the terminal messages, i'm clearing ...
0
votes
0
answers
16
views
Second project Migrate button is greyed out
I am trying to migrate an unowned project into an organization. I have all the necessary access in the target org as I just successfully migrated another. I have verified that I have the various ...
0
votes
1
answer
172
views
I have installed C in my PC but I can not open a new project
I just have downloaded Visual studio 2022 community edition on my 64bit PC, which operates with Windows 10 home. When I try to open a new project, I do not have C as an option, in fact there is no ...
0
votes
0
answers
32
views
Python projects with pick-and-choose submodules
I am building a database management project. I want it to be able to work with MariaDB and SQLServer, but I don't want the MariaDB users to have to install SQLServer drivers and libraries, or vice-...
0
votes
0
answers
40
views
error: Environment variable not found: DATABASE_URL (EDIT:::: A silly mistake)
So i was initializing the backend for my project using ,
Hono, Prisma , postgres and cloudfare workers as serverless backend.
I am getting this error,
Ps : this is my index ts file
import { Hono } ...
0
votes
0
answers
49
views
Hiding Subfolders in Qt Creator Project Tree View for CMake Project
Is it possible to make Qt Creator to show only project files without their subfolders in the Projects tree view? I'm curious about CMake projects.
Given the following project structure on a disk:
...
1
vote
0
answers
104
views
How to properly use c++ header files across projects
Say I have two projects, one that is sort of like an 'application engine' and one that is the actual application. The engine takes care of things like window management, and I should be able to switch ...
2
votes
2
answers
248
views
Bulk Java Project Module Import in Intellij IDEA
I have 71 plain Java projects in a folder. In Eclipse, I can use the 'import existing projects into workspace' feature to load all Java projects into my Eclipse instance at once.
Is there a similar ...
0
votes
2
answers
257
views
Real world project structure with .C and .H
So when we make a C program we just need one .C file right? We can include additional C files and H files to our main .C file but I'm not sure what the difference between them is.
Why would one ...
0
votes
1
answer
81
views
How do I best layout a kivy project so it can be built for multiple platforms?
I'm trying to figure out a project layout for a kivy app that will allow it to be built as:
a python module (so it can be distributed via pypi and thus 'pipx install')
an android app
a windows app (...
-1
votes
1
answer
2k
views
release 23 is not found in system
i'm coding spring boot and my vscode got this problem
The project was not built due to "release 23 is not found in the system". Fix the problem, then try refreshing this project and building ...
0
votes
0
answers
120
views
Is there an option to disable the display of date labels on the timeline cards in the timeline view?
I have a dataset with start and end dates for different stages of a project, along with an overall start and end date calculated as the minimum and maximum values from these stages. When I create a ...
2
votes
1
answer
88
views
R/plotly: how to project an arbitrary line to (x,y), (x,z) or (y,z) plane?
In many online resources we know how to project the contours of a surface. For example, in section "Surface Plot With Contours" from https://plotly.com/r/3d-surface-plots/. The method is ...
0
votes
0
answers
34
views
I am not able to understand what TCSAFLUSH does? I've read/watched every documentation and tutorial [duplicate]
I am not able to understand what TCSAFLUSH does. I've read everything online about this, and still it is not clear to me. Can someone please explain this by not giving me the docs link and explain it ...
0
votes
1
answer
352
views
java.io.UncheckedIOException gradle version error
When I used to create a project in react native, the 8.6 grade version would come, I would get an error again, it would be fixed when I made 8.4, now it loads as 8.8 and I get this error
What went ...