-
Here is my schema:
```graphql
module default {
type User {
required username: str {
constraint exclusive;
};
required created_at: datetime {
default := datetime…
-
### Describe what you want
# Overview / Explanation
Default aggregation behaviour of Drizzle Queries is to provide nested response objects with the table name of the relation as the `key`, and an …
-
``` jsx
const Comp = (props) => {props.nested.text};
Comp.propTypes = {
nested: React.PropTypes.object.isRequired,
text: React.PropTypes.string.isRequired
};
```
Property `text` should be mar…
-
### Description
When a lava-form has an htmx element inside of it as well as a text input lava shortcode, validation is triggered on the initial load for the input, and that nested htmx is never rend…
-
## What problem does this address?
Users should be able to overrides more blocks that are can hold actual content, not just Paragraph/Heading/Image/Button
## What is your proposed solution?
Some …
-
Objective: Create an image manager page using the old AC image upload component as a base.
Requirements:
Setup Amazon S3 blob storage on Django backend
Add image_app to to Django backend
-
to repruduce the error you can simply search `/` or any string containing slashes on the search page.
For example searching `asdasdasdasdlsadsaas/dasd` will produce the following error
```
RequestEr…
-
Noticed that when querying a bunch of digital objects(~600) using the `for_reindex_all` scope memory usage on one of the servers jumped from 2GB to 10GB. And the PostgreSQL connection was using a lot …
-
### Describe the bug
I have a BPMN process with a task that has multiple variable input/output mappings. One of the mappings references a variable that is defined by a previous mapping.
When I …
-
(Edited) The output does not appear to be UTF-8, is this is a bug? I thought UTF-8 would be the default given there is an option to "Write ASCII output if possible"
Example:
**source triple…