matjaeck

Results 17 comments of matjaeck

Seems like this repo can be added to that list too? It's kinda hard to understand what the state of the expressjs org / expressjs repo is, whether there is...

> Either I can't figure out the right import sorcery, or the type definitions are broken and what I want is impossible. `import Connection, { type Database } from 'better-sqlite3'`...

> the problem is that we have to do modal.id ?? "" while returning, coz the modal is not a garenteed response, even thought it should be This sounds like...

Can someone please confirm if this is indeed an issue? Currently, the typings indicate that this cannot occur. ``` try { const [res] = await db.insert(users).values({ ...validated.data }).returning(); } catch...

Kill cargo is AFAICT based on the source files what would have happened if they had not excluded transport vessels and helicopter carriers from the teleport ability in later fixups....

This will be an interesting mechanic so it should support a few configuration options: Some behavior is always identical: - If the unit is in attack range and you give...

You can already return custom error messages per field and different error messages per field. The way I solved this is to simply throw a custom error within the validation...