Quantcast
Channel: Active questions tagged config - Stack Overflow

git add Signed-off-by line using format.signoff not working

My client git version is 1.7.0.4.I want to automatically add a "Signed-off-by" line for the committer at the end of the commit log message when commit a message.When I set git config --global...

View Article


Neovim scroll option not persisting from config

I'd like to permanently set the scroll option in my Neovim config to a set value, but the option doesn't persist when I set it in my init.lua file.~/.config/nvim/init.lua:vim.o.scroll = 20The docs have...

View Article


Proper eslint configuration under NextJS 15

I just upgrade to NextJS 15.0.1, eslint 9.13.0, @next/eslint-plugin-next 15.0.1I can't figure out how to get rid of this error during a build:The Next.js plugin was not detected in your ESLint...

View Article

Path aliases without @ in a Vite project

We moved our project to Vite from CRA. While using CRA we used path aliases set in tsconfig:"baseUrl": "src","paths": {"@*": ["src/*"] },And imports went like this: import Loader from...

View Article

CodeIgniter error: Unable to connect to your database server using the...

I got this error:Unable to connect to your database server using the provided settings.Filename: C:/xampp/htdocs/soheil/system/database/DB_driver.phpLine Number: 436but when I add the below code inside...

View Article


Angular budget for build

My angular.json file gets architect.build.options.budgets configuration:[ {"type": "initial","maximumWarning": "500kb","maximumError": "1mb" }, {"type": "anyComponentStyle","maximumWarning":...

View Article

Yii2: Config params vs. const/define

When should I use what?I have the option to define constants in the index.php entry script file like it is recommended in Yii2 guide: constants. Or I could use the params in the configuration -...

View Article

AIO not found while compiling nginx

I am trying to compile nginx on ubuntu and I am using the following config parameters:./configure \ --prefix=/usr/share/nginx \ --conf-path=/etc/nginx/nginx.conf \...

View Article


Configuring Rombo for Tailwind in a Next.JS project

I'm new to Tailwind and Next.js. I want to configure Rombo for animations. The documentation for Rombo is simple:// tailwind.config.jsexport default { theme: { extend: {}, }, plugins:...

View Article


Multiple config blocks in angular module

I need to resolve some dependencies (fetching data for my services, etc.) in my app before it loads. I would like to separate these out, so that I have one config block for the main app, and then one...

View Article

Expo and Nativewind v4 issues.Styles are not being applied

I tried everything .Specifically followed documentation:tailwind.config.js:/** @type {import('tailwindcss').Config} */module.exports = { // NOTE: Update this to include the paths to all of your...

View Article

NeoVim tab size (shiftwidth, tabstop) constantly changing in Insert mode in...

I am new to NeoVim (nvim 0.8.3) and started right away with AstroNvim config (astronvim 2.10.0). Tried to configure Tab and indentation size to be 2 spaces. It works at least in JavaScript files, but...

View Article

Where is 'git config pull.rebase true' stored?

I wonder where git config pull.rebase true will store pull.rebase.I have run this exact line when I am in a specific branch:git config pull.rebase trueThen, I use git config -l to list all the entries...

View Article


Where is the global Git configuration data stored?

When using git config --global to set things up, to which file will it write?Example:git config --global core.editor "blah"I can't find it at these places:C:\Program...

View Article

Serialized xml is nested too deeply

I tried to fix this errorI followed this leading me to thisNot only it didn't fix the initial problem, but I am now unable to remote query a SQL Server (I am not even sure this is the reason, but it...

View Article


Phonegap Android permissions, config.xml and plugins

I have a Phonegap app that I'm currently developing and testing for Android. Problem is, when I publish to device, the Android Manifest is full of permission requests that I did not ask for.I have...

View Article

Jenkins config.xml not found....forgot password right after fresh installation

I newly installed Jenkins. I am so bad at remembering passwords that I forgot what I gave as password [I was in an hurry and doing this parallelly]. So I turned to the web for solutions. No config.xml...

View Article


Default config of GPIO's using device tree - Freescale i.MX6

How should default settings to gpio pins be configured device tree - specifically on Freescale imx series.So far I have only been able to configure gpios using the led interface:gpioinit { compatible =...

View Article

SSH config file exec unable to recognize spaces in Windows directory

I am using the OpenSSH client on Windows and trying to connect to a remote server using Cloudflare Tunnel's executable. I must configure the server hostname in the SSH config file to match the hostname...

View Article

Magento 2.4.4 setup:install Error : "the default website isn't defined. Set...

I have gotten only the configuration value in the Helper file but when I put first my extension and then run setup:install command it gives this error "the default website isn't defined. Set the...

View Article

Conflict: Multiple assets emit to the same filename

I'm a webpack rookie who wants to learn all about it.I came across a conflict when running my webpack telling me:ERROR in chunk html [entry] app.js Conflict: Multiple assets emit tothe same filename...

View Article


ERROR OIDC server is not available at the 'quarkus.oidc.auth-server-url' URL...

I have a really confusing problem when I use Quarkus and Keycloak in docker compose. When I set the environment variables to override the dev configuration aka quarkus.oidc.auth-server-url and the...

View Article


Image may be NSFW.
Clik here to view.

How to create a Laravel project using the terminal in Visual Studio

I cannot run my first Laravel project in the Visual Studio terminal. I have already installed Composer and added it to the environment variables, but it still doesn't detect Laravel.How do I solve this...

View Article

TailwindCSS does not work after installation

I have installed tailwindcss via npm (using postcss) and configured files as per installation guide. However, the tailwind css shows no effect and does not apply any style to the page. Codes of config...

View Article

Why Git is not allowing me to commit even after configuration?

This question seems like a duplicate but it's really not. Just a slight difference that keeps on repeating. git keeps on telling me: "please tell me who you are", even after setting it up. when I run...

View Article


NGNIX - look in multiple directories for a .php file and then excecute it

I have .php files in multiple directories (/jobs/marketing/, /jobs/content/ etc) that need to map cleanly to /jobs/name-of-file.php.For example hitting the url:/jobs/digital-marketingneeds to map...

View Article

Error: Problem validating fields in app.json. See...

I'm using ReactNative Expo for developing android/iOS app also added AdMOB. Issue is when I run expo build:ios, it's returning following error Problem validating fields in app.json. See...

View Article

Gerrit WEB UI connections are short

I would like to know if there is any option to control the web UI Gerrit sessions.The default is 30 mins and I would like to change it to ~10 hours session.If anybody is familiar with such...

View Article

Spring Cloud Config with Hashicorp Vault integration booting/starting-> from...

Iam setting up the Spring Cloud Config server Integration with Hashicorp Vault to read secrets. My Client Microservice should read the configuration from the config server at the time of start up.below...

View Article



Lumen php artisan config:cache not found

I'm trying out the PHP micro Framework Lumen (from laravel).When I set up Lumen and I try to use the php artisan config:cache command like in Laravel, I get this error :[InvalidArgumentException] There...

View Article


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