Vlad

Results 5 comments of Vlad

Try to add ```Dockerfile RUN sed -i -e 's/http:/https:/' /etc/apk/repositories ``` After `FROM` line, that helps me

Which methods are you missing during the migration to new version?

@gilsondev please try this file https://github.com/kepano/flexoki/blob/main/iterm2/flexoki_light.itermcolors

https://github.com/kepano/flexoki/pull/35 Try this version, I fixed some bugs. Also you can try to override white color by using `SPACESHIP_AWS_COLOR` env variable Spaceship is using color `208` (TBH I don't know...

```sh anyquery -q "SELECT * FROM read_csv('titanic.csv')" # works anyquery -q "CREATE TABLE dataset AS SELECT * FROM read_csv('titanic.csv')" # no such table: read_csv ```