-
## :rocket: Feature Request
### Affected Languages
- [ ] `TypeScript` or `Javascript`
- [ ] `Python`
- [ ] `Java`
- [ ] .NET (`C#`, `F#`, ...)
- [ ] `Go`
### General Information
* **JSII…
-
# Bug Report
Eager mapped types result in the indexed access of an union created from all elements of a tuple resulting in the widest type in the tuple.
### 🔎 Search Terms
eager mapped types,…
-
I want to use QueryAsync with multiple types mapped onto a single return type WITH a cancellation token but none of the QueryAsync functions allow for that.
My current solution is to use the privat…
-
As reported in https://github.com/NCATSTranslator/Feedback/issues/953, [UMLS:C0920288 "C-KIT Gene"](https://uts.nlm.nih.gov/uts/umls/concept/C0920288) should be a synonym of [NCBIGene:3815 "KIT"](http…
-
### Motivation
As there is currently a feature for migrating page types to reusable content types, however the missing piece for this functionality to come full circle would be the conversion of pa…
-
# Bug Report
The conversion result of 'Mapped Types' has changed in 4.3.2 or later typescript.
### 💻 Code
```typescript
type Base = { 100: { a: number }; 200: { b: string } }
type NewType …
-
```
export class CreateBoardDto extends PickType(BoardEntity, ['title' ...,] as const) {}
```
이렇게 엔티티로부터 확장된 타입들을 사용해주세요.
코드가 타입을 통해 강하게 연결되는 게 좋다고 생각해요.
_Originally posted by @kakasoo in htt…
nuyeo updated
11 months ago
-
```ts
export interface MyObject {
a?: number;
b?: string;
}
export type Key = keyof MyObject;
export type MyType = MyObject[Key];
```
`MyType` does not allow `undefined` but we a…
-
Zitadel has a system of custom error codes returned in a gRPC message. This is just mapped onto the REST API in a way where we'll need to inspect the message to get the actual error. Regrettably, it a…
-
As a ZITADEL administrator I want to be able to have the defined mappings in the user schema to fill in the user information on login with an external IDP.
## Todos
- [ ] Function to handle OIDC…