Kai
Kai
Issue described in https://t.me/izumi_ru/3971 ``` [info] Main Scala API documentation to /home/circleci/project/target/scala-2.13/api... [error] /home/circleci/project/src/main/scala/com/ponv/Scenarios.scala:16:26: exception during macro expansion: [error] izumi.distage.model.exceptions.BadIdAnnotationException: Wrong annotation value, only constants are supported. Got: @izumi.distage.model.definition.Id(izumi.distage.model.definition.Id(com.ponv.Loggers.Welcome)) [error]...
Currently mutators can only add pure transformations of the key to the graph, but cannot perform effects or add new lifecycles, this is a serious limitation that ought to be...
It may be inconvenient to manually run `graphviz` on `target/plan-gc-full.gv` to generate a png every time. We can show the graph in a gui popup in a response to signal...
Now that we define Roles non-reflectively via `RoleModuleDef`, there's nothing stopping us from porting `distage-framework` module to Scala.js.
See https://github.com/7mind/distage-example/issues/109#event-3780304111 Just need to move code changes from here - https://github.com/7mind/izumi/pull/1185/files - to `distage-example`
Our docs look good when viewed from `Dark Reader` Firefox plugin, but unfortunately without it they look quite bright. We should somehow make `paradox-material-theme` darker to by default. /cc @VladPodilnyk
See https://github.com/tkawachi/sbt-doctest
See reproduction project: https://github.com/vilunov/izumi-test-docker ### Steps to reproduce - Create an image tagged with `example.com/unknown/image:1337` ```sh docker pull busybox:latest docker tag busybox:latest example.com/unknown/image:1337 ``` - Make sure it works outside...
There's an example project - https://github.com/7mind/distage-example - and some [videos](https://www.youtube.com/watch?v=CzpvjkUukAs) available, but microsite documentation is still currently TBD. Contributions very welcome.
We can do this fairly easily right now for static plans (those defined by classpath plugins). Enabling type-level bindings manipulation would first require #102 Partially solves #53