izumi icon indicating copy to clipboard operation
izumi copied to clipboard

Productivity-oriented collection of lightweight fancy stuff for Scala toolchain

Results 173 izumi issues
Sort by recently updated
recently updated
newest added

```scala trait LogSink[F[_]] { def flush(entry: Entry) : F[Unit] = ??? } ```

enhancement
logstage (logs)

- [ ] Templating support is dirty and not flexible enough - [ ] Static configs are inconvenient to work with. I think we should "register" logger components and use...

enhancement
logstage (logs)

Templating support is dirty and not flexible enough - [ ] We need to support thread id and thread name separatedly - [ ] We need to come up with...

logstage (logs)

Right now proxied value which needs to be added into a set will fail. We have two strategies to address the issue: 1. We may stop proxying equals/hashcode. It's easy...

distage (di)
good first issue

This should be the last piece allowing us to have piece of mind and not to worry about convergence. We need to consider the following: 1. Coursier resolves convergence by...

enhancement
distage (di)
philosoraptor
complex

See `LogConfigServiceStaticImpl`

enhancement
logstage (logs)

This would allow users to easily implement rewriting policies for the cost of replanning. Oudated P/R: #273

enhancement
distage (di)
low-priority

We may stick to fucking TS config approach. But in fact our config convention is strict enough to use it as a source for reference config. We just need to...

enhancement
distage (di)
low-priority