Michal Charemza

Results 27 issues of Michal Charemza

# What is this project? Lightweight, streaming-first, HTTP client. https://github.com/michalc/lowhaio # Why is it awesome? - Connection pooling, only re-using connections if the IP address matches a current A record...

please-vote

I think OSC 8 escape sequences for hyperlinks breaks some cell width calculations. For example: ```python from prettytable import PrettyTable output_table = PrettyTable() output_table.add_rows([ (f'No link',), (f'\u001b]8;;http://my.test/\u001b\\With link\u001b]8;;\u001b\\',) ]) print(output_table)...

## Environment details - OS: Debian in Docker + macOS - OS version: Debian Bullseye 20220527, macOS: Monterey 12.1 - node-pty version: 0.11.0-beta19 - node version: 14 ## Issue description...

A typical use for this would be to control number of threads, or even disabling threads. For example, some transfers are unlikely to be faster than the transfer to/from S3,...

s3boto

If ContentMD5 is not passed, botocore process the entire file to work out the MD5 for the upload to S3: https://github.com/boto/botocore/blob/1ae092ed95b39c3336ba48c5cbd71b7c37924d05/botocore/handlers.py#L200 It's likely better in many situations to calculate the...

s3boto

This fixes PASV connections on the Transmit client, that doesn't seem to handle the multiline response. An example transcript is below. ``` ********** Date/Time: 2018-11-01 16:37:39 +0000 1: Transmit 5.2.1...

I wonder, is it possible to have a bigger size limit? There are a couple of databases that I would love to upload, but they're bigger than the current limit...

Is there a way to pass options, found at runtime, to `parseJSON`? (Inspired by the SO question https://stackoverflow.com/q/44516946/1319998)

question

If I create a [ZIP file from Java with a member that is exactly 4294967295 bytes long](https://github.com/libarchive/libarchive/files/10328534/file.zip), then when uncompressing with libarchive, I get the error > ZIP uncompressed data...

Is there a way to use python-lzo to decompress lzo streams without loading all the input (or the output) into memory at once? Nosing around the docs and the source...