-
Open API 3.0 supports nullable types by setting the `nullable: true` field on schemas that contain a `type`.
Open API 3.1 drops support for the `nullable` field, instead going all in on adding `type:…
-
-
### Mage version
v0.9.73
### Describe the bug
if an API trigger is called with a JSON payload that is an array at the top level, the run does not start and does not appear at all in the UI.
Severa…
-
Specifically, this file https://github.com/statsbomb/open-data/blob/master/data/competitions.json
The file is formatted as a json array, and I would like to read the file in a streaming fashion.
W…
-
### Prerequisites
- [X] I checked the [documentation](https://fetch.ai/docs) and found no answer to my problem
- [X] I checked the [existing issues](https://github.com/fetchai/uAgents/issues) and …
-
### Description
Adding a style with a border using style_data in register_block_style does not work on the front screen
Group etc. work
### Step-by-step reproduction instructions
1. Add a bordered…
-
using System;
using System.Net.Http;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
namespace CepValidatorRobot
{
class Program
{
static async Task Main(string[] a…
-
### Reminder
- [X] I have read the README and searched the existing issues.
### System Info
llamafactory 版本 0.9.1.dev0
linux 版本 CentOS 8.2 64位
Python 版本 3.11.9
ollama 版本 0.3.12
(llama_factory…
-
### Prerequisites
- [X] I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md).
- [X] I have already [searched in existing i…
-
When comparing a JSON array containing a small integer with a JSON array containing a very large integer, the result is sometimes incorrect.
### Steps to reproduce the behavior (Required)
```
s…