Jonas Fluhrer

Results 6 issues of Jonas Fluhrer

I had the problem that `sleep 1` wasn't enough at some point and `eval "${MYSQL_CMD}" < /tmp/init` was executed before th mysql daemon was started, so I searched how I...

type: feature
area: startup

I have the following `docker-compose.yml` setup: ```yaml services: db: image: jbergstroem/mariadb-alpine:10.4.15 environment: MYSQL_ROOT_PASSWORD: root MYSQL_DATABASE: test volumes: - ./db:/docker-entrypoint-initdb.d ports: - "3306:3306" ``` At intial startup it loads the file...

type: bug
area: startup
pending: needs testing

On windows under certain permission conditions (dependent on folder location) there is the following warning at container startup: ``` Warning: World-writable config file '/etc/my.cnf.d/my.cnf' is ignored ``` On Windows this...

type: change
area: docker
pending: needs testing

In some cases it would be useful to use [date and date range querys](http://beets.readthedocs.io/en/v1.4.6/reference/query.html#date-and-date-range-queries) with the `year` tag. So a query like: `beet list 'added:-5y..'` would also be useful with...

feature

I first brought this up in the [discussions](https://github.com/orgs/supabase/discussions/17917) but I think here is a more fitting space **Is your feature request related to a problem? Please describe.** In my `config.toml`...

enhancement

**Vuestic-ui version:** 1.9.11 ### Description The default of the prop `color` of the Popover component is currently `"#1b1a1f"` as [stated here](https://ui.vuestic.dev/ui-elements/popover#props). As you can see in the screenshot, the `background-color:...

BUG