Results 4 issues of Jun

traffic went through proxy , and failed with error checkout_failure. Does anyone know this issue? httpoison version 1.8 and hackney version 1.17.4. with default options + proxy setting + cacert...

I saw the source code https://github.com/edgurgel/httpoison/blob/65e94a9ed8e1443e99cd715c2068871feba1f50a/lib/httpoison/base.ex#L816, no_proxy only support for wildcard format (10.0.*.* or 10.0. ) but doesn't support cidr range format like 10.0.0.0/16. Is there any concern about implementing...

# Version 11.9.2 # What I was doing After install elixir plugin in goland, it report this error # Exceptions ## Exception 0 ### Stacktrace ``` java.lang.Throwable: Read access is...

Kind:Bug

one of the argument of `bd_mark_unavailable` in branch alloc and file buddy.c is useless and confused ``` int bd_mark_unavailable(void *end, void *left) ``` the `void *left` is never used and...