Janeene Beeforth

Results 11 issues of Janeene Beeforth

For the config: ```js const rpmOptions = { name: packageName, version: gitVersion.GitVersion, release: 1, buildArch: 'noarch', keepTemp: false, files: [{ cwd: './dist', src: '*', dest: `/opt/${packageName}/` }], excludeFiles: ['./dist/static/js/*.js.map'] };...

When making an Electron desktop app, the actual "website" is compiled to files that are bundled up inside the application bundle. As a result, there isn't a website url available...

Hi, I'm trying to use asyncComponent to load react-redux connected components for code splitting, but I'm having trouble with the asyncComponent Configuration's resolve typescript definitions. I'm not sure if I'm...

Adds an example to the documentation for how to use asyncComponent/resolve with typescript properly. Addresses #62.

The one thing I miss when using Research Pal instead of the vanilla research tab is the ability to see how many points remain on the research (i.e. 456 /...

### Bug description After update to 4.16.x (observed on all tested versions tested so far from 4.16.0 through to 4.16.2-dev.2), an extended prisma client is considered to have an incompatible...

bug/1-unconfirmed
kind/bug
team/client
topic: clientExtensions
4.16.1

### Bug description Seen in prisma 5.7.0 + 5.7.1 with yarn 4.0.2 using the `pnpm` linker. I have been modifying the types of some columns in the db to be...

bug/1-unconfirmed
kind/bug
topic: prisma generate
team/client
topic: yarn 3
topic: yarn 4

### Self-service - [X] I'd be willing to implement a fix ### Describe the bug Example reproduction: https://github.com/dawnmist/prisma-generate-repro Initial upstream issue created: https://github.com/prisma/prisma/issues/22534 Prisma is a typescript ORM that generates...

bug

## Bug description I'm in the process of designing a new schema/db. After editing the schema.prisma file for a couple of hours (with breaks to look up documentation/etc), the Prisma...

bug/1-unconfirmed
kind/bug
topic: formatting
domain/schema
tech/engines/formatter engine

### Bug description I've been implementing generating an ERD diagram from my Prisma schema using `prisma-erd-generator`, which is configured by creating a `generator` snippet in the `prisma.schema` file, like: ```prisma...

kind/improvement
topic: cli
topic: generator
team/schema
topic: prisma db pull
topic: custom generator