abram axel booth

Results 30 issues of abram axel booth

Update: Most of this issue was just browsers being browsers (I didn't realize how much tab key behavior varies), but one real problem remains: In Safari, pressing tab can sometimes...

Would be nice to be able to pass a class name in the options hash which is applied to the root/wrapper of the button and popup (possible separate options for...

## Purpose allow running tests that use es6 locally (...without the effort of addressing various deeper problems here) ## Changes - put `ELASTIC6_URL` environment variable into its own website-setting -...

## Purpose compute counts on a monthly basis for each user with an institutional affiliation ## Changes - add `osf.metrics.reports.InstitutionalUserReport` - add `osf.metrics.reporters.InstitutionalUsersReporter` ## QA Notes Please make verification statements...

## Purpose make it possible to edit waffle flags thru the osf admin (`/admin/waffle/flag/`) ## Changes - upgrade waffle (by only one version -- will be upgraded further with python-upgrade)...

## Purpose ## Changes ## QA Notes Please make verification statements inspired by your code and what your code touches. - Verify - Verify What are the areas of risk?...

## Purpose ## Changes ## QA Notes Please make verification statements inspired by your code and what your code touches. - Verify - Verify What are the areas of risk?...

## Purpose add monthly view counts to metadata indexed for search ## Changes - add monthly report(er) to compute views/downloads in a COUNTER-compliant way (from #10760) - support sending metadata...

## Purpose compute monthly "usage" metrics for public items on osf ## Changes - add `osf.metrics.reports.PublicItemUsageReport` (elasticsearch metric document model) - add `osf.metrics.reporters.public_item_usage.PublicItemUsageReporter` (monthly reporter) - in `osf.metrics.counted_usage`, add `get_item_type`...

- add `trovesearch_denorm` index strategy to speed up `/trove/index-card-search` and `/trove/index-value-search` requests - used by default when the `TROVESEARCH_DENORMILY` feature flag is up - stop using `nested` fields (what a...