Markus Bergkvist

Results 7 comments of Markus Bergkvist

> Is there a workaround for this issue? I have a use case for a diagram that only makes sense on the entry point of the documentation. @zbraniecki Did you...

@HoLLy-HaCKeR I've moved to use AWS CDK to build and deploy Rust lambdas. See https://github.com/mbergkvist/rust-lambda-cdk for a sample project that automates build and deploy process.

I've had no respons from the maintainer.

> For anyone else who needs mermaid in the top level, no compromise, you can check out the crate _simple_mermaid_ @joeyame How do you accomplish mermaid in the top level...

Thanks! I was doing ```rust //! # Brief Overview //! The following diagram is a simple overview of how Parrhesia is used. #[ doc=mermaid!( "diagrams/overall_form.mmd" ) ] ``` i.e. no...

@pflorek Is this ok to be merged? dependabot keeps creating conflicts with this pr and I want to avoid fixing those until it is ready to merge.

> The changes are backwards compatible due to defaulting to us-east-1 endpoint if the CDK_AWS_PARTITION is not set. > The environment variable has also been introduced in https://github.com/cdklabs/cdk-pipelines-github/pull/895. https://github.com/cdklabs/cdk-pipelines-github/pull/895 has...