bark icon indicating copy to clipboard operation
bark copied to clipboard

Materialized path extension for Prisma

Results 11 bark issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.15.6` -> `9.1.1`](https://renovatebot.com/diffs/npm/pnpm/8.15.6/9.1.1) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [esbuild](https://togithub.com/evanw/esbuild) | [`^0.20.0`...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.45.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.45.0/9.2.0) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pnpm/action-setup](https://togithub.com/pnpm/action-setup) | action | major | `v3.0.0` -> `v4.0.0` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) ([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`^0.34.0` -> `^1.0.0`](https://renovatebot.com/diffs/npm/vitest/0.34.3/1.4.0) |...

A collection of syntactic sugar functions to help make repetitive task easier. A couple of examples of what these might be called: - `isDescendantOf` - `isChildOf` - `isSiblingOf` - `isRoot`...

help wanted

I have a model named `Page` which can have multiple children, which in return can have its own children (and so on). I would like to have a functiion like...

feature

To prevent incorrect usage a simple verification that the models has the minimum required fields would help a lot to teach correct usage of the extension.

feature

> Solves problems that can appear when transactions are not used and a piece of code breaks, leaving the tree in an inconsistent state. https://django-treebeard.readthedocs.io/en/latest/api.html#treebeard.models.Node.fix_tree Not necessary for a basic...

feature