-
```
many of the hashes in passlib rely on stdlib's base64.b64decode() to perform
validation of base64 sequences. but b64decode() is way more tolerant than I'd
like for a password hash parser - it ch…
-
When I try to send my public key on T-Mobile USA using a Nexus One (with Cyanogen), I get the following error message back from the carrier:
"Unable to send message to 1917xxxxxx. Please try again wi…
n8fr8 updated
14 years ago
-
The decoding of the JSON web token, which is created when logging in with the Apple SignIn process, sometimes fails due to a SignatureInvalidException.
I found out that Apple delivers several publi…
-
One API endpoint I have receives a base64-encoded PNG. Can I return the data via mangum with content-type `image/png` without having to first base64-decode it?
-
### Feature request or bug
Bug
### If a bug, what did you expect to happen?
Get the body of an email using
`$body = $message->message->text;`
### If a bug, what happened?
$message->message->tex…
-
There are so many server-side adapters now that the PBS uids cookie has grown so large that it's starting to affect what other cookie values the host company domain can receive. e.g. my uids cookie is…
bretg updated
12 months ago
-
You encounter big buffer size according to date values. Buffer has dynamic values as you said. Did you try to enter base64 encoded password which is greater than buffer size ? Maybe buffer will fill w…
-
Hi there. For now, we are using `xxhash` to hash the transformations to fingerprint and we will save a copy of the processed dataset to disk if there is a new hash value. However, there are some trans…
-
**Describe the bug**
Opening some emails fails with `unknown encoding: unknown-8bit (check the log for details)`. The emails causing this problem seem to all have been sent from Microsoft Outlook. It…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new…