Fabrizio Ruggeri

Results 28 issues of Fabrizio Ruggeri

If a route is defined through a RegExp, it should put into params any named capturing group. The name will be the key in the params object. This needs that...

enhancement

Add an option to the router to disable default handlers for 404 and 500 errors.

enhancement
good first issue

:warning: This is not a real PR, just a working proof of concept to address some existing issues. :warning: The changeset is big because I need to use this PR...

### What version of Turbopack are you using? alpha? (the one included in nextjs 13 ### What package manager are you using / does the bug impact? Yarn v1 ###...

kind: bug
needs: reproduction
area: turbopack

This solves problems with apt >= 1.5.0 as indicated in issue #15 (and #21) Add a repo_key params which is, by default, datastax apt key. Do not affect Red Hat...

Correct wrong global variable name

### Bug description Creating an upsert on mongoDB is not possible because an id is always required. Let's consider this case ```ts return this.prisma.entity.upsert({ where: { id: id }, create:...

kind/improvement
tech/engines
team/client
topic: mongodb
topic: upsert
topic: undefined

**Is your feature request related to a problem? Please describe.** `typegraphql` cannot work, at the moment, on edge function engines, like the one of cloudflare workers or vercel@edge. The only...

Enhancement :new:
Community :family_man_girl:

I'd like to redirect the logs of the command run at the `exec` in order to see them in docker logs. I tried the following ` exec_push mycommand >>/dev/stdout 2>&1;`...

**Describe the Bug** With the new prisma 5 version the type produced by code generation is wrong for the `cursor` type. This only happens with cursor, not the other properties....

bug
community