jonasnobile

Results 8 comments of jonasnobile

I've had the same problem. My solution was to change `rollup-plugin-node-resolve` to `'@rollup/plugin-node-resolve`.

Perhaps we could use the same API for `through` as we do for CRUD, replacing the wildcard `*` with `true`. ### 2. Wildcard through Relation ```ts @c.allow(publicRole, { read: ['url'],...

You can create custom `ColorField` component to allow user unset color. ```tsx import { Component, ColorFieldProps, useField, Stack, Button, Field } from '@contember/admin' export const ColorFieldWithReset = Component( ({ field,...

I agree with the proposal that forbids `null` values in array elements by default. However, there are cases—such as mapping values from sources with nullable fields—where you might want to...

Hi! Thanks for flagging this — and great catch! This behavior is actually due to how Contember AI Studio prepares and pushes changes. Internally, it's using Bun to manage dependencies...

Thank you for pointing that out. You're absolutely right—the interactive version of the `tenant:invite` command isn't ideal for scripting. Since it wasn't widely used and had some issues, we decided...

We are also planning to rewrite CLI and support all tenant, actions and system API mutations and queries #419.