Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
69 views

I have a Spring Boot application that depends on a library providing Spring auto-configuration. The library defines a configuration POJO mapped to a fragment of the application's YAML config file, a ...
FreeBSDEnthousiast's user avatar
0 votes
0 answers
43 views

I have just built a new NAS running TrueNAS Core, the main use of it is for storage but as a side task I wanted it to run my Discord bot written in .NET8.0 (C#). TrueNAS Core jails use FreeBSD and I ...
Istalri Skolir's user avatar
2 votes
0 answers
330 views

I'm building a Retrieval-Augmented Generation (RAG) application using Python + FastAPI. I'm also running a Kafka consumer alongside the FastAPI app to process incoming text and generate embeddings (...
Madhur Prakash's user avatar
1 vote
1 answer
74 views

all. I'm currently working on a script that is to do two things, both are pretty much the same. The main priority is to have this script as the first thing running on startup and run a separate script ...
LILDASHIEGRINGO's user avatar
0 votes
1 answer
44 views

I am retrieving secret information from KeyVault in the ConfigureServices method of my Startup class. How to transfer the data from Startup & access it in the service class? This is what I am ...
Sandy's user avatar
  • 1
1 vote
0 answers
127 views

I have a relatively simple powershell script, basically check for existing printers, remove the ones that aren't approved, then add the ones I specified. The script is failing at the add-printer ...
x-men's user avatar
  • 11
-1 votes
1 answer
67 views

I have this app which takes ~12 seconds to start and another 10 seconds to start accepting requests. Which I would like to make faster specifically for members on my team. I would be satisfied with ~3 ...
vmachacek's user avatar
  • 583
1 vote
1 answer
72 views

Every time I start Android Studio, I have to go through the same routine: Moving the mouse to the dropdown menu for Flutter Device Selection Clicking on "Refresh" so that Flutter Device ...
Nader's user avatar
  • 89
0 votes
0 answers
87 views

I want to set the startup options in Python/IPython environment (jupyter notebook), to run some codes automatically, with every new notebook. There exists a post discussing this, but it is 9 years old,...
Mohamad Osama's user avatar
1 vote
0 answers
65 views

Environment Setup: Jupyter Notebook is installed under a virtual environment ana-env. By default, Jupyter Notebook starts in C:\Users\<username>. Steps Taken to Change Startup Directory: I ...
Ellick's user avatar
  • 11
0 votes
0 answers
24 views

I am using Visual Studio 2019, and I have a solution where a project references other projects. Each project has custom build events defined that run an external .exe file. For example, in the Post-...
IL Bianco's user avatar
1 vote
1 answer
852 views

Problem When trying to start Apache Solr 9.7.0 on Windows using either basic start command or cloud example, you might encounter these errors: With basic start (.\solr.cmd start): Failed to parse ...
404rorre's user avatar
  • 137
0 votes
1 answer
45 views

I'm trying to implement a Powershell start-up script, which calls a python file. When the shell calls my python file it never has focus. When I go into the start-up folder and run the script myself, ...
HighlandRocket's user avatar
0 votes
1 answer
40 views

When I try to invoke method of @ViewScoped Bean from @Startup @Singleton bean I always have an error NullPointerException. I use @Schedule annotation method to call @ViewScoped bean method, why it ...
Pegus's user avatar
  • 31
0 votes
1 answer
108 views

When my application starts I want to have it create the sitemap.txt dynamically. Doing so requires I have the domain of the website which differs for the dev and production slots. Is there a way to ...
David Thielen's user avatar
0 votes
1 answer
185 views

I developed a start up for my C# app using Visual Studio (means: that if the PC turned on, the app will run). But if I turn on my PC, it will not show. I tried to check the registry keys (for this we ...
the ghost's user avatar
1 vote
2 answers
1k views

Problem I got the following error when trying to start a flutter sample app, in my case the flutter gallery, on an Android device: E/AndroidRuntime(20352): FATAL EXCEPTION: SplitCompatBackgroundThread ...
Squiddy's user avatar
  • 37
0 votes
2 answers
156 views

Last night we did a vacuum full operation on partitioned tables. A few hours after the vacuum full, I found cpu rising with an unknown session called “startup” when queried by top command. We cannot ...
Gin's user avatar
  • 1
0 votes
0 answers
93 views

I've made a script for helping me to automatically open some softwares I use for defined kinds of work, which name is Profile Chooser. For example, I have a profile on Firefox and one in Brave for ...
jhiuzak's user avatar
1 vote
1 answer
1k views

FastAPI generates the "openapi.json" file and provides an interface to it. For an experiment I need to replace this with a third party file. from pathlib import Path import json app....
576i's user avatar
  • 8,442
0 votes
0 answers
135 views

I am facing start-up issues during power on for the STM32L433. When voltage comes from zero everything works fine. But, if I disconnect the power supply from the wall socket and its internal ...
IGtti's user avatar
  • 59
0 votes
0 answers
63 views

I was running graphdb desktop successfully, but when I went back to try to run it again it failed because it said port 7200 was in use. But opening http:localhost:7200 shows nothing is running I don'...
David Forslund's user avatar
-2 votes
1 answer
795 views

I've just installed VS-CE under Windows, after the install it started up, I even managed to build and run a simple GUI project. I shut the IDE down, but when I tried to start it up later there was no ...
BruceV's user avatar
  • 113
0 votes
1 answer
636 views

My question is about how can I run a piece of code only once at the first launch of the app in kotlin, jetpack-compose? I have, for instance, some list initializations which I want to perform only ...
jakeprog123's user avatar
0 votes
1 answer
438 views

a while ago my antivirus (360 total security free version) for some reason flagged the powershell as a virus or something and modified its settings. If I remember correctly it quarantined some file ...
Tornike Dokhnadze's user avatar

1
2 3 4 5
58