-
**Version**: (e.g. `3.4.1`)
**Module**: (e.g. `quill-jdbc-monix`)
**Database**: (e.g. `postgres`)
### Expected behavior
Lets assume that we are lifting at runtime a `List` of values `T` which …
-
## Compiler version
3.3.1
## Minimized example
The compiler is complaining about a usage of `forSome` however it is not found in either the project or its dependencies.
here are some cros…
-
When I try to compile a module with some dubious module usage, I get errors in bloom:
```
markspc% bloop compile --verbose annotations
[D] Loading workspace settings from bloop.settings.…
-
**Version(s)**
```
> scala-cli --version
Scala CLI version: 1.2.0
Scala version (default): 3.4.0
```
**Describe the bug**
Cannot run script in Windows:
```
> scala-cli -v -v -v hello.sc
Ch…
-
## Overview
This issue is an epic to collect a list of proposals for code refactoring, file rearrangement or cleanups with the purpose to unify the design and strategy in organization the source code…
-
When I am joining a Live Share session navigation doesn't work.
It works If I am the one hosting the session.
**To Reproduce**
Steps to reproduce the behavior:
1. Join a Live Share session …
-
How would y'all feel about a AWS SecretsManager Connector? I'm pretty close to having the basic functionally finished for it (created, delete, update, list) and I'll add IT test for those as well.
-
Hi, would you be interested in code to make it easier to work with tagless-final style FP programming, and with cats-effect (FP effect monad)?
The current tracing API is designed for `Future` users…
-
I am using HikariCP-3.4.2 with viertix.io and scala monix.
Using Hikari connection pool is created like
```
def createDataSource(autoCommit: Boolean = false, connectionTimeout: Long = 60000,
…
-
Can we concatenate multiple `EventStreams`?
The use case is that I have two streams that should emit elements after each other:
```scala
val e1: EventStream = ???
val e2: EventStream = ???
/…