Yuki Furuyama
Yuki Furuyama
Thanks @ernest-ag5. This package [renames](https://github.com/yfuruyama/crzerolog/blob/9552417214f4d6b2360ae432acb824bbcbce4176/log.go#L32-L55) the level value and that causes `???` in zerolog ConsoleWriter [logic](https://github.com/rs/zerolog/blob/e218d18951a18f1ef4bd3384f95b7e58abd9c90b/console.go#L388). I filed a PR in zerolog to fix this issue: https://github.com/rs/zerolog/pull/476 For the time...
This issue was fixed in https://github.com/yfuruyama/crzerolog/pull/4, please use the latest version of this package.
@ernest-ag5 Tagged: https://github.com/yfuruyama/crzerolog/releases/tag/v0.3.1 Thanks!
@eserte Thanks for reporting it. It's due to `$Data::Walk::type` is "HASH" but `$Data::Walk::container` is not hash data. https://github.com/zigorou/perl-JSV/blob/master/lib/JSV/Reference.pm#L95-L101 I'll investigate it deeply.
The fix is already merged: https://github.com/yfuruyama/gcp-console-colorize/pull/12 I'm waiting for the new extension to be reviewed and published to the store.
Thank you for your contribution. Unfortunately, currently the content is static and I cannot accept new charts.
Thank you for your suggestion. > Any chance adding some ERD examples? Yes, it's possible. The render server uses PlantUML version `1.2018.1`, which is able to render ER diagram. I'll...
@johnelm Actually, not yet. I use PlantUML [SyntaxChecker](https://github.com/plantuml/plantuml/blob/master/src/net/sourceforge/plantuml/syntax/SyntaxChecker.java) to detect diagram type, but it always interprets `ERD` UML as `CLASS` diagram. So I found it's difficult to distinguish ERD diagram...
@chatelao Currently there is no way for users to add new samples to this site. If you already have some samples, I can update them manually.
@chatelao I added `contributions` directory: https://github.com/yfuruyama/real-world-plantuml/tree/master/contributions Could you add your samples to that directory and send a pull request?