Flavian Desverne

Results 82 issues of Flavian Desverne

eg: ### InterfaceExample | name | type | | |-----------|--------|---| | property1 | string | | | property2 | number | | Code block ```ts interface InterfaceExample { property1: string...

type/feat
pkg/renderer-markdown

## Description Once #7 is done, we need to render it as markdown

type/feat
pkg/renderer-markdown

## Description Types coming from dependencies that are exposed to the surface API should be documented ## Conerns - Can create way too much types when traversing too deep ##...

type/feat

## Description Right now, only type information is extracted. We now need to extract actual js/ts doc

type/feat

## Overview closes https://github.com/prisma/team-orm/issues/1222

## Overview closes [#1215](https://github.com/prisma/team-orm/issues/1215) Implementation of https://www.notion.so/prismaio/QueryRaw-Performance-Discovery-e65b91e8ac744633aa1a6fe1b85e7341?pvs=4

## Overview related issue: https://github.com/prisma/team-orm/issues/1141 experiment to improve query raw perf To profile the query engine, you can build/run an example binary: `cargo build --profile profiling --example repro` To seed...

## Overview Adds support for `-- @param {Type[]}` to override a param type to a scalar list.