carmenberndt

Results 5 issues of carmenberndt

We should have quick fixes for - `executeRaw(sql, params)` and `queryRaw(sql, params)` - or - executeRaw`sql` - and - queryRaw`sql` - for `queryRaw(sql)` and `executeRaw(sql)`. This is only possible if...

kind/feature
domain/schema
topic: prisma client
topic: TS integration

The tests running on a published vsix file should have caught the problems caused by missing the `node_modules` folder. (https://github.com/prisma/language-tools/pull/531).

bug/2-confirmed
kind/bug
topic: automation
domain/schema
topic: ci
topic: internal

Hi, thank you for your work! I tried out STFT from librosa in Python with n_fft of 128 and get an output of shape (1,65, 5). When doing the same...

Context: https://code.visualstudio.com/api/working-with-extensions/bundling-extension#run-webpack VSCode extensions grow quickly in size. They are authored in multiple source files and depend on modules from npm. Decomposition and reuse are development best practices but they...

kind/improvement
topic: automation
tech/typescript
domain/schema

## Motivation In order to build new features using the language server in our VS Code Extension, an error-tolerant prisma schema parser is needed. Most of the time, the code...

kind/feature
tech/engines
domain/schema