-
We emit a variety of actions when network requests or notebook events fail, generally these actions have a type `ACTION_NAME_FAILED` and contain some kind of error payload.
However, the payload dif…
-
As only two of many errors are exported, they will be removed with #261 to be concise.
This issue should track the discussion about how errors should be exported again and therefore handled in callin…
-
my script is very simple
```
var webpush = require('web-push-encryption');
webpush.setGCMAPIKey('AIzaSyBuJ2cYQTm1_........');
var subscription = {
endpoint: "https://android.googleapis.com/gcm/sen…
-
### Describe the bug.
Hello, there awesome work on asyncapi spec!
So I copy and paste this example:
https://www.asyncapi.com/docs/tutorials/getting-started/hello-world
```yaml
asyncapi: 3.0.0…
-
The manifest name and progress url are obvious callbacks to the Plex web application.
Need to get the payloads in these APIs identified. Perhaps using a proxy that will intercept local host traffic…
-
In Go JSON marshalling is case insensitive, e.g. it successfully unmarshals the following JSONs
```json
{ "testField" : "test" }
{ "testfield" : "test" }
{ "TESTFIELD" : "test" }
```
into a str…
-
The [Hyperswitch SDK](https://docs.hyperswitch.io/hyperswitch-cloud/integration-guide) is a versatile tool built to streamline payment integration for developers. It simplifies the process of adding m…
-
I'm experiencing intermittent failures with LWP::UserAgent: outgoing requests fail with a read timeout error after reaching the assigned timeout.
The error message is always the same:
`read timeou…
-
### Current behavior
I've tried many different formats/variations to post an API request which includes a multipart form-data request and a csv file to the body of an API request. The from data ver…
-
**Use case**
Today https://docs.timeplus.com/proton-ingest-api expects a special format as the POST payload
```json
{
"columns": ["id","name"],
"data": [
[1,"hello"],
[2,"worl…