Daniel Knell

Results 14 issues of Daniel Knell

## Description On first load, there is sometimes an error on collections where `data` is undefined despite being typed as that not being possible. ### Steps to reproduce using the...

bug

## Summary As a developer I want to be able to pull all unique values for a field (especially values within lists of strings) and count of matching posts so...

enhancement
NEEDS POINTS

## Description Types in `types.ts` do not match the types returned by the client. I have seen a bunch of similar errors caused by references and ### Steps to reproduce...

bug

## Description GraphQL endpoint does not allow filtering a collection by a field defined as a list of strings. ### Steps to reproduce Define a post collection as follows: ```ts...

bug

## Description Time picker in date time field does not appear to get updated with new value when time changes. ### Steps to reproduce ```ts // schema { type: "datetime",...

bug

## Description once you add a code block at the end of the document, there is no escape 😂. ### Steps to reproduce typing is hard... here's a video... https://user-images.githubusercontent.com/229004/181450411-d8ecc117-2351-4e7d-82ef-33fa1341408a.mov...

bug

## Description If a `reference` field is required, the UI does not enforce this and you can save the page without providing a value. ### Steps to reproduce given ```ts...

bug

## Summary As a User I want to navigate via a callback so that previews work with single page apps. ### Expected Results When I click on an item in...

enhancement
NEEDS POINTS

Would it be possible to support the [Poetry](https://poetry.eustace.io) package manager for python site builders? It works a bit like pipenv but has less buggy dependency resolution, and reads dependencies from...

## Description Allow a message to be delegated to "channels" where it will be passed to a background worker. ## Context It mean's work can be carried out by background...

feat