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. 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 …

  3. Why are there extra untagged 'images' in Amazon ECR after doing …

    Sep 30, 2023 · I've pushed some Docker images to Amazon Elastic Container Registry (ECR), and I'm not sure why there are extra untagged images. This happens for multiple of my images but one of my …

  4. Can I get incoming extra fields from Pydantic? - Stack Overflow

    Oct 18, 2021 · I have defined a pydantic Schema with extra = Extra.allow in Pydantic Config. Is it possible to get a list or set of extra fields passed to the Schema separately. For ex: from pydantic …

  5. python - What is 'extra' in pypi dependency? - Stack Overflow

    Sep 24, 2018 · What is 'extra' in pypi dependency? Ask Question Asked 7 years, 6 months ago Modified 1 year, 5 months ago

  6. 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?

  7. pip install with extra index URL to requirements.txt

    Sep 1, 2022 · pip install with extra index URL to requirements.txt Asked 3 years, 7 months ago Modified 2 months ago Viewed 20k times

  8. Why does my Python code print the extra characters "" when …

    Dec 21, 2015 · Why does my Python code print the extra characters "" when reading from a text file? Asked 10 years, 4 months ago Modified 2 years, 9 months ago Viewed 69k times

  9. c++ - error "extra qualification ‘student::’ on member ‘student ...

    Jul 27, 2012 · The qualification student:: is required only if you define the member functions outside the class, usually in .cpp file.

  10. Resolve container name in extra_hosts option in docker-compose

    But docker-compose up fails with: ERROR: for apiwip_fpm_1 Cannot create container for service fpm: invalid IP address in add-host: "nginx" I have seen some examples of people using docker's network …