-
Hello,
thanks for library. But if i use it in simple new "Web API" project, then fail on start with 'Stack overflow' exception.
```c#
using System.Text.Json.Serialization;
var builder = WebA…
-
Media::encode() casts objects in the view data to arrays.
This prevents **jsonSerialize()** from being called on objects that implement **JsonSerializable**.
I'm not sure if this is intended behavior…
-
when I use the gradio==4.11.0 and run the following command:
python -m llava.serve.gradio_web_server --controller http://localhost:10000 --share
comes with following error:
NameError: name 'Chang…
-
Examples:
> Return type of Consilience\Starling\Payments\AbstractResponse::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange]…
-
According to our schema a port's default value should be [`string|undefined`](https://github.com/breadboard-ai/breadboard/blob/main/packages/breadboard/src/types.ts#L133)
However in the fetch compo…
-
```php
class Html implements HtmlStringable, \Serializable, \JsonSerializable {}
```
should be fixed to thave the last 2 interfaces into use statements
-
```
What steps will reproduce the problem?
1. Create an object "Person" that implements JsonSerializable and contains
another JsonSerializable object "Child", but this one is null.
2. Call GWT.create…
-
```
What steps will reproduce the problem?
1. Create an object "Person" that implements JsonSerializable and contains
another JsonSerializable object "Child", but this one is null.
2. Call GWT.create…
-
Given this code
```dart
import 'package:dart_json_mapper/json_mapper.dart';
import 'package:dart_json_mapper/annotations.dart';
import 'main.reflectable.dart';
@jsonSerializable
class Trid…
-
```
What steps will reproduce the problem?
1. Create an object "Person" that implements JsonSerializable and contains
another JsonSerializable object "Child", but this one is null.
2. Call GWT.create…