-
Extracted from discussion in #21226 introducing problems
> @EugeneFlesselle this now causes a warning under -source:3.5 (so also in 3.5.x backports) in https://github.com/scala/scala3/blob/a64c295…
-
**What problem will this solve?**
Currently, dependencies on projects will resolve in different behaviors between Visual Studio and other exporters. Currently, only VS support implicit transitive lin…
-
ref https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2294
Mostly sanity check
-
There's an inconsistency between where aria-placeholder is allowed in ARIA and where placeholder is allowed in HTML.
ARIA 1.2 (and the current working draft) only allows `aria-placeholder` on
-…
-
# [RFC] OpenSearch Search Quality Evaluation Framework
## Introduction
[User Behavior Insights](https://github.com/opensearch-project/OpenSearch/issues/12084) (UBI) provides OpenSearch users wit…
-
AssistantAgent can take a list of tools.
These tools are typically python functions which themselves can have dependencies and secrets.
For example, a search tool might use a specific search library …
-
## Compiler version
`3.0.0-M3`
## Minimized code
```Scala
object Reproducer extends App {
trait ZPure[+W, -S1, +S2, -R, +E, +A]
object ZPure {
implicit final class UnifiedSy…
-
When using PhpMyAdmin in PHP 8.4.1, it throws a lot of erros and deprecation warnings:
![PHPMyAdmin - Error](https://github.com/user-attachments/assets/a4593fe2-eb33-4aae-83d6-43205b2f65f3)
`
D…
-
### Problem
Currently, when a user asks the AI assistant a question, the prompt is passed verbatim to Elasticsearch as a search query. While we are already leveraging semantic search, which improves u…
-
```scala
trait Cmp[T] { def compareTo(o: T): Int }
class K[T] extends Cmp[K[_ >: T]] { def compareTo(that: K[_ >: T]): Int = ??? }
object Tst {
(new K[String]).compareTo(new K[Int])
}
```
…