Yukha Dharmeswara

Results 21 comments of Yukha Dharmeswara

> @turf/turf does not have a default export so `import turf from '@turf/turf';` is incorrect. You should do this instead `import * as turf from '@turf/turf';`. Then you can access...

+1, seems like TypeScript doesn't know where the typings is when using ES Module.

I believe you have to put `GQLDate` on `types` such as: ``` makeSchema({ types: [ GQLDate, anythingElse ] }) ```

Hello, does anyone here using tsc-esm? The issue still persists when using tsc-esm

> Hi, > > I haven't used tsc-esm however the README.md mentions: > > > You should not use this package! > > > Since TS 4.7 it is now...

If I simply want to define `thresholds` without adding any detector, is there any default value in CircuitBreaker that I have to aware of? ``` apiVersion: kuma.io/v1alpha1 kind: CircuitBreaker mesh:...

I'm not sure if this is true, but as for my understanding, wrk2 operates in pulses every 1 seconds and it will send R requests for each pulse. If the...

If anyone needs the workaround, you can modify `src/http_parser.h` line `52` before compiling, change `# define HTTP_PARSER_STRICT 1` to `# define HTTP_PARSER_STRICT 0`. The comment sounds like we can change...

> Hi @yukha-dw We usually stick with the official ISO name. In the case of North/South Korea the names are very confusing because they are almost identically. So we decided...

Seems like related issue with this one https://github.com/ddsol/speedtest.net/issues/132#issuecomment-1268726701. I'm not sure how to apply the fix to this package.