Beerend Lauwers

Results 7 comments of Beerend Lauwers

@rarkins In the specific case of the aforementioned package, `alpha27`appears to be regarded as the latest version: ``` composer show "drupal/media_bulk_upload" --all name : drupal/media_bulk_upload descrip. : Allows uploading files...

I had the same issue - adding the `host` key resolved the issue for me as well.

What Markdown renderer are you using? Does it exhibit the same behaviour given that input?

@chrisdone @lwm What was it hosted on? Do you have deployment scripts or the like?

@JonasT's solution did not work for me, unfortunately. When building images, the build always failed with a `No such file or directory` error of a subvolume in the `/var/lib/docker/btrfs/subvolumes` folder,...

@JonasT I did that, I first uninstalled Docker, then nuked the subvolumes with `btrfs subvolume delete`, then deleted the `/var/lib/docker` folder itself, rebooted, and then reinstalled Docker. My btrfs is...

Sounds good. I already have some code for turning YAML lists into Hakyll lists here: https://github.com/beerendlauwers/HaskAnything/blob/master/src/HaskAnything/Internal/Field.hs#L133 We could have a function that returns `Maybe Either` a `String` or a `[String]`,...