Reinaldy Rafli
Reinaldy Rafli
### What is the feature you are proposing? Hello! I like Hono APIs for building... APIs. One nitpick is that while I've read the best practice on the docs page...
**Describe the bug** Like usual, I was maintaining [malibu](https://github.com/tinyhttp/malibu), bumping the dependencies. I ran `pnpm run test`, and got it hanging on me. At first I thought it's a problem...
### Problem Statement Sentry has Developer Metrics in alpha. We should bring that into self-hosted after GA. ### Solution Brainstorm Discussion: https://github.com/getsentry/sentry/discussions/58584 Feature docs: https://develop.sentry.dev/delightful-developer-metrics/ SDK: https://develop.sentry.dev/sdk/metrics/ SDK guide on...
- Bump dependencies on CI to use latest versions - Remove Node 12 and Node 14 tests, as we don't support them anymore. They're not maintained versions either. On the...
Closes #1148 Previously I remembered that I change this line of code to fix that issue. It turns out, I haven't. Please try to test it with both S3 and...
Regarding #1245, but for me that issue is closed when we migrate the test to Typescript (following the Typescript migration). I still wanted to move from mocha + chai to...
Since we're only supporting major new LTS versions[1] and we're just using `TextEncoder` on our `web-encoding` dependency, we might as well drop the dependency and just use Node.js' built-in [TextEncoder](https://nodejs.org/api/util.html#class-utiltextencoder)....
Currently there are only 2 files for the entire SDK tests and each of them got thousands lines of code. We should separate the tests by some chunk, to make...
I've seen #1097, #567 and #611. The problem with maintaining 2 package: `minio` and `@types/minio` that exists on a different repository with different published version is that you won't get...
I realized that only a few integration starts performance span for their HTTP handlers (such as net/http and Gin), the others are not. Here is my effort on fixing it...