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

Questions tagged [config]

Config files configure the initial settings for some computer programs

0 votes
0 answers
7 views

Question: How to Create a Custom WireGuard Client App Using Java in Android Studio?

I am trying to create a custom WireGuard client app using Java in Android Studio. I'm using the com.wireguard.android:tunnel library available on Maven Central. Here are the steps I've followed so far:...
Light Tech's user avatar
0 votes
0 answers
28 views

Vite is trying to read svelte.config.js even thought Svelte settings are inside vite.config.js

Vite (or one of its plugins) is trying to read a svelte.config.js file that I've never used, even though my Svelte configuration is inside vite.config.js. ❯ bun dev $ vite --host Error reading svelte....
Chumpocomon's user avatar
0 votes
0 answers
14 views

log4j2 mysteriously logging to stdout with a `-` prefix (dash or minus). Possible causes?

I'm trying to debug an erroneous log4j2 config. The test I'm running is that a simple controller logs to both stdout and the logger when I hit it with a curl request. I've been checking and testing ...
Stewart's user avatar
  • 18.1k
-3 votes
0 answers
20 views

How to Export Network Configurations from Android 8.1 to Android 11? [closed]

I have an old mobile device running Android 8.1, and I need to transfer its network settings (Wi-Fi configurations) to my new device running Android 11 for an internal Android project. How can I ...
Infinity Bot's user avatar
0 votes
1 answer
48 views

C# ASP.NET Core : support both appsettings.json and app.config

I have a shared the library that needs some input from the config file, let's say a database helper class with IConfiguration injected in the constructor. I have an ASP.NET Core app that uses ...
Helic's user avatar
  • 919
0 votes
0 answers
10 views

Neovim: How to merge overloads of a function in autocompletion?

Could someone please teach me how to modify my plugin config related to autocompletion? I'm using LazyVim with no modification to its LSP/nvim-cmp config. By default, I find the config displaying ...
Micro_Seven's user avatar
0 votes
0 answers
7 views

Upgraded useSWR from v1 to v2, data not returning when there's config/param

This is working fine when no config was included const { data } = useSWR('/api/'); but once I added params, the data wont load const config = { params: { param1: 'param1' } } const { data } =...
henry's user avatar
  • 31
1 vote
1 answer
28 views

Tailwind Classes not applying on certain components in NextTS project

For my blog website, I have different colors in the breadcrumb depending on the topic. The colors also do change respectively for light/dark mode. I set up the colors in the tailwind.config.ts file ...
salia_in_red's user avatar
0 votes
0 answers
19 views

Empty page with 404 errors when deploying Vite + Vue app to gh-pages, despite config files

I am in the process of creating a to-do list in Vue.js 3 to learn it and decided to deploy it to gh-pages as it is partially usable already. I am a complete beginner in Vue, I have previously worked ...
Ajedama's user avatar
0 votes
0 answers
45 views

Pip install reports incorrect version

This is more annoying than a real issue as it doesn't seem to be causing me any problems. But I'm curious if anyone knows what's going on here? Why does pip keep recommending an upgrade when the ...
Farouk Khawaja's user avatar
-1 votes
0 answers
29 views

Playwright- Execute tests in headless via CMD when project configured as headed

I have a Playwright project that it's playwright.config has headless: false configuration. I'm trying to execute a specific group of tests in headless mode via CMD: npx playwright test -g "@...
I.sh.'s user avatar
  • 1,325
0 votes
0 answers
8 views

how can i config vendure and static page at nginx and simultaneously run in browser?

either one site is run the browser vendure or sataic site hi guys i am trying to configure vendure and one static page in nginx at my local system.both vendure and static point my local IP. i want run ...
Hari Dass's user avatar
1 vote
0 answers
61 views

Is there an option in vite.config.ts to include all types in index.d.ts when building with Vite bundler?

I published a custom hook package using Vite bundler, but in the dist folder, the index.d.ts does not contain type declarations for functions, causing errors when trying to import types. The file ...
sukki Kwon's user avatar
0 votes
1 answer
46 views

OpenSearch custom config settings are not seen in the opensearch dashboard

I'm new to OpenSearch, and I'm trying to configure OpenSearch using few customizations. First thing is I want to setup a different authentication method using OpenID Connect instead of using the ...
Akila Induranga's user avatar
4 votes
1 answer
69 views

How to handle nlohmann exception.type_error in a readable way

I'm using nlohmann json to parse a config.json file. The file will be modified by other developers, who use my code. try { conf.x1 = data.at("x1"); conf.x2 = data.at("x2&...
Mo_'s user avatar
  • 285

15 30 50 per page
1
2 3 4 5
414