Mark Beacom

Results 20 comments of Mark Beacom

@PixelantDesign I think this issue is meant to be a helpful reference versus a bug/feature request. @owocki ?

@chrishobcroft We in fact don't have `BRLN` on the approved tokens list, so it doesn't appear in: https://gitcoin.co/dynamic/js/tokens_dynamic.js If you submit the token as @thelostone-mc has suggested, once it's added,...

Raising a PR for this shortly!

If we're going to use standard `testrpc`, we might as well just instruct the user to use the official/provided `ganache-cli` docker image from docker hub. So we could just delete...

Made the above changes in #13

@z-sourcecode Any update on this roadmap item..? Also, will this project be adopted for full-time support or will it remain an impact point kind of initiative? Is there a particular...

@cplee No -- there isn't a single example of importing the python module in the auto-generated documentation. The imports are non-standard, so: ```python >>> import cdklabs.ecs-codedeploy File "", line 1...

@fralau Encountering the same error while running using the docker workflow with podman. ### Dockerfile/Containerfile: ``` FROM squidfunk/mkdocs-material:9 RUN pip install --no-cache-dir mkdocs-mermaid2-plugin ``` ### fairly minimal mkdocs.yml ``` site_name:...

While I agree with a `cookiecutter` style approach, I can't help but argue the fact that similar frameworks (like previously mentioned `django`) do offer an extremely slim starting point to...