Tim Van Laer

Results 5 comments of Tim Van Laer

Thanks for the fix. I can confirm that `v2.0.0-beta.2` did fix this issue for me.

Interesting viewpoint, thanks for the insightful answer. I was thinking of changing the signature to the following, although I understand it makes the UserType implementations part of to the public...

Hi @Tam-Pham , thanks for reviewing. I share your thoughts, the signal is indeed complete rubbish. I was supprised to see the code crash on this particular example while I...

I started having this issue when I had to downgrade the `@aws-sdk/client-dynamodb` dependency because of #4222 . I downgraded both `client-dynamodb` and `lib-dynamodb` to `3.208.0`. I encountered this particular issue...

In my case, `Ruff LSP feature` was enabled but no ruff-lsp executable was specified. I disabled the `Ruff LSP feature` option and now formatting on save works again as expected.