Peter Kim
Peter Kim
`Math.random` is not safe at something related to security.(https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random) Actually this problem has not only security. When I make simple web game(https://peter-roulette.pages.dev/?data=2tjDqtNPAu4Rh) the random is biased. So it can use...
I got error in this command. ``` clinic bubbleprof --on-port 'k6 run k6/search.js --vus 10 --duration 10s' -- node -r ./.pnp.cjs dist/main.js ``` Error: ``` TypeError: structuredStackTrace.map is not a...
I got error in this command. ``` clinic bubbleprof --on-port 'k6 run k6/search.js --vus 10 --duration 10s' -- node -r ./.pnp.cjs dist/main.js ``` Error: ``` TypeError: structuredStackTrace.map is not a...
- I changed grpc method option like this ``` client.method(message, { metadata: new Metadata(); callOptions: {}, //call options which putted to grpc stub method retry: { attempt: 5, // when...
## What? Update PDF specification URL in CONTRIBUTING.md ## Why? last URL was broken. ## How? Update CONTRIBUTING.md ## Testing? No need ## New Dependencies? No ## Screenshots N/A ##...