carmenberndt
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...
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).
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...
## 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...