Yusaku Hatanaka
Yusaku Hatanaka
If I read the README.md, I can run Rendertron excuting `rendertron` or `npm run start`. https://github.com/GoogleChrome/rendertron/tree/6f681688737846b28754fbfdf5db173846a826df Is it not recommended to use Rendertron class directly to our application? For example:...
I implemented this PR to resolve https://github.com/GoogleChrome/rendertron/issues/738 In this PR, Developers can configure `handleSIGTERM` of Puppeteer. https://github.com/puppeteer/puppeteer/blob/v10.1.0/docs/api.md#puppeteerlaunchoptions As a result, If Developers want to do below, they can configure `handleSIGTERM`...
## Background I run Rendertron on docker. When we execute `docker stop`, Docker sends `SIGTERM` and after that, if the container ignore `SIGTERM`, Docker sends `SIGKILL`. https://docs.docker.com/engine/reference/commandline/stop/#extended-description ## Environment -...
I implemented this PR to resolve https://github.com/GoogleChrome/rendertron/issues/735 . I moved the fixed middlewares to `Config Manager.config` as the default value. And each developer can override these. ## How to use...
## Background In the current rendertron implementation, when it starts, Koa.js middlewares below are configured. https://github.com/GoogleChrome/rendertron/blob/main/src/rendertron.ts#L44-L48 But each developer can't add any Koa.js middleware and configure any options to existing...
I will prepare common files for all environments when deploying using hako. and it reads the variable for each environment defined in another file. It is currently used after replacing...
I found a difference in `Numo::NArray#var` when I was comparing with numpy. ## numpy ```python >>> np.var(np.array([[1, 2], [3, 4]], dtype="f")) 1.25 ``` ## Numo::NArray ```ruby > Numo::DFloat[[1, 2], [3,...
上記画像のように長い名前のユーザーの表示が一定領域を超えると `...` になってしまいます 自分の名前が `...` で終わっていると寂しいかなと思い今回issueにしてみました ## 補足情報 compassは30文字が上限のようです