Anton Sviridov

Results 177 issues of Anton Sviridov

- Normalise location of dependency versions - Update metaconfig to 0.9.15 for all but Scala 2.11 - Re-enable CLI cross-publishing for Scala 3

Like metals does it: https://scalameta.org/metals/docs

spree

We can have just 1 scripted test which is a multi-module project for 2.12, 2.13, and 3.x projects which should use locally published mdoc plugin. I'm particularly interested in using...

spree

As part of #466 I had to implement a code printer that respects indentation, for Scala 3 support. There's nothing Scala3 specific in there though, and apart from making the...

I've done a better job of describing it here: scala/scala-lang#1337 Scala.js website in general does have good granularity in terms of pages, but getting the link to a particular section...

Howdy! I've finally upgraded a project of mine to 2.13, and it depends transitively on `ammonite-repl` (I'm using almond). And I noticed that missinglink is complaining: ``` [error] Category: FIELD...

OS: PopOS (ubuntu-based linux) SN: 0.4.0 Scala: 2.13.4 os-lib: 0.7.2 Problem: attempting to use `os.write` causes a segfault. Reproduction: - Repo: https://github.com/keynmol/test-os-lib-scala-native - CI: https://github.com/keynmol/test-os-lib-scala-native/runs/1801082808#step:6:8 running it via gdb shows...

Prologue: I've been load testing our app with Apache Bench and noticed that sometimes same test would stop for a few seconds and then continue, other time the throughput was...

Closes #19 1. Double indent links in TOC - otherwise they're not rendered as nested lists at all 2. Enable YAML frontmatter parsing, and propagate it into the document index...

Now that #17 is merged, here's how it can be improved: 1. If the document has a **single* level-1 heading (=title), the TOC should be inserted right under it This...

enhancement