-
With the new version implemented, RestSharp solves a couple of issues:
- Socket exhaustion
- Hanging connections
- SimpleJson serialization issues
- HTTP/2 support
Upgrade RestSharp to to v10…
-
I've just tried to set up comment parsing in a TOML config file to see if I could use it for documentation, and it seems like it'll work except for when the configured value is a boolean.
When I dr…
-
Cantaloupe appears to be slowly leaking memory in `ConcurrentLocalContextProvider` (screenshot from Eclipse MAT on a heap dump):
![ConcurrentLocalContextProvider retaining about 8GB](https://github…
-
## Description
I have been struggle for several days now trying to figure out how to code my client to authenticate to a server using certificates. The provided examples show how to encrypt the…
-
### Is this related to a new or existing framework?
_No response_
### Is this related to a new or existing API?
Authentication, PubSub
### Is this related to another service?
Cognito
…
-
This code doesn't do what you think it does:
```
func f(x, y reflect.Value) bool {
return reflect.DeepEqual(x, y)
}
```
It compares the internal details of the two `reflect.Value` structs,…
-
Would it be possible to provide instructions for setting up hxtool with mod_wsgi or gunicorn?
-
We have been hitting the above error using IATS. This appears to be something we just don't want to know about - see
http://help.getpantheon.com/pantheon/topics/fatal_error_require_once_cannot_redecl…
-
As per our last meeting, we need to support the following kinds of idioms:
(easier)
```
// s: String|Null
if (s != null) {
// s: String
}
```
and (harder)
```
if (s != null && s.length > …
abeln updated
5 years ago
-
I am trying to create a simple TCP-like sending protocol by sending, waiting for an ack, and if no ack is received in a certain amount of time, try again.
I got it mostly working except for a frequ…