Quantcast
Channel: Active questions tagged config - Stack Overflow
Browsing all 5049 articles
Browse latest View live
↧

where is the NetBeans config file (netbeans.conf) located?

my NetBeans has ugly fonts in interface. I'm going to make antialiasing for it. In internet I saw that there is should be-J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=onin...

View Article


Configuration File Type, want to parse with python

Hey GuysDoes anybody knows wich configuration file type or shema that is?I want to parse it with pythonthanksSECTION global: Language="00-German"; KeyboardMode=none; ContactPictToMark=1;...

View Article


Maven profiles and config file

I program tests on APIs, I have a config file which contains the url of an API (it must contain several APIs) and therefore each profile will be executed on a specified url.edited : I am working on a...

View Article

Referencing a YAML config file, from Python, when a softlink is defined

I have the following code;#!/usr/bin/env python3import yamlwith open('config.yml', 'r') as config_file: config = yaml.load(config_file)The file is called __init__.py which is in the directory...

View Article

Config file for python

Iam quite new to python, Iam trying to make a script and have some config file with some setting (like DB hosts, user and password or API URL ect..). But I got stuck on one thing:I search for users in...

View Article


Error building schema with gatsby-source-filesystem config (following...

I'm learning Gatsby by following the tutorial on https://www.gatsbyjs.org/tutorial/part-five/#source-plugins, but got stuck trying to configure the gatsby-source-filesystem in gatsby-config.js.I'm just...

View Article

Bitbucket webhook trigger for only master branch for spring cloud server

I want to trigger bitbucket webhook only for master branch.how can I achieve it ?

View Article

How to read data from a .conf file in C#?

I have a file, application.conf, that contains this code:...features{ dev{ features = ["feature1","feature2", "feature4"] }}...How can I access that list of features from a C# file? I need to somehow...

View Article


Can config files in nodejs express be hacked?

I store my secrets (API key, password...) as plain text in my config files, and push it into a private repository in GitLab. It is not a best practice, I know, but I think it's quite hard to read these...

View Article


How do I grab an INI value within a shell script?

I have a parameters.ini file, such as:[parameters.ini] database_user = user database_version = 20110611142248I want to read in and use the database version specified in the parameters.ini file from...

View Article

Created Sitefinity dynamic module. Missing in content dropdown to enter data

I tried creating a dynamic module from Sitefinity Module Builder. And I can see it is created and installed but I am not able to see it under Content dropdown, from where I can navigate to create...

View Article

R Drake - configure make() to not use cache at all

I have complex data ingestion pipeline/scripts but data are really small.During development, I throw warnings on places something is fishy/wrong with data.I want to continue with the development...

View Article

Difference between maxstartups and maxsessions in sshd_config

I want to limit the total number of ssh connections. I have gone through many sshd manuals. They just say that these two fields can be used MaxStartups: the max number of concurrent unauthenticated...

View Article


What's the difference between /etc/hosts and /system/etc/hosts in Android?

I was navigating the "/" directories on my android and came across two "hosts" files, one in /etc and the other in /system/etc which had the same contents. Are there any differences between these two...

View Article

How to fix: AttributeError: module 'neat' has no attribute 'config'

I am running through the guide for an AI that plays flappy bird using the NEAT neural network API found here.When I run his code downloaded from Github, it gives me the error:"Traceback (most recent...

View Article


ESM import on webpackConfig

I'm building a webpack app and I'm interested in use ESM through the entire app, meaning that build the webpack.config file with ESM imports.I now this is possible using Babel, but this was before npm...

View Article

Is it possible to use wildcards in config files for a Snakemake pipeline?

I'm new to building Snakefiles and for my bioinformatics research, I'm trying to loop my rules over multiple samples. I looked for similar questions and answers, but I can't seem to fix this problem....

View Article


Environment variables with special characters breaks the toml file

$env{} method is used to get environment variables as values for the configuration in the toml file.con_password = "$env{CRED_PASSWORD}"if CRED_PASSWORD is "admin" then it is fine, but say...

View Article

Passing a same random number to all tests in Cypress

So I have two tests - Test1.spec.js and Test2.spec.js and I want that with every test run a random number should be generated and the same random number should be used in both the specs. I wrote a...

View Article

Cordova Icon is missing when I specify an icon

I am creating an app and I am wrapping it in Cordova. when I go into the config.xml to setup a icon, it seems to work but when I emulate the app the icon isn't the one I created. its not the default...

View Article
Browsing all 5049 articles
Browse latest View live