Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
35 views

My project structure is like this: ├─kubejs/ │ ├─assets/ │ │ ├─society_tips/ │ │ │ └─lang/ │ │ │ └─en_us.json │ │ │ │ │ ├─society/ │ │ │ ├─lang/ │ │ │ │ └─en_us.json │ │ │ ...
yizhouuu's user avatar
0 votes
0 answers
57 views

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 ...
Michael Fehr's user avatar
  • 6,502
0 votes
1 answer
36 views

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: @...
aCarella's user avatar
  • 2,608
0 votes
1 answer
64 views

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 ...
cweiske's user avatar
  • 31.4k
1 vote
1 answer
71 views

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....
Dan's user avatar
  • 2,573
0 votes
0 answers
93 views

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 ...
romatthe's user avatar
  • 1,499
0 votes
1 answer
72 views

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: ...
mtness's user avatar
  • 1,023
0 votes
0 answers
38 views

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 ...
Johannes Krottmayer's user avatar
0 votes
0 answers
32 views

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....
user24809983's user avatar
2 votes
1 answer
62 views

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&...
Tobias's user avatar
  • 121
2 votes
0 answers
70 views

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 ...
Kris Harper's user avatar
  • 5,922
0 votes
0 answers
48 views

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, ...
Chanté Blais's user avatar
0 votes
0 answers
23 views

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 ...
Simon Bergot's user avatar
  • 10.6k
0 votes
0 answers
83 views

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, ...
DevQt's user avatar
  • 1,918
0 votes
1 answer
147 views

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 ...
Prageeth Liyanage's user avatar
2 votes
1 answer
107 views

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 ...
Ayub Malik's user avatar
  • 2,618
0 votes
0 answers
54 views

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 ...
LUN's user avatar
  • 359
2 votes
1 answer
112 views

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 ...
Liz C.'s user avatar
  • 147
0 votes
0 answers
202 views

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, ...
Lucas Moskun's user avatar
-1 votes
1 answer
57 views

I have found some article on how to create/read config values: string appDataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "myapplication"); var ...
Luuk's user avatar
  • 15.4k
0 votes
0 answers
44 views

(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 ...
HydroPage's user avatar
  • 231
1 vote
0 answers
29 views

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 ...
Pravita Jain's user avatar
0 votes
1 answer
99 views

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<...
cristid9's user avatar
  • 1,208
1 vote
1 answer
1k views

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 ...
Jeff Yates's user avatar
  • 62.6k
0 votes
0 answers
38 views

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 ...
Ninja's user avatar
  • 396
0 votes
0 answers
31 views

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 ...
user avatar
1 vote
1 answer
179 views

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 ...
JL Gradley's user avatar
  • 2,093
0 votes
0 answers
22 views

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, ...
João Ferreira's user avatar
0 votes
1 answer
60 views

Im trying to make PCTCompile fail compilation with the following settings: requireFullNames="true" requireFieldQualifiers="true" requireReturnValues="true" However, ...
W0lfw00ds's user avatar
  • 2,138
1 vote
1 answer
54 views

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 ...
Lorenzo's user avatar
  • 95
0 votes
1 answer
167 views

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, ...
Kasturi's user avatar
  • 49
0 votes
0 answers
45 views

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 ...
Simon Elms's user avatar
  • 20.3k
3 votes
2 answers
7k views

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 ...
Anna Pons's user avatar
0 votes
0 answers
76 views

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 ...
stigzler's user avatar
  • 1,035
2 votes
1 answer
473 views

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 ...
Felix Conrad's user avatar
0 votes
0 answers
44 views

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 ...
Neon Lite's user avatar
0 votes
0 answers
34 views

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 ...
muhammad Rusydan's user avatar
1 vote
1 answer
318 views

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 ...
user avatar
0 votes
0 answers
35 views

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, ...
chester89's user avatar
  • 8,665
0 votes
0 answers
47 views

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,...
William Wheeler's user avatar
1 vote
0 answers
55 views

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 ...
Stevoisiak's user avatar
  • 27.8k
0 votes
0 answers
151 views

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 ...
blue-sam's user avatar
0 votes
0 answers
41 views

1. ObjectStorageFramework Extension: using ASobjectstorage.Interface; using ASobjectstorage.Models; using ASobjectstorage.Services; using Microsoft.Extensions.Configuration; using Microsoft.Extensions....
Jayachandran's user avatar
1 vote
1 answer
127 views

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 ...
Nickknack's user avatar
  • 867
0 votes
1 answer
116 views

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 ...
Stevoisiak's user avatar
  • 27.8k
1 vote
1 answer
51 views

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 ...
user30237673's user avatar
1 vote
1 answer
139 views

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 ...
Mehdi Abbane's user avatar
2 votes
0 answers
420 views

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 ...
whatupo9's user avatar
  • 165
1 vote
1 answer
114 views

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 ...
Pavel Foltyn's user avatar
0 votes
2 answers
187 views

I have a configuration with a typical setup: var host = Host.CreateDefaultBuilder(args) .ConfigureAppConfiguration((hostContext, config) => { config.AddJsonFile("appsettings....
Jeff Mercado's user avatar

1
2 3 4 5
364