-
* replace parameters in HKT: `[T: Tag] => Either[T, ?]` this means adding a macro case to HKTag and appropriate logic in TagMacro [i.e. extracting the real param from `{ type Arg }`. done
* replace p…
-
Hello!
Is there a tutorial to follow on how to run a Spark application on top of minikube?
I have been able to run the spark-pi example successfully in minikube. However, I can't make it work for my…
-
Plugin:
```scala
makeConfigNamed[SomeCfg]("path")
make[SomeCfg].from {
(conf: SomeCfg @Id("path")) =>
SomeCfg.adjustConfig(conf): SomeCfg
}
```
*Expected result*: minimized c…
-
When compiling a project that depends on distage (distage-core) on versions 0.9.13 and 0.9.14 I get a compilation error. Previous versions worked fine (0.9.12 works fine). Java 8 (java version "1.8.0_…
-
After removing runtime trait generation here https://github.com/7mind/izumi/issues/584 we should move the compile-time implementations from distage-static to core and bless them as default.
-
Certain classpath-based tests started failing after upgrade from 1.3.0-RC1 to 1.3.0-RC2.
These tests seem to pass with `fork in Test := true`, **BUT NOT** with `classLoaderLayeringStrategy in Test :…
-
Need to add support for NCAR izumi. The machine hobart will eventually go away and so we should move the test suite to izumi.
-
currently we log to console using `zio.console.Console` which obviously is not production solution. We may use some of existing libs for that.
Potential candidates are:
1. https://github.com/NeQ…
-
プラグイン導入後の初回起動時にクラッシュします。しかし、2回目以降は問題なく動作します。
おそらく、 core/userconfig.rb において初期値が定義されていた設定について、参照すべき初期値がなくなったからと思われます。
この辺ですかね。
https://github.com/mikutter/rest/blob/a4bcd033aa40a0240004c8fe55b0…
-
Hello,
I have a class roughly like this:
```scala
class MyClass(a: String @Id("a"), b: String @Id("b")) { ... }
```
which is wired like this:
```scala
object MyClassModule extends ModuleD…