Adam Pauls

Results 6 issues of Adam Pauls

If I understand correctly, this wouldn't be too difficult if the typesafe backend were swapped out for sconfig (https://github.com/pureconfig/pureconfig/issues/87#issuecomment-687504729). Perhaps there has been discussion about why that won't work somewhere...

## reproduction steps Include a nightly build of dotty as a runtime dependency using ```"org.scala-lang" %% "scala3-compiler" % "3.1.3-RC1-bin-20220221-3ca087c-NIGHTLY".``` In a program run with Scala 2.13.8. ## problem I get...

tastyreader

Starts to address https://github.com/circe/circe/issues/1077, which was closed years ago but I would re-open if I could. I thought I would put this up as proof that there isn't too much...

PyPI says that 3.11 is supported, but I don't see any 3.11 versions in the [list of files](https://pypi.org/project/rustfst-python/#files). I can't install the latest version on my machine, but I'm not...

I tried adding an IntegrationTest configuration to my build by doing this in `build.sbt`: `lazy val IntegrationTest = config("it") extend(Test)` and then `EclipseKeys.configurations += IntegrationTest` The first line ensures that...

### Describe the bug Grabbing the latest version of `datasets` and `apache-beam` with `poetry` using Python 3.10 gives a crash at runtime. The crash is ``` File "/Users/adpauls/sc/git/DSI-transformers/data/NQ/create_NQ_train_vali.py", line 1,...