Adrien Piquerez

Results 112 issues of Adrien Piquerez

## Motivation Many sbt plugins are published to JFrog Artifactory https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/. When a new artifact in published to it it is not automatically pushed to Scaladex. We used to fetch...

### Motivation The artifact page contains useful information about the pom file of an artifact. Currently we have some useful information: - organization and name - project (Github repository) -...

good first issue

## Motivation Currently we use the total number of Github stars to sort the projects. But this metric can usually grow over time and so it favors old projects over...

## Motivation Idea from @Daenyth in https://github.com/scalacenter/scaladex/discussions/943 > I'd find it really helpful if the new "awesome" list could filter for stack. A really common use case is "I want...

It is sometimes called `data`, as in `data.log` and `scaladex.data.Main`, and sometimes `index` as in `deployIndex`,`index.sh` and `IndexConfig`. This is confusing and I wish we could find a better name.

``` 2021-12-24 09:42:03,947 ERROR ch.epfl.scala.index.server.Server$:137 - java.util.NoSuchElementException: None.get at scala.None$.get(Option.scala:627) at scala.None$.get(Option.scala:626) at ch.epfl.scala.index.server.BadgesSupport$SummariseLanguageVersions$.versionFor(BadgesSupport.scala:139) ```

``` 2021-12-24 09:42:08,585 ERROR ch.epfl.scala.index.server.Server$:137 - java.util.NoSuchElementException: Request Failure ElasticError(search_phase_execution_exception,all shards failed,None,None,None,List(ElasticError(query_shard_exception,Failed to parse query [*+AND+organization:definitelyscala AND organization.keyword:definitelyscala],Some(7FwEGCVBT6qxYunKQxfCgA),Some(scaladex-dev),None,null,None,None,None,List())),None,Some(query),Some(true),List(FailedShard(0,Some(scaladex-dev),Some(n4eXy6PYRz-1-eBlw3DL0g),Some(ElasticError(query_shard_exception,Failed to parse query [*+AND+organization:definitelyscala AND organization.keyword:definitelyscala],Some(7FwEGCVBT6qxYunKQxfCgA),Some(scaladex-dev),None,null,Some(CausedBy(parse_exception,Cannot parse '*+AND+organization:definitelyscala AND organization.keyword:definitelyscala': Encountered "...

Currently the programmatic `/project` endpoint returns: ```scala artifact: List[String], versions: List[String], groupId: String, artifactId: String, version: String ``` A lot more information could be added in a version 2 of...

Please update readme for scaladex repo: "Sbt Plugins: We index sbt plugins published to sbt/sbt-plugin-releases add your plugin to claims.json" https://github.com/scalacenter/scaladex/blob/master/README.MD _Originally posted by @andriimartynov in https://github.com/scalacenter/scaladex-contrib/pull/58#issuecomment-664233784_

List all the compatible Scala 3 features - give an example - what are the limitations List all the incompatible Scala 3 features