Dannon

Results 138 comments of Dannon

I spent a little bit of time debugging this, too, in a different context. It has to do with the recent full migrate changes (so, instead of incremental migrations, on...

@chambm It looks like it didn't get xref'd here, but I think the root issue was resolved -- I will try to look for it (so we can make sure...

@chambm https://github.com/galaxyproject/galaxy/pull/11753 is what I was thinking of; when starting up `create_db.sh` should work to initialize the database correctly now. If the latest version of docker-galaxy-stable is still having this...

@chambm Yeah, should be an easy tweak and I would guess it's worth a try to get these older releases working correctly. Regarding relevance, I did see that the ansible-galaxy...

As you've noticed, this isn't bundled into 'make client*' endpoints, but rather the startup staging script you found (https://github.com/galaxyproject/galaxy/blob/dev/scripts/plugin_staging.py), which is executed as a part of common_startup.sh. In the docker...

Yep, the .ics feed is live at https://galaxyproject.org/events/calendar.ics and will include any 'event' type content item; I think what @beatrizserrano is mentioning was piping all of those events into the...

+1, of course, we just need to have pages for those projects. Is there a more comprehensive list of what we can currently include anywhere? I'm happy to mock up...

Copying from chat to log it here for posterity: One possible issue (using gcc2013/program as the test case) is: ``` [](/events/gcc2013/training-day/) ``` resolves to: ![image](https://user-images.githubusercontent.com/155398/141580868-7de58dc4-dce3-4578-9146-598cc1c6bb20.png) Which has a `div` inside...

I need to update our README and add a walkthrough for how to actually use this to make a change.

I would not -- most of that is the ejected vuepress styling. We should take the minimal approach and add only the styles we need to the components we want....