Julius de Bruijn

Results 61 issues of Julius de Bruijn

Hi. For some reason we haven't been getting this error until now, when user reported crashes due to reaching `max_prepared_stmt_count`. We typically set the LRU to 1000 statements for everybody,...

Hi, I've been trying to update solicit to support rust-openssl 0.9, and I'm almost there. The last issue is to implement `try_split` for `SslStream`, but the underlying method `try_clone` for...

Hey, Is there a nice way of having a connect or request timeout for the client? We don't yet have the `recv_timeout(x)` function in Rust, so I'm looking for a...

I'm currently evaluating devos as my base template for my systems. I can `nix build` all my systems now, but `nix flake check` gives an error. ## Expected Behavior `nix...

bug

Would help the development a lot if the rust side would display logs for the TS engineer.

kind/improvement
kind/tech
team/schema

For the code actions, we need to know what is the tab size, is the file using spaces or tabs and what kind of newlines are used. In the editor...

kind/improvement
topic: formatting
topic: language server
topic: vscode
topic: prisma-fmt
domain/schema
topic: code action

In this video I demonstrate how our formatter acts differently compared what formatting typically does: [![Watch the video](https://imgur.com/xm9E8ZF.png)](https://user-images.githubusercontent.com/34967/144258523-5044706f-9311-48a5-8abc-ed2194f07dd4.mp4) The user does manual work, removes the front sides of all relations....

kind/feature
kind/improvement
topic: formatting
domain/schema
topic: code action
tech/engines/formatter engine

We can jump to definition already, but we should also be able to list all lines where a model is referenced. This is in the protocol with the command `textDocument/references`...

kind/feature
topic: language server
team/schema

When I write a model: ```prisma datasource db { provider = "mysql" url = "mysql://" } generator js { provider = "prisma-client-js" previewFeatures = ["extendedIndexes"] } model A { id...

kind/feature
domain/schema
topic: code action