abrighton

Results 10 issues of abrighton

Unidoc is giving me errors when a trait or class has a companion object. For example: `RunId is already defined as object RunId` `RunId is already defined as case class...

The example common.webpack.config.js file from https://scalacenter.github.io/scalajs-bundler/cookbook.html#global-namespace contains a minor error that can cause problems when an npm module name contains a hyphen: Please replace ```test: require.resolve(modName)``` with ```test: require.resolve(globalModules[modName])```. That...

You might want to include [React4s](https://github.com/Ahnfelt/react4s) in the section with the other Scala.js React packages.

Calling the listDir method of EtcdClient throws an exception (in the future): etcd Version: 2.1.2 Git SHA: ff8d1ec Go Version: go1.4.2 Go OS/Arch: darwin/amd64 java8, scala-2.11.7 Object is missing required...

There is a Scala 3 version available for scalacss "core". See [here](https://mvnrepository.com/artifact/com.github.japgolly.scalacss/core_3/1.0.0). but for "ext-scalatags", there is only: [this scala 2.13 version](https://mvnrepository.com/artifact/com.github.japgolly.scalacss/ext-scalatags_2.13/1.0.0). Since they are in the same source tree,...

Any plans for an updated version for Play-2.5.x?

After a "snap remove playlist-dl" followed by a "snap install playlist-dl", the paid for lifetime license is gone. The "Unclock" (Should be "Unlock") button and "Restore Account" buttons do not...

On Linux (Pop!_OS 22.04 LTS), which is based on Ubuntu: It was working fine until I tried it today and now it crashes when I click on Downloads or Player....

I wanted to upgrade a project to Scala 3 that depends on sjsonnet. Is anyone working on a Scala 3 version?

Without this change, HTML syntax in query param descriptions was escaped. I