-
Minimal reproduction:
`schema.prisma`
```
generator client {
provider = "prisma-client-js"
}
generator zod {
provider = "zod-prisma-types"
}
datasource db {
provider = "postgresq…
-
Create a new field that automatically populates with the `year` and `quarter` fields from the `NeedsAssessment.Survey` collection. Then use this new field as the one displayed in relations.
Issue G…
-
*PHP Version:* 8.2 | *Shopware Version:* 6.6.5.1 | *Affected area / extension:* Platform(Default)
----
*_Problem:_*
Custom fields, select fields
Options are empty if no label is set.
*_How …
-
Hi, I'm getting a typescript error with `text` and `field`
```
import { field, text, } from '@nozbe/watermelondb/decorators'
@text('name') name
@field('sortOrder') sortOrder
```
```
Unab…
-
I have a straightforward data structure to represent the value of a currency.
```scala
case class CurrencyValue(value : Double, currency : CurrencyType)
enum CurrencyType:
case EUR
case GD…
-
## Issue Description
The ["Peer Crawler" special API method](https://xrpl.org/docs/references/http-websocket-apis/peer-port-methods/peer-crawler/) reports the `port` of peers as either an integer or …
-
### The problem
#7211 brought up a problem. Most of our literal types (`NumericLiteral` etc) have `raw` field.
This makes sense when the AST has come from the parser, but little sense when the n…
-
### Prerequisites
- [X] I have searched the existing issues
- [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers.
- [X] I have read the…
-
## Overview
```ts
type TokenBalance = {
accountIndex: number;
mint: string;
owner?: string;
uiTokenAmount: TokenAmount;
};
```
This type lacks the `programId` field specif…
-
### Before submitting the issue
- [x] I have searched among the existing issues
- [x] I am using a Python virtual environment
### Description of the bug
Currently i am using following method to cre…