-
Currently, the iOS implementation differs from how Android and Core behave: both Android and Core will allow editing JSON values that are wrapped as Strings, something like:
```json
{
"id": 1,
…
-
### Issue Description
**Current State**
- It is very difficult to manipulate JSON data with JSON operator.
**Proposed Change**
- Please fetch this [JSON Schema ](https://github.com/instill-ai/pi…
-
Currently, when a field of type `Type::none` is encountered, its value is not printed -- as we return an empty string
https://github.com/bpftrace/bpftrace/blob/c14a2ce8b7afa3950e7263d509bd869cb1284b9…
-
I followed the pre-requisite instruction but failed to build.
Here is the full error message.
> Error `tauri.conf.json` error on `build`: Additional properties are not allowed ('devUrl', 'fron…
-
We should check if our serialisation layer supports JSON fields https://ptb.discord.com/channels/686873244791210014/1296850534325686351/1296850534325686351
-
I'd like three new optional fields added to the JSON video files to support subtitles/transcripts.
"original_machine_srt_subtitles": "a large string of srt-formatted subtitles from Whisper spee…
-
Hi there,
I'd like the option to omit some fields specifically when generating the schema.
Right now, my model contains an updatedAt field, it is compulsory, but I want to specifically exclude t…
-
There are a couple of fields that feel like they should be renamed to better represent what they contain:
- `artifacts` -> `packages`: the original idea is that this field would be a mix of all nodes…
-
**Is your feature request related to a problem? Please describe.**
I cannot perform range queries on JSON fields. For example, the `examples/json_field.rs` has a search like so:
```
{
…
-
(Apologies if I've already ticketed this elsewhere!)
I ran into an issue when writing plugins for the discord bot using the cpp bindgen; in particular some bindgens treat `nullable: true` as "field…