Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
- Developer Program Member
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,121 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
Created a pull request in faultline/faultline that received 2 comments
Support multiple clientApiKeys
Support multiple clientApiKeys ( XXXXXXXXXXXXX and YYYYYYYYYYYYYYY )
clientApiKey: 'XXXXXXXXXXXXX, YYYYYYYYYYYYYYY'
- Bump up go version
- Add `hideTagGroups`
- Add `dict`
- Add `hideDiagrams`
- [BREAKING]Add ndiag.descriptions/_index.md
- Add `hideLayers`
- Add task for updating ndiag documents
- Add `hideRealNodes`
- Add Config.Graph for setting the description of the diagram
- Add support for merging components, clusters and relations in the node list into config
- [BREAKING]Use splines=ortho
- Add `relations:` to describe the relationship between components
- Add --disable-cache option
- Support external_id
- When no `source_profile`, use default profile
- If it fails to get the MFA device, don't make an error
- Try to get the MFA device even in `sts assume-role`
- Support Assume Role
- [BREAKING]Change default duration `12hours` -> `1hour`
- Load AWS_REGION from ~/.aws/*
- Support env exporter
- Add options
Created an issue in goccy/go-graphviz that received 1 comment
Show DEBUG output when using `splines=ortho`
Hi @goccy !
Converting a dot file using splines=ortho seems to produce debugging output.
I think it's probably compiled with DEBUG enabled in inter…