-
### Bug description
Running the docker image for version 4.1.1rc1 fails with ModuleNotFoundError: No module named 'psycopg2'.
### Screenshots/recordings
_No response_
### Superset version
4.1.0…
-
TypeError: __init__() missing 1 required positional argument: 'config'
How should I solve this error?
-
### What did you do?
1. Install brig (via your script)
2. `brig init foo@bar.org -w "pass brig/foo"`
### What did you see?
```
-- Guessed folder for init: /home/manu/.brig
-- Guessed IPFS repo…
-
```
What steps will reproduce the problem?
1.Built android as per rowboat wiki configure and build
2.Mounting file system using NAND causes this issue.
What is the expected output? What do you see …
-
```
What steps will reproduce the problem?
1.Built android as per rowboat wiki configure and build
2.Mounting file system using NAND causes this issue.
What is the expected output? What do you see …
-
```
What steps will reproduce the problem?
1.Built android as per rowboat wiki configure and build
2.Mounting file system using NAND causes this issue.
What is the expected output? What do you see …
-
skip init --appid=com.adhamsdiscovery.HelloSkip hello-skip Hello-Skip
Initializing Skip application hello-skip
[✓] Resolve dependencies (13.04s)
[✗] Build hello-skip (6.45s)
[✓] Check Swift Packag…
-
## Compiler version
3.0.2
## Minimized code
```Scala
class NullFoo:
var s: String = _
override def toString: String = s"Foo:s=$s"
object NullFoo:
def main(args: Array[String]): U…
-
TL;DR an option to allow (one or more) init-script(s) for composite builds - analogous to `./gradlew --init-script ...`.
Some scenarios (think: building a comprehensive integration test that includ…
-
Hi, is it possible to start with an existing image instead of generating from scratch?