Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
26 views

I'm working with Visual Studio 2022, version 17.14.20. I have different solution configurations: "Debug", "Debug Install" and "Debug Localisation". As you can see from ...
Dominique's user avatar
  • 17.6k
0 votes
0 answers
52 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
57 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
0 votes
0 answers
86 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
0 answers
33 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
2 votes
1 answer
60 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
0 votes
0 answers
42 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
82 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,920
2 votes
1 answer
101 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
2 votes
1 answer
107 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
-1 votes
1 answer
53 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
1 vote
0 answers
26 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
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
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
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
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
0 answers
44 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
0 votes
0 answers
74 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
0 votes
0 answers
39 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
1 vote
1 answer
307 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
43 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
0 votes
0 answers
146 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
1 vote
1 answer
124 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
1 vote
1 answer
50 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
2 votes
0 answers
403 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
2 3 4 5
364