-
Updated
Nov 24, 2020 - JavaScript
http-client
Here are 1,432 public repositories matching this topic...
-
Updated
Nov 25, 2020 - Python
-
Updated
Nov 17, 2020 - PHP
Describe the bug
Moving a folder shows a modal allowing you to select the new workspace, but it also shows the active workspace in that dropdown. This can be quite misleading and confusing, so let's hide it from the dropdown.
To Reproduce
Steps to reproduce the behavior:
- Create a new workspace (so you have two workspaces with unique names)
- Create a new folder
- Right cli
The library has many constant definitions that are declared as NAME = 'val', e.g. https://github.com/aio-libs/aiohttp/blob/master/aiohttp/client.py#L161
We need to add Final type hint to let users know that these constants should be considered as immutable (this hint doesn't prevent the actual modification and fully backward compatible).
from typing_extensions import Final # suppor
-
Updated
Nov 24, 2020 - TypeScript
-
Updated
Oct 20, 2020 - Python
建议使用ConcurrentHashMap
eg:private final Map<Class, ObjectParamMetadata> classToMetadata =
new ConcurrentHashMap, ObjectParamMetadata>();
I've read many similar closed issues, but haven't found a good documented solution on what can I do as a consumer of ky package if I need to support e.g iOS 10.0 browser (that breaks on async/await support currently).
I agree that it's not related to ky itself, but can be a nice help for the consumers of the package.
In our particular can we don't use babel (we use typescript), so I'm
node-fetch currently completely ignoring Content-Length header while consuming response.
Fetch specification about handling Content-Length on server response says almost nothing:
https://fetch.spec.whatwg.org/#concept-http-network-fetch (see whatwg/fetch#67)
On other hand, we have a fetch-node specific extension to limit the size of the response.
My prop
-
Updated
Nov 10, 2020 - Java
-
Updated
Nov 23, 2020 - C
-
Updated
Nov 24, 2020 - Kotlin
-
Updated
Nov 12, 2020 - Go
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 22, 2020 - PHP
-
Updated
Nov 16, 2020 - Java
-
Updated
Nov 25, 2020 - Java
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
-
Updated
Nov 23, 2020 - C++
-
Updated
Nov 1, 2020 - PHP
-
Updated
Nov 19, 2020 - Ruby
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Nov 24, 2020 - Python
-
Updated
Oct 28, 2020 - Java
-
Updated
Jul 13, 2020 - PHP
-
Updated
Nov 10, 2020 - TypeScript
Improve this page
Add a description, image, and links to the http-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the http-client topic, visit your repo's landing page and select "manage topics."


Describe the bug
When I pull the resize button of the code editor, it doesn't the resize the code in the editor.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the code to resize as I drag down the button.
Screenshots
If applicable, add screenshots to