Hasan Ozdemir

Results 6 comments of Hasan Ozdemir

Hi, this issue still happens if we use ts-node-dev instead of ts-node itself. This causes to the same issue. As a workaround I did at util.js following change to test...

> @nodify-at Alternative with `env` is better. Do you wanna create PR for that? :) @magicmatatjahu yes :) I will create a PR today, thanks for your feedback.

I encountered similar issues and resolved them by modifying the code as follows (node version: v20.14.0): #### Before: ```ts let app: ReturnType let test: TestAgent beforeEach(() => { app =...

Hi team, Is there a plan to improve this function? We've identified significant performance issues related to this function call, specifically with the line in Node.JS. ```ts new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us") ```...

Hi, we have exact same issue. Code: ```javascript repos = await this.appInstallsClient.paginate( this.appInstallsClient.apps.listReposAccessibleToInstallation, { per_page: 100, headers: { 'If-None-Match': this.reposResponse?.headers.etag, }, }, response => response.data.filter(repository => isActiveRepository(repository)), ); ``` Typescript...