Lorenzo Gabriele

Results 98 issues of Lorenzo Gabriele

Installing on Intellij IDEA 2018.1 on Linux gives me this error: ``` CBT java.lang.NoSuchFieldError: CBT at darthorimar.intellijcbt.CBT$.(CBT.scala:16) at darthorimar.intellijcbt.CBT$.(CBT.scala) at darthorimar.intellijcbt.project.CbtProjectImportProvider.canImport(CbtProjectImportProvider.scala:20) at com.intellij.ide.actions.ImportModuleAction.lambda$createImportWizard$2(ImportModuleAction.java:187) at com.intellij.util.containers.ContainerUtil.findAll(ContainerUtil.java:973) at com.intellij.util.containers.ContainerUtil.filter(ContainerUtil.java:953) at com.intellij.ide.actions.ImportModuleAction.createImportWizard(ImportModuleAction.java:187) at...

I noticed that the `tokens` section in the `duplicates` section of the json report is [hard-coded to `0`](https://github.com/kucherenko/jscpd/blob/063c1bfbf82393068a41b41d30d957a4b59ee2f6/packages/finder/src/reporters/json.ts#L65). It should describe the number of tokens that make the duplicated code....

bug
hacktoberfest-accepted

I posted the files on github: [Quill-spark](https://github.com/lolgab/quill-spark) my build.scala: ```scala import cbt._ class Build(val context: Context) extends BaseBuild with SbtLayoutMain { override def name = "spark-quill" override val defaultScalaVersion =...

bug
help wanted

https://github.com/cvogt/cbt/blob/663a0f9095ab77138a6a8bc76b788dc2b55928b7/plugins/scalafix/build/build.scala#L21 Now the scalahost dependency is fixed but if you set the defaultScalaVersion = "2.12.3" for example the only version on maven is the "1.8.0" [Maven central](https://repo1.maven.org/maven2/org/scalameta/scalahost_2.12.3/) .. For [scala...

## Pre-requisites - [x] Prior to submitting a new workflow, please apply to join the GitHub Technology Partner Program: [partner.github.com/apply](https://partner.github.com/apply?partnershipType=Technology+Partner).

code-scanning

Porting [scala-java-locales](https://github.com/cquiroz/scala-java-locales) some tests were skipped because of some missing functions in `java.util.Date`, that exist in Scala.js: ``` [error] Found 8 missing definitions while linking [error] Not found Member(Top(java.util.Date$),D3UTCiiiiiijEO) [error]...

The current test infrastructure doesn't work with asynchronous code. Tests frameworks work around this problem by forcing the execution of the `scala.scalanative.runtime.loop()` before awaiting the futures. This is not needed...

`GET /groups?order_by=similarity` is supported but not available in the high level API https://gitlab.com/gitlab-org/gitlab/-/issues/332889

Initial Scala Native support for quill-core and quill-sql modules. There is no Scalatest 3.0.x for Scala Native so I used 3.1.0-SNAP7 for Scala Native and old Scalatest for JVM and...

### Feature request It would be nice to have a async Curl backend. It can be implemented on top of [scala-native-loop](https://github.com/scala-native/scala-native-loop) using `Poll` and libcurl's [multi socket mode](https://curl.se/libcurl/c/libcurl-multi.html) Curl has...

enhancement
spree-warsaw