Tim van Dam

Results 27 issues of Tim van Dam

Example case: ```ts import { Database } from '@deepkit/orm'; import { AutoIncrement, BackReference, PrimaryKey, Reference, Unique } from '@deepkit/type'; class User { constructor(public id: number & PrimaryKey & AutoIncrement, public...

The only JWT functions I need in my Vue-Webpack app is decode(), is there any way to import just that function? 300kb is just way too much for one function...

I am looking to use CodeSearchNet to train a code completion model that takes the current code as input and predicts the next token. However, the CodeSearchNet data does not...

### Describe the feature you'd like to request I would like trpc query keys to have some prefix (e.g. 'trpc') to make it easy to identify them when setting up...

✅ accepted-PRs-welcome
💰 wontfix/$$$$

**Describe the bug** Variables inside of DO blocks (psql) are not detected, but it does compile just fine. **Expected behavior** It should give the correct type for the query by...

bug

**Is your feature request related to a problem? Please describe.** Pgtyped runs 6 threads in parallel whenever I run it, but this makes it hard to find out in which...

feature request

**Is your feature request related to a problem? Please describe.** When using a parameter with VALUES (e.g. `VALUES :myParam`) I would like to be able to specify the types of...

feature request

### Summary of changes Made `SQLiteConnectionPool.maxConnections` a protected property, and introduced getters and setters. There is similarly already a getter `getActiveConnections()`, and the new setter ensures that it is impossible...

### URL https://docs.sentry.io/platforms/javascript/guides/react/configuration/integrations/trycatch/ this page is indexed by google ### Additional Info _No response_

Waiting for: Support
Type: Platform
404

**Describe the bug** A clear and concise description of what the bug is. Not sure if a bug or limitation, but types are not inferred accurately. I have two ways...