Andrew Brown

Results 78 comments of Andrew Brown

Closing due to lack of interest.

Reopening for discussion because this might actually make sense within the Collections feature, where the owner of the collection could create challenges (and also choose winners).

I'm probably going to remove the Docker instructions from the README soon, since they were contributed by the community a couple years ago and haven't been updated since (and I...

Thanks! I'm happy to help diagnose what's going on, and if you figure it out a PR would be much appreciated! The Dockerfile itself was committed in in 2016 and...

Last updated: Sept 30, 2017 # Universes "Total words written in descriptions" > Universe.all.map(&:description).reject(&:nil?).map { |d| d.split(' ').count }.reject(&:zero?).sum => 71996 "Average word count of description" > wcs = Universe.all.map(&:description).reject(&:nil?).map...

Some considerations on this issue: * I'd love to build this with two different options for the user: 1) users can select which universe(s) (if any) to export, and 2)...

Implementation details: Right now, basically the full export flow is handled through the ExportController, with each format being a separate endpoint (`csv`, `json`, `outline`, etc). This is a fair nonconfigurable...

@ironjan That's a good call. I'll rework the table today to get View/Edit buttons back in the table (where they can also be ctrl+click'd) without having to open the modal...

Woah, this is super weird. Will have to investigate why this is the case. Thanks for reporting.

Depends on #331 before we can start this.