Scott Dawson

Results 4 issues of Scott Dawson

I have a function which roughly looks like this: ``` Input::replace(array('name' => 'Test Product', 'options' => array(array('title' => 'Default'), array('title' => 'Colour')))); $product = new Product; $product->save(); ``` I am...

I know the URL validation was removed in 69a7605 but it would simpler to implement if it's kept but the validation is not done via a regex.

This PR fixes the `disabled_for` config option not working correctly for lists. ``` log.info("TEST: %s %s %s %s", "list:%s".format(list_), "list:{}".format(list_), list_, cfg.filters.shows.disabled_for) ``` Returns ``` 2022-04-22 12:03:27,368 - INFO -...

Since the 3.26.0/1 release robocert crashes on start up. Config: ```yaml acme: certs_permissions: dirs_mode: 0755 files_mode: 0644 group: nogroup user: nobody email_account: certificates: - domains: - pfx: export: true profile:...