Geoffrey van Wyk

Results 20 comments of Geoffrey van Wyk

Perhaps somebody else should take over or fork?

Some folks used the wrong reaction emoticons, unless they did it intentionally.

I think is because of this: `'model' => \Models\User::class,` and the fact that the User class is abstract. It seems your users should not be able to log in.

I use the following [post-generate hook](https://gist.github.com/geoffreyvanwyk/8971c30710ca98ecc48ec4295735b6f0): ```python # Create a "hooks" directory at the root of your Cookiecutter project, then add this file to it. import os for path, subdirs,...

When trying Pikaday instead of Flatpickr, the page becomes unresponsive.

Your suggestion is certainly sensible because it is supported by the tmux wiki: https://github.com/tmux/tmux/wiki/FAQ#i-dont-see-italics-or-italics-and-reverse-are-the-wrong-way-round, and by my experience.

I have the same problem when using Ansible. When I run the command directly from the command-line, the following error appears: ``` Installing "tmux-which-key" The authenticity of host 'github.com (20.87.245.0)'...

> Shall I set MOODLE_DOCKER_WEB_HOST to 63f7d74b.ngrok.io or leave it localhost? I set MOODLE_DOCKER_WEB_HOST to 63f7d74b.ngrok.io. I also subscribed to ngrok so that I could get a custom subdomain. That...

Based on #398, if you change `"input"` to `"editor"` on line 126 in node_modules/cz-conventional-changelog/engine.js for the `'body'` variable, when prompted for the body, you can press "Enter" and your editor...