Results 10 issues of Michael Stucki

This is just a feedback, not a bug report. Even though it contains some critism, I'd like to thank you for your work on Tomate! I'm sharing my feedback because...

Looking at the low activity in this project, I'm wondering if anyone is still using it? There's now a great alternative with "ddev" which is Open Source (Apache License) as...

Running `make create typo3` deletes the folder `app/` before it's created again. This breaks further execution of `make bash` etc. because the folder is now found at a different inode:...

The `make build` command does not work if the host has no PHP installed. The reason for this is that the bin/build.sh script is executed on the host, not in...

As explained in #482 RealUrl is case sensitive for non-cached URLs, but it accepts different case spelling for cached results. Scenario: 1. Open http://mysite/HOME/ => it fails 2. Open http://mysite/home/...

Just upgraded my system to Ubuntu 20.04 (still beta, but soon to be released). When trying to play a radio stream, nothing happens on my Nest Hub: ``` $ mkchromecast...

It seems like vagrant-hostmanager is reading the IP address of a host from the Vagrantfile. However, when using DHCP, that does not work.

Simplify integration of this repository through Composer. However, as long as the package is missing on https://packagist.org/, the repository still needs to be added to the `composer.json` file of a...

waiting-for-response-from-contributor

It should be possible to play recordings through watchteleboy.

I am trying to run Docker on Ubuntu 20.04 using this kernel. It seems to fail because iptables support is missing in the kernel: ``` root@mycloudex2:# /usr/bin/dockerd -D ... failed...