configuration Questions

4

I have a MAMP setup which hosts a number of local servers. It seems capable of running them just fine but it seems almost daily the app itself is marked as not responding by the OS (macOS 10.15.2) ...
Longe asked 24/1, 2020 at 12:8

4

Solved

I'm storing some IConfiguration as json in my sqlserver db so I can then bind them to some already constructed classes in order to provide dynamic settings. At some point I might change the binded ...
Glowworm asked 3/7, 2020 at 10:29

2

My question is the same as the one posed here: Ignore a folder in search results I'm using PyCharm rather than IntelliJ-IDEA, but I'm guessing that features common to all JetBrains IDEs should work...
Iiette asked 23/8, 2022 at 0:9

2

I use AWS CloudWatch log agent to push my application log to AWS Cloudwatch. In the cloudwatchLogs config file inside my EC2 instance, I have this entry: [/scripts/application] datetime_format = ...

7

Solved

I realise this question as been asked before (What's the best practice using a settings file in Python?) but seeing as this was asked 7 years ago, I feel it is valid to discuss again seeing as ...
Fathom asked 4/4, 2018 at 5:56

4

Solved

I'm trying to convert appsettings.json to C# class I use Microsoft.Extensions.Configuration to read the configuration from appsettings.json I write the following code using reflection but I'm looki...
Ulrikaumeko asked 18/1, 2021 at 22:2

4

Solved

My very basic spring application stopped working and I can't understand what's happened. pom.xml: <properties> <spring.version>4.1.1.RELEASE</spring.version> </properties>...
Shunt asked 9/2, 2015 at 7:31

5

Solved

is it possible to control which files are copied to the bundle depending on the active configuration? I don't want to add another target for this, so this not an option. The real life example is a...
Seethe asked 22/3, 2011 at 9:37

16

Greetings fellow developers, I am trying to use composer for a PHP project of mine on a development server I recently booted up and for some reason I am unable to. I successfully installed composer...
Herbalist asked 12/7, 2017 at 6:2

1

I would like to start using devcontainers (Visual Studio Code - Remote Containers) on some internal projects. These projects all need access to internal package repositories (npm, maven, nuget, doc...
Diesel asked 27/10, 2021 at 12:8

9

Solved

I just downloaded and installed the new Android SDK. When I start the emulator, on the emulator screen it says "Hardward Buttons not enabled in AVD". There are Home, Menu, etc are all disabled. How...

7

Solved

Background: Assume I use the following powershell script from my local machine to automatically map some network drives. $net = $(New-Object -ComObject WScript.Network); $net.MapNetworkDrive("p:",...
Platonic asked 7/10, 2009 at 10:23

11

Solved

Win 10 64-bit 21H1; TF2.5, CUDA 11 installed in environment (Python 3.9.5 Xeus) I am not the only one seeing this error; see also (unanswered) here and here. The issue is obscure and the proposed r...
Woodchuck asked 1/8, 2021 at 21:37

3

Solved

The following screen appears when run [alternatives --config mta]. There are 2 programs which provide 'mta'. Selection Command ----------------------------------------------- + 1 /usr/sbin/sendm...
Helminth asked 10/10, 2013 at 3:12

5

Solved

I'm trying to find the sqlite database file that rails creates. Sorry if this is a dumb question but which folder is this file stored in? I've looked in all of the folders in my Rails project a...
Haustorium asked 26/5, 2009 at 23:51

6

Solved

I'm developing a tool that will perform several types of analysis, and each analysis can have different levels of thoroughness. This app will have a fair amount of options to be given before it sta...
Calefactory asked 23/2, 2010 at 23:41

5

Solved

my current line number colors I like to have a very visible line number coloring and I couldn't find a way to configure it in v0.8.2 of Neovim. I'm using tokionight-night as my color theme and wou...
Handcart asked 29/1, 2023 at 19:56

14

Solved

Failed at Connecting Node.js Server to MySQL-Database         I had MariaDB" installed on a "Node.js Server", but decided that I wanted to use a SQL Database instead. I uninstalled...
Mollescent asked 6/7, 2017 at 10:23

5

Solved

I'm using Django, Python 3.7. and PyCharm 2018.3.5. I have this test file ... ./web/tests/view_tests.py It looks like the below # Basic test to verify we can get valid return data def test_calc...
Groping asked 10/4, 2019 at 22:15

15

I'm setting up a new Vue.JS application using the Vue UI interface. When I start the application using vue serve src/App.vue the application starts but it only displays in the page the default Home...
Lacunar asked 1/4, 2019 at 16:7

2

For example, I'd like to set a new or remove a virtual host in the nginx.conf configuration file without editing it directly but using a command-line tool, like: nginx-cli add-server [options] ngi...
Nocti asked 30/10, 2011 at 23:14

4

Our Ops guys want the Spring boot configuration (i.e. all properties) to be dumped to the log file when the app starts. I assume this can be done by injecting the properties with annotation @Config...
Shaeffer asked 19/11, 2015 at 18:5

4

I try to play following playbook against localhost to provision Vagrant machine --- - hosts: all become: yes roles: - base - jenkins I have cloned necessary roles from github and they reside...
Depressor asked 5/10, 2016 at 12:12

9

I have 2 different GitHub accounts: A personal account for my own needs, and a company GitHub account that I manage. I use V.S. Code for both company & personal projects, and I was hoping to fi...
Halpern asked 28/6, 2020 at 16:48

4

Solved

I'm assuming this is possible in the applicationhost.config file but I did not see a parent paths setting. How do you allow parent paths for a specific site running under IIS Express?
Orobanchaceous asked 22/1, 2011 at 18:37

© 2022 - 2024 — McMap. All rights reserved.