Peter Droogmans

Results 21 comments of Peter Droogmans

I get this when running `fin project start` ALERT: Required Docker server version is 19.03.4 ```bash peter@bto003:~$ docker version --format '{{.Client.Version}}' 19.03.3 peter@bto003:~$ docker version --format '{{.Server.Version}}' 19.03.3 peter@bto003:~$ docker-compose...

> Is that because you worry that installer script might break you current one? Yes, that's what the message implies ;-)

I ran into the same, seems like `{{owner}}` isn't populated Create a `.changelog` file with this ```php

```bash $ git remote show origin -n * remote origin Fetch URL: [email protected]:UN-OCHA/iasc8.git Push URL: [email protected]:UN-OCHA/iasc8.git ```

Might be easier to clean the URL, replacing `//` with `/` in `get....Url` methods

Deleted the DB container and volume and it seems to be working

FYI picture 2.x now works without breakpoints module, if there's interest we can start porting the relevant parts.

@quicksketch srcset will cover most use cases, but the problem is that - for the moment - you'll need to output a picture tag and use the polyfill, if you...

@quicksketch > srcset: w or x syntax? The w syntax is the preferred way, but it means you'll need to add sizes as well. The easiest to implement is the...