Knut Melvær

Results 19 issues of Knut Melvær

It's like SQL for JSON. You can query documents/objects to filter down to only those you need, and then project the result into the structure you want. The syntax is...

notability

### Discussed in https://github.com/sanity-io/sanity/discussions/3391 Originally posted by **fabien** July 4, 2022 When no reference has been assigned yet, a field of type `reference` is disabled initially: It's only after clicking...

v3

**Describe the bug** Let's say you want to have nested lists inside an ordered list. This apparently breaks the incremental numbering in the editor: The list style doesn't adjust to...

:bug: Bug

Not all categories are directly applicable, e.g. due to GROQ, our REST APIs are much more powerful compared to most RESTful APIs.

It would be handy to have the ability to sum numbers in GROQ. The syntax would be similar to count(). It should probably validate that it's a field of the...

Let's say you want to group posts by tags. ```js types: [ ...schemaTypes, { name: 'post', type: 'document', title: 'Post', fields: [ { name: 'title', type: 'string', title: 'Title', },...

bug
?

We had an instance where there was a document like this in the dataset: ```json { "_createdAt": "", "_id": "", "_rev": "", "_type": "slug", "_updatedAt": "", "current": "test" } ```...

bug

When I ran `npx css-gridish` I got this error: ```xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance``` macOS 10.13.2 node v...

Good news @bradfrost! You no longer need to eject CRA in order to get some of that sweet Sass compiling going on. [Take a peek at the documentation](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-a-css-preprocessor-sass-less-etc). (It's also...

### Discussed in https://github.com/sanity-io/sanity/discussions/3664 Confirmed and reproducible in `dev-preview.17`. Originally posted by **intensr** September 20, 2022 ``` { title: 'Poster', name: 'poster', type: 'image', options: { hotspot: true //

:bug: Bug
v3