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

Next.js Concurrent Config

I saw online with several answers on how to enable Next.js Experimental Config for React concurrent mode in Next.js 12.However, It seems that most of them doesn't work in my case. I am using Next.js...

View Article


env Variable Not working for firebase at React js

I am tried to get the firebase config file using env.process. If I use directly the config info. its working well...Firebase.init.js// Import the functions you need from the SDKs you needimport {...

View Article


What are valid values for framework.session.storage_id?

In the Symfony configuration there is an entry framework.session.storage_id. This setting also appears in the default config on the Symfony configuration documentation but it is not explained. My...

View Article

git cannot open the .gitconfig file although it exists

I am using git inside visual studio. Unfortunately config --global information cannot be accessed or edited. It seems that git is using the string '%USERPROFILE%/.gitconfig' and failing where if it...

View Article

Using logging in multiple modules

I have a small python project that has the following structure - Project -- pkg01 -- test01.py -- pkg02 -- test02.py -- logging.confI plan to use the default logging module to print messages to stdout...

View Article


404 Not Found nginx/1.18.0 (Ubuntu) codeigniter

I have a Codeigniter-based project on an Ubuntu server using nginx, and I have configured everything properly after formatting my PC, but I can only access the login page and not any other page—nginx...

View Article

Gerrit preventing projects to inherit from All-Projects

I would like to set all new projects on my Gerrit server to inherit from project called HUT_ALOPinstead of All-Projects.The issue is that when a user creates a new project and leaves the 'Rights...

View Article

warning Invalid next.config.js when running project - nextJs

When I want to run my project i have these three warnings:1-warn - Invalid next.config.js options detected: The root value has an unexpected property, webpack5, which is not in the list of allowed...

View Article


React application env config

I have a React application with the following contents in package.json:"scripts": {"start": "react-scripts start","start:int": "env-cmd -f .env.int npm start","start:ua": "env-cmd -f .env.ua npm...

View Article


Image may be NSFW.
Clik here to view.

How to use Dependency Injection in Azure Function .NET 6?

I'm trying to upload files to an Azure Blob Storage. I want a C# Azure Function to be triggered by HTTP and then execute method UploadAsync().In order to connect to my storage account I need to create...

View Article

Git not possible to fast-forward while pull.rebase is true

Basically the same situation asError "Fatal: Not possible to fast-forward, aborting" :$ git pullfatal: Not possible to fast-forward, aborting.and its answer solved the problem:$ git pull...

View Article

Image may be NSFW.
Clik here to view.

How to have more info on hovering a method on VS Code

How can i have more information showing when i hover a method on VS Code (Like the picture)Usually you just get the information on the upper square of the box on the picture and i want to get the...

View Article

Why is Log4Net not working in every class?

I am using log4net.Ext.Json.Here is my App.config:<configuration><configSections><section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"...

View Article


TypeError: Cannot read properties of undefined (reading 'config')

This is my app.ts file:import express, { Request, Response } from "express";import dotenv from "dotenv";dotenv.config();import config from "config";import responseTime from "response-time";import...

View Article

unable to connect remote database using phpmyadmin

I'm Tryied to connect my server database on localhost using phpMyAdmin to access to a remote mySQL database.i added below lines to my “config.inc.php” file in the...

View Article


Config.GetSection with invalid class property names

Using IConfigurationRoot extension methodpublic static T GetSectionAsObject<T>(this IConfigurationRoot configuration, string key){ return configuration.GetSection(key).Get<T>();}I am...

View Article

Exclude files and folders when bundling a library with vite

I am trying to publish a library using vite (via vite.config.ts). My codebase has a storybook and an app setup. However, when I publish my library I only want to include the files under the lib folder....

View Article


How to read ini file without sections or key, just value [duplicate]

I am trying to open and read the value of .ini file without any sections or keys. It contains a single value. I tried to import configparser cfg = configparser.ConfigParser() cfg.read('version.ini')...

View Article

Write appSettings in external file

I have a config file app.exe.config and appSettings section has something like this:<configuration><appSettings configSource="app.file.config" /></configuration>app.file.config file...

View Article

What is the easiest way to use python to read pureconfig config files created...

I have a scala config file created with the library pureconfig. I would like to write a wrapper in python to read and write this configfile (to give a better access to non scala users). Is the easiest...

View Article
Browsing all 5054 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>