Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [startup]

Startup usually refers to the processes or events that occur at the start of a program, at the beginning of execution of a code block, or when a device is first booted.

-3 votes
0 answers
17 views

Firestore for startups with user below than 100.000 [closed]

So i'm developing a startups with my friends, i have zero backend skill so i decided to use firebase. So my question is, does it good for a startups with user below 100.000, can it handle my apps till ...
Farhan Febryan's user avatar
-4 votes
0 answers
16 views

Application start is failing with Hibernate validator

Hibernate validator is used in one of dependencies, we have excluded it from spring boot parent as we don't need it. But in main service it still throwing issue while starting app. Application is ...
LakshmiPavitra's user avatar
0 votes
0 answers
64 views

Telegram could not start (Ubuntu 24.04 LTS) [closed]

Telegram could not start, you can see complete log below (home directory: toghrol): [2024.07.16 16:47:17] Launched version: 5002003, install beta: [FALSE], alpha: 0, debug mode: [FALSE] [2024.07.16 16:...
Toghrol's user avatar
  • 31
0 votes
0 answers
26 views

Is it possible to initiate a method in the App.xml.cs file instead of a content page?

I'm building a .NET Maui app where the user has to initially select a database. So instead of a content page appearing with no data because a database has not been selected, I'm looking to initially ...
BobG's user avatar
  • 1
1 vote
2 answers
514 views

Fix for java.lang.SecurityException: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver... in Flutter (Android)

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
  • 11
0 votes
0 answers
12 views

App not getting removed from start up items after uninstallation

App not getting removed from start up items after uninstallation const key = new WinReg({ hive: WinReg.HKCU, key: '\Software\Microsoft\Windows\CurrentVersion\Run' }); const appName = 'airtel_reflect'...
Jitendra Singh's user avatar
-1 votes
0 answers
73 views

What exactly is the best time to call reportFullyDrawn?

Background I've found some tip saying that calling Activity.reportFullyDrawn might help reducing start up time of apps, and it's mentioned in some places: https://new.reddit.com/r/androiddev/comments/...
android developer's user avatar
2 votes
2 answers
70 views

How can I set custom StartupPreferences for a particular Pharo image?

I want a particular image to be run with specific settings at start tiime as noted here StartupPreferencesLoader default executeAtomicItems: { (StartupAction name: 'Start Literate Server' ...
vfclists's user avatar
  • 19.8k
0 votes
2 answers
50 views

How to resolve unkown session "startup" after Vacuum full

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
23 views

Visual Studio Startup error: Retrieving the COM class factory for component with CLSID failed with The specified module could not be found Error

I have installed Visual studio 2019 Enterprise Edition on my machine. I have started experiencing an issue of VS getting restarting periodically.(like in every 5 mins) Then I followed the solution ...
WFDEV's user avatar
  • 1
0 votes
0 answers
21 views

Script to open chromium in kiosk mode and inject JWT in localstorage

I’m making a web application for one of my university projects and I need that web app to run on Raspberry Pi. To be more exact, I need that web app to run on startup in Kiosk mode and I found ...
Benjamin Peljto's user avatar
0 votes
1 answer
45 views

VBA script in Outlook that runs when an email is sent

I've got someone that needs a dialog box to popup whenever they hit "Send" in Outlook. I found the below VBA code that does something similar by asking the user if they BCC'd someone: Option ...
ArxAngel's user avatar
0 votes
0 answers
75 views

Script works well when directly ran but not as startup app

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
0 votes
1 answer
48 views

Python based app has file loading problem when window start up

I built a program that needs to be started at window startup and it has problem when loading a file. for example, let's say that the path of my app is : c:\dir1\dir2\app.exe This app.exe is built by ...
MooNChilD Song's user avatar
1 vote
1 answer
115 views

FastAPI - switching out OpenAPI.json after it has been generated - where to put code?

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,152

15 30 50 per page
1
2 3 4 5
193