-
I've been running into weird behavior and a json message sent to the gmc bcp parser that causes it to hurl, but I've figured out how to avoid the issue for now.
TLDR is I had a '?' in a settings item…
-
### Current Behavior
The Content-Type header value has this required format, according to RFC 7231:
- media-type [; parameters]
- media-type = type "/" subtype
Valid Examples:
`Content-Type: …
-
### Bug description
Running 24hr bagfiles with timememory profiling on ends up with broken records because the recorded timememory output jsons get truncated and become unloadable.
Manually fixi…
-
### What happened?
I am trying to construct a Kubernetes provider thats suitable for deploying Helm charts onto an EKS cluster. However, I am getting a `cluster not found` error because the kubeconfi…
-
### Which API Provider are you using?
Anthropic
### Which Model are you using?
Claude 3.5 Sonnet
### What happened?
For a large, monorepo or project like tauri (rust + web codes), it is…
-
### Description
In my Swift app, errors returned from Firebase Blocking Functions are not properly handled, resulting in the following generic error message:
```
Error Domain=FIRAuthErrorDomain C…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues).
### Prere…
-
### Version
2.43.3
### Flavor
CLI (Command-Line Interface)
### Platform
Ubuntu/MacOS
### Export format
JSON
### Steps to reproduce
Create threads with illegal filename characters (i.e. ? " / …
-
With latest version of jms/serializer 3.3.0 the code
```
use BillbeeDe\BillbeeAPI\Client;
use BillbeeDe\BillbeeAPI\Model\Order;
$user = 'Your Billbee username';
$apiPassword = 'Your Billbee A…
-
## Description
In a stream connector, we use the "self.helper.listen_stream()" function to listen to a stream. The problem is that the data is truncated when a non-ascii character passes through it…