Questions tagged [project]
In software development, a project is a collection of files and resources used in the development of an application or service. Use [ms-project] for Microsoft Project questions.
project
5,089 questions
-4
votes
0
answers
39
views
Open Source Contribution [closed]
I’ve often heard from seniors that open source contribution will matter a lot on resumes in the coming years, even more than personal projects.
Now that I’ve learned a decent amount of JavaScript and ...
Best practices
2
votes
10
replies
197
views
AI makes me stop upgrading my skills, ended up making a vibe coder rather than a actual coder
Well I am a beginner programmer and I was working in programming form my high school around 2019, but now I have some doubts I directly ask from AI and earlier I used to google it but I can't find ...
Advice
0
votes
4
replies
49
views
Suggestions for portfolio projects but not the obvious one
I just completed my SwiftUI and Swift tutorials and some more courses, in short I am whole ready to make a app for iOS but the issue is its for my portfolio but when I am asking AI or even googling ...
Tooling
0
votes
1
replies
17
views
How to create new template projects in Android Studio?
I see that the current options for creating an Android Project show some templates like Navigation, Empty, etc. I have to seet many things like hilt, retrofit, etc.
I want to see what is the way to ...
Tooling
3
votes
6
replies
146
views
I need a free tool like Jira
I want to know a free and self-hosted tool for my project management. I am looking for an open project and want to know which one is the best.
Please suggest the best one - what are the advantages, ...
Advice
2
votes
3
replies
216
views
Algorithms, real projects, and problem-solving issues
Everyone told me to study all the algorithms. Yes, they said it's necessary. Yes, I will study them all, but I have some questions.
When working on a project, how do people remember all these ...
0
votes
1
answer
66
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
5
replies
242
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
164
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
60
views
VS 2019 SqlBuildTask failed unexpectedly 04018 Error after renaming projects and folders
Sometimes, when I do code cleaning, I happen to rename my solutions and projects.
Usually I also rename folders on disk to keep it in line.
I know that I need to edit the sln file to put in the ...
0
votes
1
answer
97
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
94
views
how to create flutter android project with build.gradle files after v. 3.32.7, enstead of *.gradle.kts files?
When created a new flutter android-studio project, it can happens that it failed, when selecting options generate .java files, or generates always .gradle.kts files, enstead of .gradle files.
Same ....
0
votes
1
answer
182
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 ...
0
votes
1
answer
142
views
github projects - attach file to issue: file type not allowed
We'd like to attach various file types to our issues on github projects: pdf, database files, our own custom binary files... It doesn't work out of the box, "File type not allowed: .fdw". Is ...
3
votes
0
answers
113
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 ...
1
vote
1
answer
134
views
Excel - Finding Years (1, 2, or 3) by Nesting a DATEDIF() Statement inside an IF() statement
My Objective: In Excel, I need to find out what year (year 1, year 2, year 3, or ENDED) the project has been and will be through fiscal year (FY)2025 (using dates 10/01/24-09/01/25 for FY25).
Version ...
-4
votes
2
answers
82
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
1
answer
48
views
Centralize maven project version to ease branching strategy
I have a maven based multi-module project. Also we manage multiple parallel releases for different clients for which we obviously need long lived branches. To all these branches, we give assign unique ...
0
votes
0
answers
58
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
77
views
React native project freezes my laptop. How to fix?
I'm using react native to build mobile app on my Lenovo laptop 8Gb RAM, 256Gb SSD.
I'm connected to the emulator device externally but I froze my entire system (ubuntu 24.04) by just compiling a ...
0
votes
1
answer
64
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 ...
0
votes
0
answers
55
views
Getting information from the RESOURCE USAGE view
I have this code in VB .NET and VSTO that accesses a MS Project file and exports the information from the RESOURCE USAGE view to Excel, but when taking the information about the work distributed over ...
1
vote
1
answer
62
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
2
answers
319
views
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository
After I used all the commands
...
0
votes
0
answers
92
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
1
answer
118
views
change User entity(I think root entity) In a Jmix project
When I creating a Jmix project it is automatically creating data model with USER entity. when we customizing our Jmix project can we remove or change the user entity to what ever we want for example ...
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 ...
1
vote
1
answer
196
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
1
answer
69
views
getting an error: object of type 'float' has no len()
I am a naive in python and started learning python few months ago
I am working on twitter data in my local, it has 4 columns. ID, brand, sentiment, comment
...
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
1
answer
166
views
How to Create a Generic Semantic Data Model in Tabular Editor for Power BI Reports with Separate Datasets?
I’m working on a Proof of Concept (POC) to create a generic semantic data model using Tabular Editor that connects to multiple datasets for Power BI reports. The goal is to have one centralized ...
0
votes
0
answers
168
views
How to Add html page dynamically in my Spring Boot project and save them also
I am a Computer Science student working on a project of my WEB Development Course in my university , my project is about the University's Club Management System , my project supervisor has asked me to ...
0
votes
1
answer
73
views
Added mp3 files to my Android project raw folder but it broke all my Drawable folder resources
Need help to fix my project.
I added some mp3 files to my raw folder. The folder already holds many .json files.
The mp3 file names were wrongly structured, they had capitals letters. After adding ...
1
vote
0
answers
106
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 ...
1
vote
0
answers
146
views
How can I calculate the development time for my GitHub project and estimate time for new tasks?
I'm looking for a way to calculate the total time spent developing my project on GitHub. Additionally, I would like to estimate the time required for future tasks based on my current workflow.
Is ...
2
votes
2
answers
301
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 ...
-5
votes
1
answer
48
views
How can i convert python project into exe file with directory [duplicate]
I made python project for my university. It is kinda big, has stockfish in its content
How can i make an exe game?
I tried auto-to-py exe and it didt work (maybe because of this PyTask_chess/PyTask/...
0
votes
2
answers
296
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 ...
2
votes
1
answer
1k
views
Why am I getting a "duplicate source root" error in IntelliJ when the folder is not marked as a source root?
I'm getting the following error in IntelliJ:
Source root '/path/to/project/src/main/resources' is duplicated in module 'myModule'.
However, when I check the "...
0
votes
1
answer
91
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 (...
0
votes
1
answer
106
views
AttributeError: type object 'Pinecone' has no attribute 'from_existing_index'
I'm developing a medical chatbot that uses Pinecone for vector storage and SentenceTransformer for generating embeddings. The issue in your code arises from attempting to use a deprecated method ...
-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 ...
4
votes
2
answers
2k
views
A problem occurred configuring project ':gallery_saver'
What went wrong:
A problem occurred configuring project ':gallery_saver'.
Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
Namespace not specified. ...
0
votes
0
answers
136
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 ...
0
votes
1
answer
522
views
Visual Studio Schema Compare for a DB project is very slow, 45 to 60+ minutes to complete
I am using Visual Studio version 2022 to develop and maintain an application database.
The database has over 1900 tables,1600 stored procedures, 1600 views, 200 triggers, 120 functions...
It takes ...
2
votes
1
answer
89
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
1
answer
102
views
Chrome does not open a new tab when starting a project in Visual Studio (2019 and 2022)
I have a project here, and in its debug settings, it is configured to open a new tab when the project starts. project config
When I set any browser other than Chrome, it opens a new tab normally, but ...
0
votes
0
answers
57
views
Assign time record to project in Everhour
In Everhour, I need to assign a time record to an existing Project.
With the Everhour API (https://everhour.docs.apiary.io/) I am able to retrieve:
-information about the time record, as time record ...
0
votes
1
answer
356
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 ...
0
votes
1
answer
67
views
Nifty50 data science project in python Error occuring KeyError: 'Date'
I am working on Nifty50 dataset as my Data science project but this error occurs when I'm trying to implement datetime. Please help me?
This is my code to change Date which is an object into datetime:
...