-
Updated
Jun 15, 2020 - JavaScript
chunk
Here are 149 public repositories matching this topic...
-
Updated
Jun 8, 2020 - C
-
Updated
Jun 11, 2020 - Python
-
Updated
Sep 17, 2018 - JavaScript
-
Updated
Jun 17, 2020 - PHP
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Mar 10, 2020 - JavaScript
-
Updated
Oct 10, 2019 - JavaScript
-
Updated
Mar 21, 2018 - JavaScript
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Jun 10, 2020 - TypeScript
-
Updated
Jul 30, 2017 - JavaScript
-
Updated
Mar 14, 2020 - TypeScript
The amount of text to translate in this app is actually tiny. Dutch translation has recently been contributed. All translations to your native language will be warmly welcomed. While translation itself should be an easy task, this is also about git, GitHub, and pull request.
This book v
-
Updated
Sep 9, 2017 - Python
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Jul 3, 2018 - Python
-
Updated
Apr 20, 2020 - C#
-
Updated
Jun 16, 2020 - Java
With current readme, users might think we always truncate words.
The purpose of this lib is the exact opposite.
The word truncating is an edge case where there would be no space at all in the limit of the chunk size.
Let's make that clearer in the readme!
-
Updated
Oct 11, 2018 - JavaScript
-
Updated
Jan 2, 2019 - C++
-
Updated
Nov 9, 2019 - JavaScript
-
Updated
May 22, 2019 - JavaScript
Improve this page
Add a description, image, and links to the chunk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chunk topic, visit your repo's landing page and select "manage topics."
requests.get(self.url, stream=True, headers=self.headers)
May cause eternal wait for some case, add timeout for it may be better.
something like:
requests.get(self.url, stream=True, headers=self.headers, timeout=timeout)