Karol Zlot

Results 48 issues of Karol Zlot

crc32 is faster than other included hashes and often it is good enough.

adler32 is faster than other included hashes and often it is good enough. crc32 is similar but not that fast.

Lowered PIT to 12%, removal of "ulga dla klasy średniej", etc. Changes will come into effect on 1st July. It would be great to be able to still have access...

I'm not able to debug this issue further, I can only share it. Some files (.zip archives) are corrupted when using: ``` ssh.get(ssh_file["name"], "/tmp/") ``` What's important is the same...

Latest Windows binary is from 2017 (version 0.9.1): https://www.joachim-breitner.de/archive/arbtt/ I want to ask about status of this. Is Windows still supported? Why newer binaries are not available?

**What happened**: I'm trying to make a function which accepts dask.dataframe. Type hints doesn't work as expected however. If I switch back to pandas, then type hints works ok. **What...

needs attention
feature

## Affected feature When you use for example `pulumi new` console really flickers. Please improve it so it doesn't flicker. Seems like when I use `pulumi up`, then `yes, no,...

kind/bug
area/cli
impact/usability
os/windows

```python def downloadAllAttachments(self, downloadFolder=".", overwrite=True): """Download all of the attachments in this message to the local folder ``downloadFolder``. If ``overwrite`` is ``True``, existing local files will be overwritten by attachments...