Alexander Overvoorde

Results 23 issues of Alexander Overvoorde

There is a `put` method that takes paths and a `putfo` method that takes a file object instead. On the other hand there is only a `get` method and no...

enhancement
help wanted
hacktoberfest

This PR fixes #5140 and #4325 by returning different connection and proxy pools based on the connection parameters for the current request. I tested it with the following code: ```python...

This PR fixes #5021 by replacing a password in the URL with asterisks. Example: ```python import requests r = requests.get("http://foo:[email protected]/status/401") r.raise_for_status() ``` Output: ``` Traceback (most recent call last): File...

FUSE 3.x is used primarily because of its support for performance enhancing features like kernel write-back caching, but version 2.x (`libfuse2`) is far more likely to be installed by default....

enhancement

It would be nice if outrun could install itself on the targeted remote machine if the right version is not installed yet. Ideally it can do this without requiring `pip`...

enhancement

The hardest part of this are the changes to the area division algorithm.

enhancement

@kondrak Could you add some details about why `VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT` is used for the color resources? See also [this comment](https://vulkan-tutorial.com/Multisampling#comment-4271437243).

See https://old.reddit.com/r/vulkan/comments/dwym7j/can_a_recreated_swapchain_have_a_different_format/

As evident from [this comment](https://vulkan-tutorial.com/Drawing_a_triangle/Drawing/Rendering_and_presentation#comment-4572677154) and [this Reddit thread](https://www.reddit.com/r/vulkan/comments/co7wla/confused_about_pipeline_stages_and_synchronization/) the exact operation of subpass dependencies in the tutorial is still kind of elusive. There should be a better explanation of...

I just built OpenEXR and started looking through the documentation for ReadingAndWritingFiles, but nowhere does it mention which headers to include. Am I supposed to grep through headers to find...

Documentation