Skip to main content

Questions tagged [config]

Config files configure the initial settings for some computer programs

0 votes
0 answers
6 views

Upgraded useSWR from v1 to v2, data not returning when there's config/param

This is working fine when no config was included const { data } = useSWR('/api/'); but once I added params, the data wont load const config = { params: { param1: 'param1' } } const { data } =...
henry's user avatar
  • 31
1 vote
1 answer
21 views

Tailwind Classes not applying on certain components in NextTS project

For my blog website, I have different colors in the breadcrumb depending on the topic. The colors also do change respectively for light/dark mode. I set up the colors in the tailwind.config.ts file ...
salia_in_red's user avatar
0 votes
0 answers
14 views

Empty page with 404 errors when deploying Vite + Vue app to gh-pages, despite config files

I am in the process of creating a to-do list in Vue.js 3 to learn it and decided to deploy it to gh-pages as it is partially usable already. I am a complete beginner in Vue, I have previously worked ...
Ajedama's user avatar
0 votes
0 answers
24 views

Pip install reports incorrect version

This is more annoying than a real issue as it doesn't seem to be causing me any problems. But I'm curious if anyone knows what's going on here? Why does pip keep recommending an upgrade when the ...
Farouk Khawaja's user avatar
0 votes
0 answers
20 views

Playwright- Execute tests in headless via CMD when project configured as headed

I have a Playwright project that it's playwright.config has headless: false configuration. I'm trying to execute a specific group of tests in headless mode via CMD: npx playwright test -g "@...
I.sh.'s user avatar
  • 1,317
0 votes
0 answers
7 views

how can i config vendure and static page at nginx and simultaneously run in browser?

either one site is run the browser vendure or sataic site hi guys i am trying to configure vendure and one static page in nginx at my local system.both vendure and static point my local IP. i want run ...
Hari Dass's user avatar
1 vote
0 answers
46 views

Is there an option in vite.config.ts to include all types in index.d.ts when building with Vite bundler?

I published a custom hook package using Vite bundler, but in the dist folder, the index.d.ts does not contain type declarations for functions, causing errors when trying to import types. The file ...
sukki Kwon's user avatar
0 votes
1 answer
41 views

OpenSearch custom config settings are not seen in the opensearch dashboard

I'm new to OpenSearch, and I'm trying to configure OpenSearch using few customizations. First thing is I want to setup a different authentication method using OpenID Connect instead of using the ...
Akila Induranga's user avatar
4 votes
1 answer
65 views

How to handle nlohmann exception.type_error in a readable way

I'm using nlohmann json to parse a config.json file. The file will be modified by other developers, who use my code. try { conf.x1 = data.at("x1"); conf.x2 = data.at("x2&...
Mo_'s user avatar
  • 186
0 votes
1 answer
71 views

missing field error during deserialization for toml file in rust

I am trying to read the config toml file into a config struct defined locally and I was given this basic error however I wasn't able to see what I have actually missed. I am using the 3rd party crate ...
stucash's user avatar
  • 1,188
-1 votes
0 answers
9 views

// https://angular.io/config/tsconfig. Unable to load schema from 'https://json.schemastore.org/tsconfig': connect ETIMEDOUT 20.42.128.105:443. (768)

I am working in a virtual system where there's no internet connection. Hence I know loading will not work but how can I solve this to remove warning? I already commented the line of loading schema but ...
Ramdev Nemathillam's user avatar
0 votes
1 answer
289 views

How connect V2ray server in python?

I'm programming a python telegram bot. I need use a proxy that changes host IP to other location. Because telegram has been filtered in my country. It's worked in my system truly when I connect to VPN,...
Amin's user avatar
  • 13
-1 votes
0 answers
35 views

Ubuntu: "Filename too long" issue in git clone

I am using ubuntu machine and cloning a repository, but its giving below issue: error: unable to create file etc/db_updates/v13.11.1/20211222-163141-sreenivasuluk-c-adi-9495-state-data-national-iready-...
Priyanka Salunke's user avatar
0 votes
0 answers
28 views

Getting Config validation error when using spaCy

I am trying to train my NER model using spaCy. I tried to generate my config file using the command python -m spacy init config spacy_split_ouput/def_base_confog_en.cfg --lang en --pipeline ner --...
Leah's user avatar
  • 1
0 votes
0 answers
31 views

Could not find a circleci can not find version that satisfies the requirement pipenv==2021.5.29

I can not figure this out I am trying to deploy a project from git to circleci but any time I try sending a new pull request and send it will have an error Could not find a version that satisfies the ...
user25755387's user avatar

15 30 50 per page
1
2 3 4 5
414