adpi2

Results 100 issues of adpi2

## 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). --- ### **Please note that at this time we are...

code-scanning

Discovered by @robstoll in https://github.com/sbt/sbt/discussions/6828 create ## steps - Open an sbt client with `sbt -client` - Change the build definition - Run any task or command ## problem There...

Bug
area/server
area/reload

Appeared in https://github.com/sbt/sbt/discussions/6828 ## steps - Set `Global / onChangedBuildSource := ReloadOnSourceChanges` - Open an sbt client with `sbt -client` - Alter the build definition with some code that does...

Bug
area/server
area/reload

## steps 1. Create an minimal sbt project with a program that reads the standard input ```scala // build.sbt scalaVersion := "2.13.7" ``` ```scala // src/main/scala/example import scala.io.StdIn object HelloWorld...

Bug
area/server

The requests of the form `buildTarget/*` take a sequence of build target identifiers as paramater and expect a sequence of result items as response, each item corresponding to one of...

Related to https://github.com/sbt/sbt/issues/6550 and https://github.com/sbt/sbt/pull/6552 According to the [specification](https://build-server-protocol.github.io/docs/specification.html#resources-request), the `ResourcesItem` contains ```ts export interface ResourcesItem { target: BuildTargetIdentifier; /** List of resource files. */ resources: Uri[]; } ``` I...

### Current behavior https://index.scala-lang.org/search?q=skuber ### Expected Behavior The list of results should contain hagay3/skuber ### Extra comments _No response_ ### Search terms _No response_

bug

Experimentation for #946

This PR deprecates the current `api/search` endpoint by renaming it `api/search-old`. Then it introduces a new `api/search` endpoint whose query inputs, behavior and response are similar to the `search` page...

### Motivation Use a more version of Bootstrap to have access to all the new features and improvements. ### Identified Obstacles - There are some breaking changes between Bootstrap 3...

help wanted
good first issue