Kai

Results 136 issues of 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]...

bug
help wanted
distage (di)
good first issue
complex

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...

enhancement
distage (di)
api
complex

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...

enhancement
help wanted
distage (di)
good first issue

Now that we define Roles non-reflectively via `RoleModuleDef`, there's nothing stopping us from porting `distage-framework` module to Scala.js.

enhancement
distage (di)
good first issue

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`

distage (di)
doc
distage-testkit

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

help wanted
doc
good first issue

See https://github.com/tkawachi/sbt-doctest

help wanted
doc
good first issue

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...

bug
help wanted
high-prio
good first issue
docker

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.

help wanted
distage (di)
high-prio
doc
good first issue
distage-testkit

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

enhancement
distage (di)
api
philosoraptor
complex