Skip to content
#

prisma

Here are 2,215 public repositories matching this topic...

Philzen
Philzen commented Apr 5, 2022

When creating a cell, the test file reads:

import { render, screen } from '@redwoodjs/testing/web'

at the top. However, screen is unused in the generated test and thus ESLint complains:

'screen' is defined but never used. Allowed unused vars must match /^_/u.eslint[@typescript-eslint/no-unused-vars](https://typescript-eslint.io/rules/no-unused-vars)

Fun f

amplication
abrl91
abrl91 commented May 6, 2022

What happened?

from the entities page, when you navigate to an entity, the general setting tab is selected and you can see data,
but from the entity itself, when you want to navigate to a related entity, the related entity state is not set on the general settings tab.

What you expected to happen

I expect that the general setting tab would be selected while navigating from one e

type: bug good first issue
sodic
sodic commented May 6, 2022

Users can currently name their Wasp project using an arbitrary Wasp identifier:

The project's name must be a valid Wasp identifier:
  - It can start with a letter or an underscore.
  - It can contain only letters, numbers, or underscores.
  - It can't be a Wasp keyword.

However, our users have pointed out that this isn't flexible enough. For example, many people would like to name w

enhancement good first issue haskell
prisma-client-py
RobertCraigie
RobertCraigie commented Feb 4, 2022

Problem

We could improve the readability / experience reading through the library source code if there were module level docstrings.

Suggested solution

All python modules should include a docstring explaining

topic: docs good first issue kind/docs level/beginner

Improve this page

Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."

Learn more