Yukha Dharmeswara

Results 19 issues of Yukha Dharmeswara

#### Question Hello, when i am trying to test an API, sometimes my vegeta client will spawn a huge swarm of connections eventhough i'm only asking for 2000 connections with...

Hello, I'm stumbled weird error on TypeScript. Despite lint tells me `turf.geometry()` is a valid function, I get `TypeError: Cannot read property 'geometry' of undefined` when calling it. Is there...

bundling

Hello, Please improve redirectURL script on forceLogin function to broaden compatibility with other framework beside Express such as Fastify. Currently, it uses `request.hostname` to retrieves hostname and `request.headers.host` to retrieves...

kind/enhancement
status/triage

Hello, i have found interesting behaviour when using pigz. When pigz tries to overwrite file, it needs 500% more time to replace the file (or other operations, i'm not quite...

Hello, I am refactoring a javascript project to typescript and found out actions.list() doesn't support parameter 'id' even though it is being used as the output is filtered. https://github.com/apache/openwhisk-client-js/blob/1aba396e8a59afd5a90acb8157f2009746d7a714/lib/main.d.ts#L60-L61 I'm...

Hello, I just checked ISO website and found out the defined official name of South Korea and North Korea on this module is different with theirs. Meanwhile, Iran is same....

## Node.js Version: v18.16.1 ## Operating System: Windows 10 ## Steps to Produce Error: When we create CircuitBreaker on method called 'fire' (other internal method name could be overwritten too),...

enhancement
help wanted
status/no-issue-activity

I'm considering [LRUMap](https://github.com/rsms/js-lru) to reduce memory usage yet getting the benefit of caching. This API imitates native `Map`, so code below should works fine, right? ``` const MAX_ENTRIES: number =...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

Hello, is there any way to install and import lua modules? I want to import `hmac` module inside lua script so I can create a new signature for every request,...