About 50 results
Open links in new tab
  1. python - How to set extra index with credentials for uv like pip ...

    Nov 4, 2025 · Similar to this question, we want to specify an extra package index to be used by uv. However, our package index url contains private information, i.e., user name and token. Up to now, …

  2. python - "extra fields not permitted" when subclassing model with ...

    Mar 2, 2023 · If you are using pydantic 2 with pydantic-settings and BaseSettings instead of BaseModel, then set the config value of extra to allow or ignore. This is the new way of ignoring the extra configs …

  3. How to set an index URL for 'uv'-like pip configurations

    May 2, 2025 · When using pip to install Python packages, we can set the configurations, so that it can refer to some private repository to install packages. The use case is, for example, for big companies …

  4. XML Parse Error - Extra content at the end of the document

    Sep 29, 2015 · I have searched and the only thing I see is to make sure that I don't have any extra whitespace or even have spaces in my element names, which I don't. index.php

  5. g++ - extra qualification error in C++ - Stack Overflow

    Apr 24, 2015 · I have a member function that is defined as follows: Value JSONDeserializer::ParseValue(TDR type, const json_string& valueString); When I compile the …

  6. Python json.loads shows ValueError: Extra data - Stack Overflow

    Jan 11, 2014 · raise ValueError(errmsg("Extra data", s, end, len(s))) ValueError: Extra data: line 2 column 1 - line 10 column 1 (char 261900 - 6964758) PS. I use the word record, but that's not the …

  7. Python typing: Does TypedDict allow additional / extra keys?

    Apr 10, 2022 · Does typing.TypedDict allow extra keys? Does a value pass the typechecker, if it has keys which are not present on the definition of the TypedDict?

  8. nodejs environment variable "NODE_EXTRA_CA_CERTS"

    I searched around, and found out that node had actually provided a environment variable ' NODE_EXTRA_CA_CERTS ' that seems to meet my purpose. yet I can not find any examples on …

  9. How do I specify "extra" / bracket dependencies in a pyproject.toml?

    Mar 7, 2022 · I'm working on a project that specifies its dependencies using Poetry and a pyproject.toml file to manage dependencies. The documentation for one of the libraries I need suggests pip …

  10. python - json.decoder.JSONDecodeError: Extra data: line 2 column 1 ...

    Jan 8, 2018 · json.decoder.JSONDecodeError: Extra data: line 2 column 1 (char 190) [duplicate] Asked 8 years, 3 months ago Modified 3 years, 2 months ago Viewed 321k times