TATSUNO “Taz” Yasuhiro
TATSUNO “Taz” Yasuhiro
### What version of Hono are you using? 4.2.3 ### What runtime/platform is your app running on? AWS Lambda Node.js 20.x ### What steps can reproduce the bug? 1. Create...
### What version of Hono are you using? 4.2.3 ### What runtime/platform is your app running on? AWS Lambda Node.js 20.x ### What steps can reproduce the bug? 1. Create...
### Summary - Conditional logics are capsulated in the subclasses of `EventProcessor`. - Those classes are stateless, so singleton is used to avoid allocation. - Redundant calling `isProxyEventV2` is optimized,...
When I enabled branch coverage in https://github.com/exoego/rspec-openapi/pull/125, I found this line raises error because of `coverage_branch_data` is `nil`. Sorry, I was not able to make a minimum repro nor make...
I see the below warning on Node.js 10.x and 12.x `[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.`...
`22.3.1` supports - java11-linux-amd64 - java11-linux-aarch64 - java11-windows-amd64 - java11-darwin-amd64 - java11-darwin-aarch64 while `20.2.0` does not support `java11-darwin-aarch64`
```js // Click Build for the Bundled, Minified & Compressed package size export * from "[email protected]"; export { default as jestDefault } from "[email protected]"; ``` results in ``` ✘ [ERROR]...
On parallel processing, I think it is relatively common usecase to limit the number of concurrent tasks running simultaneously. For example, let's say we have 10,000 files and upload each...
Clamping numbers between an upper and lower bound is a relatively-common task, specially in graphics domain. * https://en.wikipedia.org/wiki/Clamping_(graphics) * [DotNet's math](https://docs.microsoft.com/en-us/dotnet/api/system.math.clamp?view=netcore-3.0 ) * [Android's MathUtils](https://developer.android.com/reference/android/support/v4/math/MathUtils.html#clamp(double,%20double,%20double)) * [CSS math function](https://developer.mozilla.org/en-US/docs/Web/CSS/clamp) Currently,...
# Bug Report ## Steps to reproduce Assuming the following directory * fomantic/ * ui * docs 1. Run `docpad run --port 8080` in `docs` 1. Run `gulp serve-docs` in...