Mario DeSousa

Results 21 issues of Mario DeSousa

## Problem In javascript, bigint is defined as a very very large number that could hold thousands of digits. Postgres on the other hand only supports 8 bytes for a...

kind/feature
topic: bigints
team/client
topic: Decimal

hi, these constructs are very helpful! however, i am running into issues with my project because i cannot find an easy way to bundle my nodejs monorepo project. the lambda...

feature-request
needs-triage

**Describe the Bug** I have a model with a required property that should be initialized when the object is created. To achieve this, we omit the field from the model...

question
community

Hi, thanks for this great library! We had a question about the behavior for intercepted requests. We noticed that the header keys are being converted to lowercase, but we didn't...

Our application uses Axios to send basic authentication requests to a 3rd party application. This integration works ok until we add the ClientRequestInterceptor (for logging purposes). The interceptor seems to...

hi, we have code that looks like this: ``` const interceptor = new BatchInterceptor(...); // console.log to print requests and responses const p1 = fetch('x.com'); const p2 = fetch('y.com'); await...

Although ts-interface-checker does not support generics, it could easily support [Partial](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype). This is a very common generic type that can be used in APIs that need to store a "draft"...

Thanks for this awesome library! It is very well thought out. It would be great if it could provide support to inject additional logic to validate certain types. For example,...

### `@slack/bolt` version 3.18.0 ### Node.js runtime version v18.19.1 ### Steps to reproduce: 1. Send a mrkdwn message with a link. For example: ``` const output = await client.chat.postMessage({ channel:...

bug
server-side-issue
auto-triage-skip