Alex

Results 17 issues of Alex

src/Database/Bloodhound/Types.hs: ``` {-| 'BulkOperation' is a sum type for expressing the four kinds of bulk operation index, create, delete, and update. 'BulkIndex' behaves like an "upsert", 'BulkCreate' will fail if...

PSCi REPL seems to be using the default font size of 14 regardless of editor font, and there is no way to change it. Having REPL match the editor font...

enhancement
help wanted

Adds ability to load alternative languages via `lang` command. ATM this is a PoC, comments and critique welcome and appreciated, especially on ways to better name and organize things, currently...

A repeat of #242, but with explicit ability to control MIDI device ordering, to solve the problem of unpredictably ordered devices. Changes are visible in the UI. `mmidi` command allows...

(on a Mac, seems to be affecting all things with arrows) ``` this.acels.set('Edit', 'Uppercase', 'CmdOrCtrl+Shift+U', () => { this.cursor.toUpperCase() }) this.acels.set('Edit', 'Lowercase', 'CmdOrCtrl+Shift+L', () => { this.cursor.toLowerCase() }) this.acels.set('Edit', 'Drag...

## Compiler version 3.1.3 ## Minimized code ```Scala object EB: type Outcome = Command | SideEffect | CmdEffect type OutcomeSpec = Command | (() => Unit) | (() => Seq[Command])...

itype:bug
area:typer
regression

### Describe the bug When setting `Metals: Java Home` property in VSCode, Metals writes it to `~/.bloop/bloop.json`. The problem is two-fold: 1. It is not immediately obvious that this is...

```scala case class JiraEvent( issue: String, itype: String, created: String, summary: String, assignee: String, reporter: String, status: String, eventDate: Option[Timestamp], eventActor: String, field: String, from: String, to: String ) ```...

## Compiler version 3.2.1-RC1 Possibly related: https://github.com/lampepfl/dotty/issues/14146 ## Minimized example Not sure if bug or feature request or possible misuse, also please pardon my pedestrian/inaccurate understanding of both the mechanism...

itype:enhancement
area:inline

### Describe the bug ![image](https://user-images.githubusercontent.com/925755/189605961-8242bbf5-6b82-4775-bf2f-5c6d4c16451a.png) Even though a parameter is explicitly specified, another `[A]` is shown. A more complex example: ```scala class SliderBankMode[Proxy, Param]( override val id: String, val obj:...

bug
Scala 3
semanticdb
fixed-upstream