-
Describe the bug
FLS validation is missing for [INSERT] operation on [Invoice__c] with field(s) [Unknown].
FLS validation is missing for [UPDATE] operation on [Invoice__c] with field(s) [Unknown].
…
-
The current validation error message: `'Not a valid URL.'` is not descriptive enough to help the user, especially when they are passing a value that would appear to be a valid URL to most people, such…
ff137 updated
4 weeks ago
-
When a Pojo has multiple Bean-Annotations on a field, magic-bean crashes during code-generation.
Following example:
```
@MagicBean
public final class UpdateProductRequest {
@Schema(requir…
-
When updating a prompt in the prompt registry, it will always update the base prompt (e.g., version 1) instead of the most recent version or prompt version you select.
Is this the intended function…
-
**Describe the bug**
Tortoise ORM has issues generating schemas when a specific schema other than the default public schema is specified. When attempting to use a schema other than public, the ORM do…
-
# Overview
In v2 we have improved ability to link individual sections of the spec (https://datapackage.org/specifications/table-schema/) but some heading are still missing e.g. for field properties…
-
Leetcode
LinkedIn URL
Contact details
Website URL
-
Environment
Base image: python=3.8.5
```
pymilvus==2.4.7
milvus-lite==2.4.10
```
```
74 collection_meta.cpp:148] [SERVER][CreateIndex][grpcpp_sync_ser] Add index failed, err: unrecognized t…
-
# Overview
When the field contain integer and float, frictionless describe this filed as a number type. It works well when the data file is small. But we have some issue with it when our data file is…
-
When I go to Schema Registry subpage and choose a schema, e.g.,
```
{
"type": "record",
"name": "car",
"fields": [
...,
{
"name": "owner",
…