Cameron Hyde

Results 38 comments of Cameron Hyde

So I added the following lines to [galaxy/config/__init__.py#813](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/config/__init__.py#813): ```py for host_key, host_val in per_host.items(): if per_host_option == 'support_url_by_host': log.info(f"LOADING SUPPORT URL | host: {host}, host_key: {host_key}, host_val: {host_val}") ``` With...

Also note that `default_panel_view` is not listed as `per_host` in config_schema.yml: https://github.com/galaxyproject/galaxy/blob/43b6eb2e1f200eb25d710995af4fdb8e762314a5/lib/galaxy/config/schemas/config_schema.yml#L2662-L2670 So this will not work for [John's intended use case](https://github.com/galaxyproject/galaxy/pull/12328#issue-962993417) (which is also my intended use case!) until...

So I updated the `config_schema.yml` and that got me this log line (when opening proteomics.dev.gvl.org.au in the browser) to show that the `per_host` param selection is working: ``` LOADING 'default_panel_view_by_host'...

@jdavcs should I open a separate issue for the above?

Amazing, thanks! This has been a blocker for me for quite a few months now. Also just had some trouble with `themes_config_file_by_host` along the same lines...

Resolved by https://github.com/galaxyproject/tools-iuc/pull/4467 and https://github.com/galaxyproject/tools-iuc/pull/4461

I can confirm this on Ubuntu 20.04 LTS / Google Chrome. I've tried searching "fastqc" on https://biocontainers.pro/registry and I get a blank loading screen (~60 sec), followed by a console...

I just did a hard-refresh and got the same error again. Might be worth seeing if there's a clue in the backend logs? Or maybe the issue is in the...

Still having trouble with this site - and it seems that when I access a container page it's also blank. There should be images available for [deseq2](https://biocontainers.pro/tools/bioconductor-deseq2), right? ![image](https://github.com/BioContainers/registry/assets/42562517/d9f04e22-514b-4b4b-a30e-3c3cc3feca2e) The...

Also not working for me right now.