Raphael 'kena' Poss

Results 182 comments of Raphael 'kena' Poss

ooops sorry wrong issue.

Note: you need to use `xterm`, `st` or some more strict vt100 terminal emulator to see this problem occurring. With OSX terminal, iTerm or `tmux`/`screen` the issue disappears.

Have you tried pre-processing your symtab to remove the entries related to Go sub-packages beyond a certain level? Something like `grep -v `.*/.*/.*/.*/.*` to remove entries more than 4-level deep

This is made to work on linux

Using x380 and 138a:009d reader: the code linked from this comment https://github.com/nmikhailov/Validity90/issues/34#issuecomment-411724539 works fine! @mrdanielps @nmikhailov any chance we could integrate this further in the driver?

You can add the information about the cert in the connection URL

FWIW, FreeBSD 13 has a port for node up to version 16.13.0. And it runs all nodejs I have ever needed. I think the stall in https://github.com/nodejs/build/issues/1791 was limited by...

The flag `--logtostderr` should not be used in our reference kubernetes configs. In fact, we should never recommend logging to stderr. So even the proposed `--log` config would not be...

I think the proper recommendation to move forward is as follows: - remove `--logtostderr` from all the operator configs - don't re-add stderr logging with `--log` - instead, add a...

The fact `--logtostderr` is being used *at all* is an issue that exists for all crdb versions. This should not have been used from the start. Additionally, starting in v21.1,...