Pierre Buyle
Pierre Buyle
Hi, No problem for the delay. I'm glad the project exists and already fit multiple people's needs. No pressure here. I don't have much knowledge of Go and even less...
> yes, but https://github.com/ssbc/ssb-config#connections is out-of-date / incomplete. > > there's a chicken-and-egg problem here: you can't get the thing up and running with docs, and you can't fix the...
Lora are later properly linked from `Path(model_storage_dir, 'Lora')` to `webui_lora_model_path`. But the `link_ckpts` which run first also links them to `webui_sd_model_path`. As result, they appears in the checkpoints selection dropdown....
According to http://www.w3.org/TR/cors/#resource-implementation: > Resources that wish to enable themselves to be shared with multiple `Origins` but do not respond uniformly with `"*"` must in practice generate the `Access-Control-Allow-Origin` header...
Duplicate #78
If I'm not mistaken, the master branch of perusio's configuration is compatible with both Drupal 6 and 7. So the Drupal version is a property of the configured sites. The...
If the changes were simple enough to allow a single template then yes, conditionals in the `sites-availables/drupal-site.j2` template would be the way to go. But the file that need to...
I'm also worried about tracking changes to perusio's config for files overridden using parametrized templates. But perusio config can not be used out of the box in most case, it...
I'm running nginx 1.4.6, installed on Ubuntu precise64 using the nginx package from https://launchpad.net/~nginx/+archive/stable. I'm using php-fpm installed using https://travis-ci.org/NBZ4live/ansible-php-fpm. Here are the relevant sections of my playbook.xml file ```...
What about this ? You don't need the `install-uv` step if you are not using `uv` as installer. But then you need `cache: 'pip'` in the `python` step, ```yaml -...