-
**Describe the bug**
Running the tasty bytes sample worksheet results in error `Unable to use warehouse "COMPUTE_WH"`
**URL of where you see the bug**
https://quickstarts.snowflake.com/guide/tast…
-
Hi guys,
Is there any way to use the custom params for filter. For example, my backend allow params like this:
http://domain.com/shop/products?search=name:tasty t-shirt;
or
http://domain.com/sh…
-
When running stack2nix 0.2 on a project using `resolver: lts-9.1` (succeeds) and then trying to build the output package:
```
error: anonymous function at /nix/store/c79p3krp7li3rnc6mfjaar0n82kkxf…
-
I switched a few hedgehog property tests from tasty to sydtest. Those are for cesu8 and modified utf8 validation. When changing validation, encoding or decoding, I run the property tests with a lot mo…
-
I am trying to set a local option for a test but it seems to be ignored by the test runner (`defaultMain`) of `tasty-silver`.
```haskell
#!/usr/bin/env GHC_ENVIRONMENT=- runhaskell -packagetasty-1.4…
-
## Compiler version
All Scala versions (both Scala 3 and Scala 2)
## Minimized code
Important: Compiles correctly when build server is not used (`scala --server=false`), otherwise compilation of …
-
## Compiler version
3.5.1
## Minimized code
```
git clone https://github.com/rjolly/scas.git
cd scas
./mill -i -D dottyVersion=3.5.1 scas.docJar
```
## Output
```
Problem parsing p…
-
[SemanticDB](https://scalameta.org/docs/semanticdb/guide.html) is a fast index of program definitions in a workspace, used heavily by projects such as [Metals](https://scalameta.org/metals/) e.g. to s…
-
## Minimized code
```scala
import scala.reflect.Selectable.reflectiveSelectable
object Test {
type Runner = { def run(args: Array[String]): Unit }
def test(args: Array[String], runner: …
-
## Compiler version
Scala compiler version 3.1.3 -- Copyright 2002-2022, LAMP/EPFL
## Minimized code
```Scala
class A(val f: () => Int) {
def mA(p: Int = 0): Int = p
}
trait B {
…