leeexyz
leeexyz
@frnkvieira Thanks for your quick reply :) After built, I still got many errors. ``` (vibora) leexyz:~/vibora $ time python test.py EEEEEEEEEEEEE....EEE: SSL handshake failed protocol: transport: Traceback (most recent...
@frnkvieira I printed some values as follows. ``` ..host: 127.0.0.1, port: 64557 host: 127.0.0.1, port: 64557 Ehost: 127.0.0.1, port: 64559 host: 127.0.0.1, port: 64559 Ehost: 127.0.0.1, port: 64561 host: 127.0.0.1,...
@frnkvieira Even installed the patch, I still encounter this issue. Here are some tries I made to reproduce the issue. First, I added two line before and after `sock.connect((host, port))`....
**String** - [ ] **search** and **match** based on regex - [ ] Add regex support for **replace** input - [x] Add function **endwith** a pattern **Arithmetic** - [ ]...
@sharkdp What do you think if we can add **du** or something like this?
Yeah, more precisely it is `filesize :: Path -> String`. ```bash $ find . | map basename | filter startswith test_ | map filesize mb test_file1 1MB test_file2 5.2MB ```...