18,178 questions
2
votes
0
answers
35
views
Easier way to add multiple components?
My project structure is like this:
├─kubejs/
│ ├─assets/
│ │ ├─society_tips/
│ │ │ └─lang/
│ │ │ └─en_us.json
│ │ │
│ │ ├─society/
│ │ │ ├─lang/
│ │ │ │ └─en_us.json
│ │ │ ...
0
votes
0
answers
57
views
Mifare DESFire EV3 Switch to LRP mode fails with Authentication Error
I'm trying to permanently switch the authentication mode on a Mifare DESFire EV3 NFC tag from AES to Leakage Resilient Primitive ("LRP") mode.
Unfortunately, I'm getting an Authentication ...
0
votes
1
answer
36
views
WebLogic not picking up JAWR properties file in Spring Boot Gradle application
I have a JAWR file in a Spring Boot Gradle application. The JAWR file is located at src/main/resources/jawr.propertes. I am trying register beans to handle the JAWR servlets with a config class:
@...
0
votes
1
answer
64
views
Context-specific default constant values
I'd like to define an API endpoint URL through a TypoScript constant, so that it can be overridden by editors.
At the same time I want to provide different default constant values depending on the ...
1
vote
1
answer
71
views
Can Cronet be configured to allow HTTP requests?
I'm making a HTTP request for data that isn't sensitive and I don't need HTTPS. Can the Cronet Engine in Android be configured to allow HTTP requests?
I'm getting this error:
The request failed. m1....
0
votes
0
answers
93
views
Spring Boot: Exclude Maven dependency in production
I'm using Spring Boot with its profiles mechanic to configure the proper data source to use per environment. For CI and certain local development profiles, we use H2. For everything else, we use ...
0
votes
1
answer
72
views
What to do when a siteset is missing / depends on invalid site sets?
I have created an new siteset for my site-package extension,
but in Site Settings Ovverview I jsut see this error:
This site depends on invalid site sets
Site set 'my-vendor/my-set' is disabled: ...
0
votes
0
answers
38
views
How to configure GNU binutils for barel-metal ELF targets with additional PE/COFF support
I'm trying to configure the GNU binutils for x86_64 bare-metal ELF targets with additional PE/COFF binary format support. Need the tool-chain for operating system and EFI development for the purpose ...
0
votes
0
answers
32
views
GitLab on Ubuntu: Browser always redirects http://git.brian.dev to https://git.brian.dev
I’m configuring a self-hosted GitLab server on my laptop (Ubuntu).
My Wi-Fi IP is 192.168.x.x.
I added this line in /etc/hosts:
192.168.x.x git.brian.dev
In GitLab configuration (/etc/gitlab/gitlab....
2
votes
1
answer
62
views
How to set ASP.NET configuration keys with dots using environment variables on Linux
In .NET you sometimes need configuration keys with dots. For example in logging configuration. .NET itself creates a sample like this (Microsoft.AspNetCore):
"Logging": {
"LogLevel&...
2
votes
0
answers
70
views
How can I load a map of objects from YAML using Micronaut's ConfigurationProperties?
I'm using the Micronaut framework, and using ConfigurationProperties to load application config into an injectable bean. This has worked well so far, but I'm now stuck on loading nested objects into a ...
0
votes
0
answers
48
views
Jenkins Priority Sorter Plugin Missing Job Priorities Configuration Section
I just installed the Job Priorities plugin for my Jenkins instance, but I can't for the life of me figure out where the Job Priorities configuration section is located.
The plugin is installed, ...
0
votes
0
answers
23
views
App configuration for static nextjs export
We currently have a nextjs app with a server that doesn't do much. We basically have a bunch of static pages and the server just reads environment variable to configure the app.
We would like to ...
0
votes
0
answers
83
views
Is it fine to modify the FlutterExtension file for build configuration properties?
I've found that other devs might be doing this to address common issues (e.g., build exceptions) with their app/build.gradle by changing properties like flutter.ndkVersion, flutter.compileSdkVersion, ...
0
votes
1
answer
147
views
How to remove .NET framework version from any .config file?
We had a third-party security audit on a legacy .NET Framework application. One of the findings indicated that our configuration related to the <startup> and <supportedRuntime> element in ...
2
votes
1
answer
107
views
neovim 'vim.opt.list' not taking effect
I am using neovim on Linux.
NVIM v0.11.3
Build type: Release
LuaJIT 2.1.1741730670
In my options.lua I have vim.opt.list = false and vim.opt.listchars = { tab = '»'}
I have a keymap set to toggle ...
0
votes
0
answers
54
views
Can I create a configurations in Visual Studio that differs in command line options only?
I need to create several configurations with different command line options for my program in C/C++ (VS 2019).
I have created 2 new configurations - C1, C2 with "Create new solution ...
2
votes
1
answer
112
views
Best way to pass a config object between modules?
I am working on writing a package for others to use. Using many of the functions requires a Config object, this is an example of how it would look right now for a user to use one of the modules:
from ...
0
votes
0
answers
202
views
How do threads work under assistants in langgraph platform?
I am struggling to understand how threads and assistants work within the LangGraph Platform Framework
How I think it works
create an assistant that's associate with a graph
For each conversation, ...
-1
votes
1
answer
57
views
When the configured values in my config are changed by my program, how to update them?
I have found some article on how to create/read config values:
string appDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "myapplication");
var ...
0
votes
0
answers
44
views
Why is my Python logger placing log files in a completely different place from where I ask? [duplicate]
(Edit: skip to the end, this is all just context. I found the core of the issue later)
I'm writing a Python UI program that I aim to compile to a .exe with pyinstaller, and for that reason I wish to ...
1
vote
0
answers
29
views
PingIdentity DaVinci Salesforce Connector: getAccessTokenError in Flow
I'm encountering an error
Invalid Salesforce Connector configuration
when using the Salesforce connector in my PingOne DaVinci flow. When I check the network preview, the API call parameters show ...
0
votes
1
answer
99
views
How to inject map with list as value from properties file in Spring?
I have a configuration in my .properties file that looks like this:
my.config=key:value1,value2,value3
And from java code, I want to read it like:
@Value("${my.config}")
private Map<...
1
vote
1
answer
1k
views
How do you update an input for an MCP configuration in VSCode?
I have an MCP server configured with some inputs so that VSCode stores the credentials. I need to provide a new token for one of those inputs but I can't find a way to trigger VSCode to ask me for the ...
0
votes
0
answers
38
views
git config --global being created in subfolder of repository
I have a repository open in VSCode with the following structure
.git\
Folder1\
Folder2\
Folder3\
.gitignore
If I try to commit something for the first time, it says that I need to configure the user ...
0
votes
0
answers
31
views
How to inject configuration values into a service in .NET Core? [duplicate]
I am building a .NET Core Web API, and I want to inject values from appsettings.json into a custom service class.
Here's what I’ve tried so far:
public class MyService
{
private readonly string ...
1
vote
1
answer
179
views
In Angular, is there a way to switch environments while using runtime configuration and developing locally
This question is just about developing with Angular in my local development.
Currently, we're using build-time configuration. When developing locally on my laptop, if I need to point to any other ...
0
votes
0
answers
22
views
How to use the same configuration file in both content scripts and background module in Manifest V3? [duplicate]
I’m developing a Chrome extension using Manifest V3.
My background script is a module ("type": "module"), so it uses
import { CONFIG } from './config.js';.
My content scripts, ...
0
votes
1
answer
60
views
PCTCompile and strict compile options
Im trying to make PCTCompile fail compilation with the following settings:
requireFullNames="true"
requireFieldQualifiers="true"
requireReturnValues="true"
However, ...
1
vote
1
answer
54
views
Prevent the whole html template from being highlighted if I click on any html tag
In Angular component development, if I click on any html tag I get all the html code inside the “template” property highlighted and it is annoying especially in this dark mode also because it is of no ...
0
votes
1
answer
167
views
Values are coming as null from appsettings.json , but configuration values like connection string are working fine
I'm working on an ASP.NET Core Web API project that used to work fine with IOptions<ApplicationSettings> to bind values from appsettings.json.
But suddenly, appSettings.Value is returning null, ...
0
votes
0
answers
45
views
Is it possible to create a common user secrets file in Visual Studio for values common to all projects?
I'm working in a solution in Visual Studio that has over 100 projects. A URL of a third-party API has just been changed. Now the URL needs to be updated in the user secrets of the projects in the ...
3
votes
2
answers
7k
views
How to correctly configure CORS in Laravel 12.13 with the HandleCors middleware in bootstrap/app.php?
I am currently working with Laravel 12.13 and facing an issue with CORS. I have configured the HandleCors middleware and the CORS settings in my application, but I am still getting CORS errors when ...
0
votes
0
answers
76
views
How to set separate Debug Targets for different configurations in Visual Studio for .net projects?
I've recently updated a solution from .framework to .net 9.0. Sadly, it's caused no end of issues - not with the code or framework, but with the VS UI elements and functionality. The setup is a bit ...
2
votes
1
answer
473
views
mvc.pathmatch.matching-strategy=ant_path_matcher does not get applied by spring boot
I am in the process of migrating Springboot from 2.5 to 3.4 (it sits at 3.0 at the time of recording)
and one thing that changes is that the ant path matcher is no longer the default, therefore i ...
0
votes
0
answers
44
views
Issue with Apache setup for bugzilla on RHEL 8: Unable to setup bugzilla web page
I am installing Bugzilla on my VM, and have completed all the steps as mentioned in their documentation (bugzilla modules & directories, DB config, server config). checksetup.pl gives success in ...
0
votes
0
answers
34
views
i cannot create laravel project using terminal in vs
I am trying to learn how to use the Laravel framework. Unfortunately, I cannot run my first Laravel project in the Visual Studio terminal. I have already installed Composer and added it to the ...
1
vote
1
answer
318
views
How do I configure the Solana CLI to use a custom RPC endpoint?
I am working with the Solana command-line tools and I need to point them at my own RPC node instead of the default public endpoint. I have tried this:
solana config set --url http://localhost:8899
...
0
votes
0
answers
35
views
How to enable feature on condition in ASP.NET Core
I'd like to call one UseIISIntegration method on IWebHostBuilder only if certain configuration value is set. My project is on .NET 8 now.
I recognize that's not the most common problem.
Problem is, ...
0
votes
0
answers
47
views
Melos replaces current configuration at run time
This has been happening for a while now. Whenever I am working on any configuration of the app, after a few seconds, Melos takes over the run configuration. It doesn't matter if I'm in intelliJ or not,...
1
vote
0
answers
55
views
How do I change the default "Save Results As" folder in SQL Server?
In SQL Server Management Studio 20.2, when I run a query, right click the results, and select "Save Results As...", the default save location is my Documents folder. I would like to change ...
0
votes
0
answers
151
views
Can't access the Ghost Admin panel from other machines, Only works on original signup device
I'm running a Ghost Blog using Docker and the deployment is working in most cases as expected, I am able to access the blog frontend from any machine anywhere. But, I'm facing an issue that, I can ...
0
votes
0
answers
41
views
Using Dev instance Minio url
1. ObjectStorageFramework Extension:
using ASobjectstorage.Interface;
using ASobjectstorage.Models;
using ASobjectstorage.Services;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions....
1
vote
1
answer
127
views
Applying multiple environment profiles on run in .NET
I want to create multiple appsettings.<environment>.json files in my .NET microservice, and when I run my app I want to specify the environment profiles to use and have them apply the ...
0
votes
1
answer
116
views
What are DATEFIRST's default values for non-US English languages in SQL Server?
SQL Server has a DATEFIRST setting that determines the first day of the week for date calculations.
SELECT DATENAME(weekday, '2025-04-23') AS WeekdayName -- Wednesday
SET DATEFIRST 7 -- Sunday
...
1
vote
1
answer
51
views
Disable auto scaling for templated jobs
In Dataflow, you can run jobs without autoscaling. This is typically achieved by setting a pipeline_option called autoscaling_algorithm to NONE. Attempting the equivalent on Templated Dataflow Jobs ...
1
vote
1
answer
139
views
Hide numbers that show the number of tabs (fold-level) in Neovim
In Neovim, I've noticed numbers that indicate the number of tabs in a line (see the example image below). I find them distracting and would like to hide them. However, I'm confused because they don't ...
2
votes
0
answers
420
views
Setting up C++ debugger in Neovim
I have been trying to set up a debugger for my nvim cpp setup. Here is my current attempt at configuring nvim-dap, but it crashes once the program starts, and shows the program disassembly instead of ...
1
vote
1
answer
114
views
How to configure EF Core when mapping a flags enum to a sequence of characters
I have an enum CarFeatures
[Flags]
public enum CarFeatures
{
None = 0,
AdaptiveCruise = 1, // 'a'
ParkAssist = 2, // 'p'
RearCamera = 4 // 'r'
}
I have an entity Car
public ...
0
votes
2
answers
187
views
Can json file config be added to a specific section?
I have a configuration with a typical setup:
var host = Host.CreateDefaultBuilder(args)
.ConfigureAppConfiguration((hostContext, config) =>
{
config.AddJsonFile("appsettings....