Anton Sviridov

Results 177 issues of Anton Sviridov

I was just wondering, is it possible to add support for Hash in similiarity methods? I've cauht myself re-implementing it without knowing of the existence of this gem. For example...

All is better explained in this page about D language: https://dlang.org/library/core/memory/gc.add_root.html In short, using C-style callbacks with GC-managed objects is currently dangerous, as the object can be collected at any...

### Describe the bug I'm testing the Test Explorer new feature which I'm super excited about. There are two cases I've seen so far: ### Only the first project gets...

improvement
test-explorer

I was quite surprised to find out that Almond uses fs2 :) https://github.com/almond-sh/almond/blob/master/modules/shared/interpreter/src/main/scala/almond/interpreter/input/InputHandler.scala Makes sense, when I think about it. Would it be possible to either 1. Upgrade to 3.x...

(I can't get bloop to run locally, so just testing on CI)

Scala.js

## Bug Seems like (unintentionally?) jsdom setting in the generated config is set to false: https://github.com/scalacenter/bloop/blob/3eab1f8079cfaf228ec68740daadf5854070c89b/integrations/sbt-bloop/src/main/scala/bloop/integrations/sbt/SbtBloop.scala#L779 Which means the tests don't run from IDEs. Manually changing `jsdom` to `true` in...

bug
integrations
sbt

I did not find a tracking issue for this, but please point me to it if there is one. For full transparency, I don't know if it's **necessary** to publish...

On Scala 3, `-scalajs` option is required to generate IR files. Without it, the compiler will complain, and the linking will succeed without actually doing anything. In the app you...

bug
help wanted

Prior to 2.3.1, Mdoc.js was using a deprecated SJS API which explicitly wrote out an empty file if the list of produced JS modules is empty: https://github.com/scala-js/scala-js/blob/main/linker-interface/shared/src/main/scala/org/scalajs/linker/interface/ReportToLinkerOutputAdapter.scala#L51-L53 This can happen...

bug