Claudio Wunder
Claudio Wunder
> @ovflowd are you happy for me to land this at this point, with the traced logo? Go ahead and LGTM
Yes i did that using `awk`, it converts now to Apache Standards Access Log format. But when i use `--sync` the Logstalgia shows nothing. Removing it, can only see past...
Maybe be this. I think it's the file lock. Will give a look...
Tried this: `ssh -x -p22 -l XXX IP stdbuf -i0 -o0 -e0 tail -f /usr/share/hub/logs/internal/services/bundleProcess/access.log | awk -F" " '{print $7, $8, $9, $10, $11, $12, $13, $14, $15, $16}'...
We have an update: We finally started the work on the new API Doc Tooling, and it's getting nicely done. The initial PR (https://github.com/nodejs/api-docs-tooling/pull/33) allows us already to have a...
We've landed the core of the new API doc tooling and are proceeding with the generators that will allow us to achieve what we need.
We've landed the CLI pieces of the new API doc tooling. We're moving forward with implementing the generators that allow us to generate the JSON, HTML and whatnot outputs of...
As https://github.com/nodejs/api-docs-tooling/pull/55 is getting closer to land and @flakey5 is going to work on the JSON generator; I believe we should soon start seeing how we'd replace the current code...
FYI the legacy HTML generator for the new API doc tooling is ready and feature complete https://github.com/nodejs/api-docs-tooling/pull/55
> odd - i wonder if this was a regression Probably a regression for when we switched to use a React Component as the Backdrop? Instead of a background CSS...