Questions tagged [development-environment]
A development environment is an integrated set of programming tools, usually centered around a text editor.
development-environment
2,537
questions
-2
votes
0
answers
30
views
Can I create development environments in docker? [closed]
I have found that having a development environment on my PC fills it up with programs, compilers, languages, engines, dependencies, and so on. It makes my computer a bit messy and I have a lot of them ...
0
votes
0
answers
27
views
Poetry installs `--without` group
I'm using poetry to handle my project dependencies.
Here is an example of my pyproject.toml:
[tool.poetry]
name = "my-package"
version = "0.1.0"
description = "My project"...
-3
votes
0
answers
25
views
laos locale on Android [closed]
I need to verify that the Lao Locale is 'lo' on Android.
Additionally, if possible, I ask that users in the Lao region check their Android device's language settings to see what the screen below looks ...
-1
votes
0
answers
30
views
Setting up common development environment [closed]
I'm working in a small startup that is starting to grow fast.
Our problems
We (the engineering team) write in python, using poetry as the package manager to the different packages we manage in our ...
0
votes
1
answer
16
views
WebStorm - npm install for docker node STUCK
I am using WebStorm for my next.js project and I'd like to use a fully containerized environment even for development, but when I want to execute npm install the installation is stuck for a long time, ...
0
votes
0
answers
21
views
Error in UI with status CORS error "disallowedbyPreflight Response header" in UI application
**CORS error in SPring boot 3.x mvc Apigateway and Augular 16 UI
UI calls Api gateway and both are different domains. Preflight Request is successful with status 200. However subsequent request I am ...
0
votes
1
answer
39
views
OAuth2 in development (Sandbox)
I'm currently developing OAuth2 integration for a website of an organization which internally uses Google Workspace (for Non-Profits). Login to the website should only be possible with Google accounts ...
0
votes
0
answers
19
views
Title: How to Resolve "File Not Generated" Error in SQLynx Export Function?
I encountered an issue while exporting data using SQLynx: no matter whether I choose to export to Excel, CSV, or SQL files, I consistently receive an error stating:
File Not Generated.
I have ...
0
votes
1
answer
51
views
Flutter Web App on Firebase: different Environments for test and production
We develop an application in Flutter Web.
The application is deployed on Firebase. We use the mechanisms available there for user management and the Firestore to store configuration parameters (e.g. ...
0
votes
0
answers
34
views
Unable to download PDF file in the real device in flutter
I want to download the pdf on the click of a button in the real device which is connected to the flutter project using the usb cable but unable to do so. I have used Dio package of flutter and have ...
0
votes
0
answers
38
views
How to know the right SDK environment for every imported project
I'm downloading a lot of Java Spring and JavaFX files from Github to continue my learning trajectory. But only seldom can I create the right environment to view other people's work.
I've got about 7 ...
-1
votes
1
answer
67
views
I got an error in REACT NATIVE CLI App Installing
[email protected] android
react-native run-android
info Installing the app...
Configure project :react-native-reanimated
Android gradle plugin: 8.2.1
Gradle: 8.6
Task :app:...
0
votes
0
answers
30
views
Flutter how to display existing images and newly picked images in one GridView.builder?
I am creating a screen for updating place details, where admin can view and delete existing images for that place or upload new images
[*update] Place Model:
import 'attraction.dart';
import '...
0
votes
0
answers
11
views
Hi! I am a rookie developer on training... I have a problem with the set up environment, installing dependencies and running basic commands
thanks for your time.
I will try to formulate my question since I don't even know what I don't know haha...
I am a newbie, starting the developer journey on my own... I am doing Codecademy full stack ...
0
votes
0
answers
51
views
Permission to send critical sound on alerts
I am creating an application in flutter environment and I want to add a functionality where my device would emit a sound even if it is silent or in 'Do Not Disturb' mode. In this case, I would need ...
2
votes
0
answers
104
views
Flutter generative AI sample API_KEY problem in Project IDX environment
I'm trying to practice Flutter generative AI sample in Project IDX environment. It needs Gemini API key. Readme says,
"
When running the app, include your API key using the --dart-define flag:
$ ...
0
votes
1
answer
80
views
How does `nix` package manager integrate into the classical linux filesystem and `$PATH`?
Context
Our team is currently struggling with development environments.
We develop C++/Python applications, for which we need all sorts of tools: gcc, clang, cmake, conan different python modules (...
0
votes
0
answers
218
views
Shiprocket API - test environment, test shipment
For my client I am integrating Shiprocket services with his system.
I rely on the documentation (ApiDocs) and the Postman collection (Postman Collection).
The main problem for me is the lack of a test ...
0
votes
1
answer
193
views
Where I can download JDK 7u411?
Where I can download Java™ SE Development Kit 7, Update 411 (JDK 7u411)?
There is just release notes in official site. An older version, for example 401, will also work. A search on torrents turned ...
0
votes
1
answer
60
views
How to fix URLEncoder related issues?
I am having issues with my URL encoder, it is working locally and on stage, but not working on live.
I am using filters to get brand names, but some of those brand names have spaces. When I send a ...
0
votes
0
answers
11
views
npm : Unable to Recognize "npm" as a Cmdlet, Function, Script File, or Executable Program in VSCode
I am trying to run the 'npm run serve' command in Visual Studio Code's integrated terminal on my Windows machine. However, I am encountering an issue where I am receiving an error that states:
npm : ...
0
votes
0
answers
21
views
Regarding isolation between conda environments
I have a conda environment M in which I had installed scikit-learn. I had done this installation by going to the local scikit repository at path "D" (where D is data/retry_runs/...
1
vote
0
answers
28
views
Troubleshooting MSYS64 Installation Issues
enter image description here
I’m encountering issues while trying to install MSYS64 on my computer. Can anyone provide a solution for this?
I tried to reinstall many times, and it still has those ...
0
votes
1
answer
71
views
How to remove duplicate entries for Python env interpreter in VS Code
I'm using Windows 10 and I'm not sure why I have such a long list of the same Python env when I select the interpreter for my Jupyter notebook. Does anyone know how to fix this?
Currently have no ...
1
vote
1
answer
112
views
Excessive disk I/O when using VSCode remote SSH for Next.js development
I'm encountering an issue where Node.js processes are consuming excessive disk I/O when I'm using Visual Studio Code (VSCode) with Remote SSH to develop Next.js applications on a cloud server. This ...
0
votes
1
answer
543
views
Run Angular from inside docker container
I want to have a Docker container with image of the Angular application to be served from inside. So user could pull the image, run the application and start developing conveniently.
My current ...
0
votes
0
answers
22
views
App engine development environment log output for a service configured for basic scaling is not working
So, I have recently changed a Google App Engine service from automatic scaling to basic scaling. Works fine in production. With my development environment (Eclipse), the log output from the instance ...
0
votes
0
answers
15
views
Force resources and services cache for offline development
i am a web developer and recently i frequently found myself developing with reduced connectivity.
Everything works fine except the integration part with external services.
I was wondering if anyone ...
-1
votes
1
answer
122
views
Which latest version of Unity Engine supported xbox 360 platform?
I'd like to try working on a project that involves the Xbox 360 platform, and I need to know which is the latest version of Unity Engine that officially supports development for Xbox 360.
I was ...
1
vote
0
answers
135
views
Error in react query Typescript while deploying on vercel
I am using react-query, I have used useInfinteQuery.
I'm getting error in getNextPageParams.
I have created queriesandmutaion.tsx file and write the code in it:
return useInfiniteQuery({
...
3
votes
3
answers
1k
views
How to concat strings in application.yaml?
I want to add two lines in a yaml file, or rather, I want the instance-id field to contain the result of adding the values of the port and name fields
I tried using +, tried through various tags that ...
0
votes
0
answers
40
views
How to view screens that were executed before debugging in Eclipse
Previously, when I used Visual Basic 6, after setting breakpoints and running up to that point, I could see the screens that had been executed so far by pressing a shortcut key. However, Eclipse ...
3
votes
0
answers
171
views
Package is not added after instantiating in Julia
I received a project environment from a colleague which contains the Manifest.toml, Project.toml and script.jl files. I tried to install the dependency for this project, which is just the ArgParse ...
0
votes
0
answers
178
views
Cannot deploy R-shiny app due to "fribidi was not found"
Local app runs fine, but I keep encountering this error when attempting to publish it.
I have already installed fribidi & harfbuzz using brew install fribidi & brew install harfbuzz on my Mac, ...
0
votes
0
answers
52
views
how to implement predictive text functionality inside the text field or text view In Android java so the next word will populate as placeword
I need to implement the functionality same as G-mail text field , where if. the user is typing, "hi how are" then the "you" is auto populating inside the text field as placeholder ,...
0
votes
0
answers
15
views
How to Properly Share Tynker-Developed Websites with Friends Outside the Platform?
There is an option to share a website I developed on tynker with friends?
I am unable to share the site I developed in Tynker, I am able to copy through the embed
the link and open it on my computer, ...
0
votes
0
answers
17
views
Error with reading dataframe while submitting batch job through Juliahub
I am trying to submit a batch job through JuliaHub. I am trying to read the dataset using the full path to the file :
df = CSV.read("/home/jrun/data/code/ECMO_UMMC/UFH_PEDS_PK.csv",DataFrame)...
-1
votes
1
answer
63
views
jupyterlab not detecting installed module: textract and doc2text
I did this in a jupyter lab cell:
!pip install textract
and i managed to installed it successfully.
I also installed textract and doc2text in command line too in my conda environment.
But when I ...
0
votes
0
answers
37
views
Working with git submodule and versioned packages at the same time in Python
Is there a way to work with private versioned packaged for deployment/dev purposes and at the same time have the flexibility to use git submodules for dev when needed?
Context
We have some common ...
0
votes
0
answers
69
views
Flutter App issue (./gradlew signinReport)
./gradlew signinReport
FAILURE: Build failed with an exception.
* Where:
Script 'C:\flutter\packages\flutter_tools\gradle\src\main\groovy\flutter.groovy' line: 1121
* What went wrong:
A problem ...
0
votes
0
answers
52
views
How to initiate different flavours for Flutter web?
Having Two Different Flavours (QA,PROD)
How to dynamically configure file to related flavours like index.html, firebase-messaging-sw.js,
0
votes
0
answers
66
views
Dropdowns Not Working on Website After Code Upload to InfinityFree Hosting
Hello Stack Overflow community,
I am encountering an issue with my website hosted on InfinityFree. I have successfully uploaded my code via cPanel, and the webpage functions properly on my local ...
0
votes
1
answer
524
views
How to automatically increase version in csproj file after pipeline build
wanted to ask for your advice on versioning packages or software apps. Lets say i have a build pipeline in Azure DevOps which increases the version of my package by 1 according to semantic versioning ...
0
votes
1
answer
45
views
Compiling LibOpenShot -> cannot find zmq.hpp [Win/msys64]
I'm trying to compile LibOpenShot for Windows, using this guide: https://github.com/OpenShot/libopenshot/wiki/Windows-Build-Instructions
All goes well untill I enter the cmake command for building ...
0
votes
0
answers
18
views
How to setup a development system for a web application?
Currently I am working with a Perl based web application which is quite big (~ 100.000 LOCs; created by one single developer) and is permanently in use with quite a lot of requests per day (several ...
0
votes
0
answers
28
views
Google/Facebook OAuth for dev/production
when using OAuth from Google, you have to create project in Developer console and then create Oauth credentials. You will get client secret, client ID... Should I create 2 projects? One with ...
0
votes
0
answers
19
views
Is it possible to check the code in STS(Spring Tool Suite) code using code45?Or do we need eclipse software for this?
I am trying to use portify to check the code in STS(Spring Tool Suite). However, I am not sure if this is possible. Do I need eclipse software for this?
I am expecting to be able to use code45 to ...
0
votes
1
answer
212
views
ABL Progress OpenEdge: Updating records in csv file with delimiter
I'm working on the very first steps to be able te refresh a database environment.
First I export a table from environment 1 to a csv file called Test1.
OUTPUT TO VALUE("X:\Test\Test1.csv").
...
0
votes
1
answer
99
views
MERN Project ENV variables Error : Undefined
In my MERN project I am not able to use ENV variables correctly, first of all while importing my MOGODB_URI is giving me this error :
The `uri` parameter to `openUri()` must be a string,
got "...
0
votes
1
answer
55
views
Why can't my terminal use the command "django-admin"(my system is windows and I have added path to the environment)
My terminal and cmd cannot identify the command "django-admin" in any folders. However, when I use the terminal inside pyCharm, it functions normally.
Can someone help me with the problem ...