Zack Weinberg

Results 60 issues of Zack Weinberg

My instance has 450,000 tags (yes, some of those need to get filtered). Naturally enough, the /tags screen takes a very long time both to serve and for my browser...

Consider a tag named "`src-page:ar:⁨الحرب الأهلية السورية⁩`" The right-to-left (Arabic) text is not properly isolated to the HTML element containing the tag name, so, for instance, on the tag page,...

Including user and role information in a data export actually hinders data portability, since the export might be headed for some site whose user model is completely different, and vice...

In the attached JSON data export, the feed definition is repeated for every feed_item. This potentially doubles (or more, if many feed_items have been added to multiple feeds!) the length...

The attached file is the result of exporting an instance containing one hub, one collection, and two items. The item with id 2 is supposed to be tagged "alpha", "beta",...

Clicking the "download data" button on `/export_import` produces a 500 error page and I get this in the logs: ``` A NameError occurred in export_import#download: uninitialized constant Tagteam::ExportImport Did you...

The environment dump you get when there's an internal error isn't being redacted thoroughly enough. These items appear to contain secrets, and should be entirely redacted: * SECRET_KEY_BASE * action_dispatch.request.unsigned_session_cookie...

Attempting to visit the "tags" screen for an RSS feed gave me this error mail: ``` A ActionView::Template::Error occurred in tags#index: PG::UndefinedFunction: ERROR: function count(tags, bigint) does not exist LINE...

I'm tinkering with a project, right now, which compiles fine with stable rust, _but_ its rustfmt configuration uses a whole bunch of options that are only available with nightly rustfmt....

**Your environment** Carnegie Mellon's Autolab at https://autolab.andrew.cmu.edu/ **Steps To Reproduce** 1. Have a class with a bunch of assignments, where some students drop the class only *after* failing to turn...

Priority: Medium
Type: Bug