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. Why does a pull request show extra commits after a rebase?

    Jan 31, 2020 · So I started with a pull request that was a few commits ahead of develop, let's call this branch feature. feature had 1 merge conflict with develop. So I decided to rebase it and resolve the …

  3. VSCode adds unwanted extra spaces on enter - Stack Overflow

    Feb 25, 2025 · This causes the extra spaces you observed. Personally, I think the current behavior makes sense: the editor is configured to keep the indentation level of the previous line, and the …

  4. How does one ignore extra arguments passed to a dataclass?

    5 Using the dacite python library to populate a dataclass using a dictionary of values ignores extra arguments / values present in the dictionary (along with all the other benefits the library provides).

  5. Why does my image inside a div have extra space below it?

    Why in the following code the height of the div is bigger than the height of the img ? There is a gap below the image, but it doesn't seems to be a padding/margin. What is the gap or extra space ...

  6. How do I add an extra column to a NumPy array? - Stack Overflow

    14 Add an extra column to a numpy array: Numpy's np.append method takes three parameters, the first two are 2D numpy arrays and the 3rd is an axis parameter instructing along which axis to append:

  7. 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, 3 months ago Modified 2 years, 9 months ago Viewed 69k times

  8. ERROR! This task 'import_playbook' has extra params, which is only ...

    Apr 19, 2020 · ERROR! This task 'import_playbook' has extra params, which is only allowed in the following modules Asked 5 years, 11 months ago Modified 2 years ago Viewed 21k times

  9. XML Error: Extra content at the end of the document

    XML Error: Extra content at the end of the document Asked 12 years, 10 months ago Modified 2 years, 2 months ago Viewed 204k times

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