Cyril Gorrieri
Cyril Gorrieri
Hello, I have been trying to set up a NodeView for iframes so when the node is selected a panel hovers over it with the option to edit the attributes...
### Summary: Currently when I do `Model.delete(id)` or `item.delete()` the `set` function of the model is called (it was implemented due top https://github.com/dynamoose/dynamoose/issues/1093) I think it should not be called...
### Summary: When defining a schema, `default` and `set` values/functions can be defined. it will have the effect to set the values on save. Currently, when I save the item...
Looking at the official definition of tags https://www.bbcode.org/reference.php the HTML5 preset is incomplete. Is there a plan to add the missing tags?
## The problem to solve I would like to add a restriction on the content of a tag. For example, only allow BR tags in P or LI elements ##...
Hello, The documentation for NextJs mentions: > Tamagui includes Server Components support for the Next.js app directory with [use client ](https://nextjs.org/docs/app/building-your-application/rendering/client-components#using-client-components-in-nextjs) support. We're also actively working on a new mode...