Marius B. Kotsbak

Results 35 issues of Marius B. Kotsbak

When I try interfaces like this: trait Protocol { val dictionary: protocol.Dictionary val userRegistry: protocol.UserRegistry } trait UserRegistry { def createUser(newUser: User): User def lookupFirstNamePart(firstname: String, exact: Boolean = false):...

It would be nice if the Gists could specify extra dependencies that would be added dynamically when compiling it. That would allow for showcasing other GUI kits as Widok and...

I can't find the license of the project anywhere.

Usage: ``` scala val va = Var(0) val vb = Var(0) val vc = Var(0) val zipped: Rx[(Int, Int, Int)] = va.zip(vb, vc) ``` zipped would change for a change...

In the OH2 snapshot from today (01.01.2017), I can no longer see any units in the association groups. This also did not work in my last snapshot, but has worked...

Trying to use the library with Kotlin 1.4.x gives build conflicts on `kotlin:kotlin-reflect`. Please update or add another release for Kotlin 1.4.x

I see that the project is depending heavily on npm packages and dependencies as well as sbt. It would be easier to use if only sbt was required to build...

help wanted

The following exceptions(s) occurred in the ZIO for IntelliJ plugin: ``` com.intellij.diagnostic.PluginException: Short name 'SimplifyUnitInspection' is not unique class 'zio.intellij.inspections.simplifications.SimplifyUnitInspection' in PluginDescriptor(name=ZIO for IntelliJ, id=zio.intellij.zio-intellij, descriptorPath=plugin.xml, path=~/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-1/212.5457.46.plugins/zio-intellij, version=2021.2.13.0, package=null) and...

It seems like Facebook Flow language/annotation is getting popularity, so I think it would make sense to add it to the comparison table at scala-js.org front page.