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

NLog not printing object from properties?

I have the following class : [DataContract]public class CallInformation{ [DataMember] public string Address { get; set; } [DataMember] public Boolean IsEmpty { get; set; } [DataMember] public Boolean...

View Article


Image may be NSFW.
Clik here to view.

How to bind key for the tmux session list

My tmux session list have grown to more then 10 sessions.I found that it would be much easier to choose session just by alphabet key (a,b,c...)How to bind key to just type a or another letter to choose...

View Article


How to delete ONLY the selected section from a file with config parser in...

I have a config file what looks like: config.cfg[sectioname1]some:thing,some2:thing2,some3:thing3[sectioname2]some:thing,some2:thing2,some3:thing3I tried to delete the first section with this def:def...

View Article

Do I have to introduce "dummy" environment variables in Symfony 5?

I am building a new application using Symfony 5 & AWS Elastic Beanstalk and would like to clarify the usage of environment variables. Do I have to explicitly introduce "dummy" environment variables...

View Article

Install nextcloud with wget and nginx

good evening together.I would like to install nextcloud on my raspberry pi. However, I can't get the configuration right for home use. I would like nextcloud to be available in my home network. The...

View Article


Prevent running a script OR disable button - tkinter

I am sure this question has been asked, and I came across some solutions but they are not working for me.I am trying to disable a button in my tkinter gui if there is an error in input given by...

View Article

Image may be NSFW.
Clik here to view.

Is there a way to add multiple options in a config file in laravel?

my rights are in json format in the database and i need to check weather the config file has those rights but i can't give multiple values to a key. Is there a way to assign multiple values to a key in...

View Article

Custom Azure Webapp Tomcat configuration files

I have to change the server.xml changing the URIEnconding from UTF-8 to ISO-8859-15.<Connector port="${port.http}" protocol="HTTP/1.1" address="127.0.0.1" connectionTimeout="20000"...

View Article


google.protobuf.text_format.ParseError: 2:1 : '%%writefile {model_pipline}':...

the below is the error I faced,the training code I used is:!python3 /content/model_main.py \--pipeline_config_path=/content/ssd_mobilenet_v2_coco.config \--model_dir=training/error: Traceback (most...

View Article


how to configure static log file name with compositely named roll backups

I used this config but a date is always added to the current file ('log.20130805.0.log').<appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender"><file...

View Article

NLog IValueFormatter do not output any data?

I have the following IValueFormatter : public class NLogValueFormatter : IValueFormatter{ public bool FormatValue(object value, string format, CaptureType captureType, IFormatProvider formatProvider,...

View Article

Subdomain Enumeration using OWASPs Amass

Does anyone know where the config file for Amass is located if installed using snap or how to edit the config file if installed using snap? I know I can add my api keys to it, but don't know where the...

View Article

How to pass strings inside a list in configparser : parser.get() function in...

I have a list of strings in my config file[fileconfig.cfg] :fromtolist = ["from_currency=AUD&to_currency=USD","from_currency=CAD&to_currency=USD","from_currency=EUR&to_currency=USD"]This is...

View Article


Webserver not allowing any redirects from index file [closed]

I'm redesigning an old website which has stopped working, i decided to start from scratch, i made the website on a WAMP local server and i tried uploading it to the server, everything works except the...

View Article

CKEditor 4 for Angular. CKEDITOR singleton and external configuration

I wish to integrate CKEDITOR 4 in my angular application but I have some difficulties to understand how to make some configurations which are better explained when used with other frameworks (i.e....

View Article


Difficulty using readlink in bash with mix of variables and string to return...

I have a config script where users can specify paths as variables in the header section. I want them to be able to use absolute paths, relative paths and variables (because this is actually called from...

View Article

how to revert back to default behavior of env_prompt parameter in .condarc?

If you create a python environment in conda with --prefix flag and activate it, post-activation the environment is shown by its entire path. This could be a very long path and hence the...

View Article


where to find the .config directory of git on mac os?

I have this problem which is I need to restore the default permission on my git because when I'm executing the flutter doctor I get an error fee@Mac-mini ~ % flutter doctor -vwarning: unable to access...

View Article

Is there a rule on the number of hyphens in a command?

When setting options when entering a command, '-help''--help' Is there a rule to set options in this way?

View Article

Apache2 Auth dbd - md5 hashed password in database, but apache compares it...

I have problem with authenticating in Apache2 via pgsql. Connection to database is successful and if I put hash into password field, it gets authenticated, but how do I make apache 2.4 compare database...

View Article
Browsing all 5049 articles
Browse latest View live